body {
  --f14: 14px;
  --f16: 16px;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f24: 0.24rem;
  --f36: 0.36rem;
  --padding_w: 5.2vw;
  --f52: 0.52rem;
}
@media screen and (max-width: 1300px) {
  body {
    --f14: 13px;
    --f16: 14px;
    --f18: 0.16rem;
    --f20: 0.18rem;
    --f24: 0.22rem;
    --f36: 0.34rem;
    --f52: 0.42rem;
    --padding_w: 5vw;
  }
}
html,
body {
	scroll-behavior: smooth;
}

.maodian{
    position: relative;
    top: -0.9rem;
}
.VisualEditing {
    transition: .4s;
    font-size: 16px;
    color: #8d8d8d;
    text-decoration: underline;
    cursor: pointer !important;
}

.w1720 {
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .w1720 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.header .box .logo {
  display: flex;
  align-items: center;
}
.header .box .logo a img {
  height: 58px;
}
.header .box .main nav .item {
  padding: 0 0.24rem;
  position: relative;
}
.header .box .main nav .item > a {
  display: block;
  line-height: 0.95rem;
  font-size: 18px;
  color: #333;
}
.header .box .main nav .item.active > a {
  color: #ea5504;
  font-weight: bold;
}
.header .box .main nav .item ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4rem;
  border-radius: 10px;
  background-color: #f4f4f4;
  padding: 0.2rem 0.2rem 0.2rem 0.45rem;
}
.header .box .main nav .item ul li {
  margin-bottom: 0.06rem;
}
.header .box .main nav .item ul li:last-child {
  margin-bottom: 0;
}
.header .box .main nav .item ul li a {
  font-size: var(--f16);
  color: #666;
  transition: 0.4s;
  line-height: 0.26rem;
  position: relative;
}
.header .box .main nav .item ul li a i {
  color: #ea5504;
  font-size: var(--f16);
  position: absolute;
  left: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}
.header .box .main nav .item ul li a:hover {
  font-size: var(--f16);
  color: #ea5504;
}
.header .box .main nav .item ul li a:hover i {
  left: -0.25rem;
  opacity: 1;
}
.header .box .main nav .item:hover ul {
  display: block;
}
.header .box .main .conversation {
  display: flex;
  align-items: center;
  margin-left: 50px;
 cursor: pointer;
}
.header .box .main .AnN {
  display: flex;
  align-items: center;
}
.header .box .main .AnN .lang {
  margin: 0 0.5rem 0 0.35rem;
  font-family: 'gilroy_bold';
  font-size: var(--f18);
}
.header .box .main .AnN .lang a {
  transition: 0.4s;
}
.header .box .main .AnN .lang a i {
  font-size: var(--f16);
  color: #ea5504;
  font-weight: bold;
}
.header .box .main .AnN .lang a:hover {
  color: #ea5504;
}
.header .box .main .AnN .search p {
  cursor: pointer;
}

.header.active {
  transform: translateY(-110%);
  overflow: hidden;
}
.header.on {
  position: fixed;
}
.mobile_search .close {
  position: absolute;
  right: 2rem;
  top: 0.3rem;
}
.mobile_search .close i {
  font-size: 0.24rem;
  cursor: pointer;
  display: inline-block;
  transition: 0.4s;
}
.mobile_search .close i:hover {
  color: #ea5504;
  transform: rotate(180deg);
}
.Home_Banner {
  position: relative;
}
.Home_Banner .swiper .swiper-slide {
  position: relative;
}
.Home_Banner .swiper .swiper-slide .banner_img {
  overflow: hidden;
}
.Home_Banner .swiper .swiper-slide .banner_img img 
{
  width: 100%;
  height: var(--vh);
  object-position: center;
  transform: scale(1.1);
  transition: 5s;
}
.Home_Banner .swiper .swiper-slide .img video{
     width: 100%;
  height: var(--vh);
}
.Home_Banner .swiper .swiper-slide .orientation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.72rem;
}
.Home_Banner .swiper .swiper-slide .orientation .banner_content {
  color: #fff;
  overflow: hidden;
}
.Home_Banner .swiper .swiper-slide .orientation .banner_content .banner_title {
  font-size: 0.60rem;
  line-height: 0.84rem;
  padding-top: 3rem;
}
.Home_Banner .swiper .swiper-slide .orientation .banner_content .banner_button {
  margin-top: 0.45rem;
}
.Home_Banner .swiper .swiper-slide-active .banner_img img {
  transform: scale(1);
}
.Home_Banner .sorter {
  position: absolute;
  bottom: 0.42rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.Home_Banner .sorter .page div span {
  border: 1px solid #fff;
  background: transparent;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  transition: 0.4s;
}
.Home_Banner .sorter .page div .swiper-pagination-bullet-active {
  border-color: #ea5504;
  background: #ea5504;
  opacity: 1;
}
.Home_Banner .button p {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.Home_Banner .button p i {
  color: #fff;
  font-size: 0.28rem;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Banner .button p i:hover {
  opacity: 1;
}
.Home_Banner .button .prev {
  left: var(--padding_w);
}
.Home_Banner .button .next {
  right: var(--padding_w);
}
.background {
  background: url(../images/img99.png) no-repeat center top;
  background-size: 100% auto;
}
.ypj_a .ypj_btn {
  cursor: pointer;
  font-size: var(--f20);
  color: #fff;
  width: 2.14rem;
  line-height: 0.62rem;
  text-align: center;
  background: #ea5504;
  display: block;
  transition: 0.4s;
  position: relative;
}
.ypj_a .ypj_btn span {
  position: relative;
  z-index: 2;
}
.ypj_a .ypj_btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff6f1f;
  transform-origin: left top;
}
.ypj_a .ypj_btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff6f1f;
  transform-origin: right bottom;
}
.ypj_a .ypj_btn::before,
.ypj_a .ypj_btn::after {
  transform: scale(0);
  opacity: 1;
  transition: all 0.4s;
}
.ypj_a .ypj_btn:hover::before,
.ypj_a .ypj_btn:hover::after {
  opacity: 1;
  transform: scale(1);
}
.ypj_a .ypj_btn.on {
  line-height: 0.5rem;
  font-size: var(--f16);
  width: 1.64rem;
}
.ypj_a1 .ypj_btn {
  cursor: pointer;
  font-size: var(--f20);
  color: #000;
  border: 1px solid #ea5504;
  width: 2.14rem;
  line-height: 0.62rem;
  text-align: center;
  display: block;
  transition: 0.4s;
  position: relative;
}
.ypj_a1 .ypj_btn span {
  position: relative;
  z-index: 2;
}
.ypj_a1 .ypj_btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff6f1f;
  transform-origin: left top;
}
.ypj_a1 .ypj_btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff6f1f;
  transform-origin: right bottom;
}
.ypj_a1 .ypj_btn::before,
.ypj_a1 .ypj_btn::after {
  transform: scale(0);
  opacity: 1;
  transition: all 0.4s;
}
.ypj_a1 .ypj_btn.on {
  line-height: 0.5rem;
  font-size: var(--f16);
  width: 1.64rem;
  color: #000;
}
.ypj_a1 .ypj_btn:hover {
  color: #fff;
}
.ypj_a1 .ypj_btn:hover::before,
.ypj_a1 .ypj_btn:hover::after {
  opacity: 1;
  transform: scale(1);
}
.p94 {
  padding-top: 0.92rem;
}
.p94_ {
  padding-bottom: 0.92rem;
}
.HomtTitle {
  font-size: var(--f20);
  color: #ea5504;
  text-transform: uppercase;
  
}
.Home_About {
  min-height: 100vh;
}
.Home_About .box .boxLeft {
  width: 50%;
}
.Home_About .box .boxRight {
  width: 50%;
}
.Home_About .box .boxRight .about_title {
  font-size: var(--f52);
  line-height: 0.75rem;
}
.Home_About .box .boxRight .about_desc {
  font-size: var(--f18);
  line-height: 0.35rem;
  color: #666;
  margin-top: 0.4rem;
}
.Home_About .box .boxRight .about_link {
  margin-top: 0.74rem;
}
.Home_About .box1 {
  margin-top: 1.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.Home_About .box1 .img img {
  width: 100%;
}
.Home_About .box1 .logo {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
}
.Home_About .box1 .data {
  position: absolute;
  right: 0rem;
  bottom: 0.75rem;
  z-index: 1;
  display: flex;
}
.Home_About .box1 .data .item {
  color: #fff;
  width: 3.3rem;
  margin-right: -0.5rem;
}
.Home_About .box1 .data .item .top {
  display: flex;
  align-items: center;
}
.Home_About .box1 .data .item .top span {
  font-size: 0.82rem;
  font-family: 'gilroy_light';
}
.Home_About .box1 .data .item .top svg {
  margin-left: 0.15rem;
}
.Home_About .box1 .data .item .bot {
  font-size: var(--f18);
}
.dongXiao {
  position: relative;
}
.dongXiao .dongXiao_Main {
  position: relative;
  z-index: 2;
}
.dongXiao .dongXiao1 {
  position: absolute;
  top: 0;
  left: 3.84rem;
}
.dongXiao .dongXiao1 img {
  width: 4.42rem;
}
.dongXiao .dongXiao2 {
  position: absolute;
  left: 0;
  top: 2.1rem;
}
.dongXiao .dongXiao2 img {
  width: 7.57rem;
}
.dongXiao .dongXiao3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dongXiao .dongXiao3 img {
  width: 4.5rem;
}
.public_title .desc {
  font-size: var(--f52);
  margin-top: 0.4rem;
  line-height: 1;
}
.m60 {
  margin-top: 0.6rem;
}
.Home_Business {
  overflow: hidden;
  position: relative;
  cursor: url(../image/img7.png) 50 50, auto;
}
.Home_Business .swiper-slide {
  position: relative;
  transform: translateX(calc(var(--tran) * -1));
}
.Home_Business .swiper-slide .img {
  transform: skew(-15deg);
  overflow: hidden;
  border-radius: 0.2rem;
}
.Home_Business .swiper-slide .img p {
  transform: skew(15deg) translateX(-calc(var(--tran) / 2));
}
.Home_Business .swiper-slide .img img {
  width: 100%;
  height: 8.1rem;
}
.Home_Business .swiper-slide .orientation {
  position: absolute;
  width: 100%;
  top: 1.4rem;
  z-index: 1;
  padding-left: 1.3rem;
  transition: 1s;
}
.Home_Business .swiper-slide .orientation .content1 {
  font-size: 0.42rem;
  color: #fff;
}
.Home_Business .swiper-slide .orientation .content2 {
  color: #ea5504;
  font-size: 0.22rem;
  margin-top: 0.22rem;
}
.Home_Business .swiper-slide .orientation .content2 p {
  margin-right: 0.18rem;
}
.Home_Business .swiper-slide .orientation .content3 {
  margin-top: 1.06rem;
  width: 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: var(--f18);
  color: #fff;
  gap: 0.26rem;
}
.Home_Business .swiper-slide .orientation .content3 div span {
  width: 0.25rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
}
.Home_Business .swiper-slide .orientation .content4 {
  margin-top: 1.6rem;
}
.Home_Business .swiper-slide .orientation .content4 a {
  display: flex;
  width: 0.65rem;
  height: 0.65rem;
  background: #ea5504;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Business .swiper-slide .orientation .content4 a i {
  margin: auto;
  font-size: 0.18rem;
}
.Home_Business .swiper-slide .orientation .content4 a:hover {
  width: 0.8rem;
}
.Home_Business .swiper-slide .orientation .content5 {
  position: absolute;
  top: 0;
  right: 1rem;
}
.Home_Business .swiper-slide .orientation .content5 img {
  width: 1.3rem;
}
.Home_Business .swiper-slide-active .orientation {
  padding-left: calc(var(--tran) + var(--padding_w));
}
.Mouse {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: #ea5504;
}
.Home_Case {
  padding-top: 2.3rem;
  position: relative;
}
.Home_Case .box {
  position: relative;
  z-index: 1;
}
.Home_Case .box .banner .swiper-slide {
  display: flex;
}
.Home_Case .box .banner .swiper-slide .item {
    width: 4.56rem;
  transition: 0.6s;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Home_Case .box .banner .swiper-slide .item:not(:first-child) {
  margin-left: 0.8rem;
}
.Home_Case .box .banner .swiper-slide .item a {
  display: block;
  position: relative;
}
.Home_Case .box .banner .swiper-slide .item a .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.Home_Case .box .banner .swiper-slide .item a .img img {
  height: 6.04rem;
  width: 100%;
}
.Home_Case .box .banner .swiper-slide .item a .images {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.Home_Case .box .banner .swiper-slide .item a .images img {
  max-height: 0.6rem;
}
.Home_Case .box .banner .swiper-slide .item a .orientation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  padding: 0.4rem 0.6rem 0;
  color: #fff;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.6s;
  background: url(../image/img10.png) no-repeat 50% 50%;
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content1 {
  font-size: var(--f20);
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content2 {
  font-size: 0.32rem;
  margin-top: 6px;
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content3 {
  margin: 0.25rem 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content4 {
  font-size: var(--f16);
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content5 {
  margin-top: 0.32rem;
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content5 p {
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  background: #ea5504;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content5 p i {
  margin: auto;
  font-size: 0.18rem;
}
.Home_Case .box .banner .swiper-slide .item a .orientation .content5 p:hover {
  width: 0.6rem;
}
.Home_Case .box .banner .swiper-slide .active {
  /*flex: 1.35;*/
  width: 6.33rem;
}
.Home_Case .box .banner .swiper-slide .active a .orientation {
  opacity: 1;
  transform: translateY(0);
}
.Home_Case .banner_btn {
  margin-top: 0.9rem;
}
.Home_Case .case_dong1 {
  position: absolute;
  right: 0;
  top: -5.1rem;
  z-index: -1;
}
.Home_Case .case_dong1 img {
  width: 7.34rem;
}
.Home_Case .case_dong2 {
  position: absolute;
  left: 0;
  bottom: -7.6rem;
  z-index: -1;
}
.Home_Case .case_dong2 img {
  width: 6.47rem;
}
.budyy_dong1 {
  position: absolute;
  left: 0;
  bottom: -5rem;
}
.budyy_dong1 img {
  width: 5.1rem;
}
.banner_btn .button {
  display: flex;
}
.banner_btn .button p {
  margin: 0 0.1rem;
}
.banner_btn .button p i {
  font-size: 0.26rem;
  color: #999;
  cursor: pointer;
  transition: 0.4s;
}
.banner_btn .button p i:hover {
  color: #ea5504;
}
.Home_News {
  padding-top: 2.06rem;
  position: relative;
}
.Home_News .box {
  margin-top: 1.1rem;
}
.Home_News .box .swiper .item {
  display: block;
}
.Home_News .box .swiper .item figure {
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.4s;
}
.Home_News .box .swiper .item figure img {
  width: 100%;
  transition: 0.4s;
}
.Home_News .box .swiper .item figcaption {
  padding: 0 0.35rem;
  margin-top: 0rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
.Home_News .box .swiper .item figcaption .main {
  background: #fff;
  padding: 0.4rem;
  border-radius: 0.1rem;
  border-bottom: 4px solid #ea5504;
}
.Home_News .box .swiper .item figcaption .main > div {
  padding-left: 1rem;
  position: relative;
}
.Home_News .box .swiper .item figcaption .main .content0 {
  font-size: 0.24rem;
  color: #ea5504;
  position: absolute;
  top: 0;
  left: 0;
}
.Home_News .box .swiper .item figcaption .main .content0 p {
  text-align: justify;
  text-align-last: justify;
}
.Home_News .box .swiper .item figcaption .main .content1 {
  font-size: 0.24rem;
  color: #000;
  transition: 0.4s;
}
.Home_News .box .swiper .item figcaption .main .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.26rem;
}
.Home_News .box .swiper .item figcaption .main .content3 {
  margin-top: 0.46rem;
  font-size: var(--f16);
  color: #000;
}
.Home_News .box .swiper .item figcaption .main .content3 i {
  font-size: var(--f16);
  color: #ea5504;
  margin-left: 0.1rem;
}
.Home_News .box .swiper .item:hover figure img {
  transform: scale(1.1);
}
.Home_News .box .swiper .item:hover figcaption .main .content1 {
  color: #ea5504;
}
.Home_News .box .swiper .swiper-slide-active .item figure {
  transform: scale(1);
}
.Home_News .box .swiper .swiper-slide-active .item figcaption {
  opacity: 1;
  margin-top: -0.6rem;
}
.Home_News .box .banner {
  position: relative;
}
.Home_News .box .banner .banner_btn {
  --l: 5.1rem;
}
.Home_News .box .banner .banner_btn .button p {
  position: absolute;
  top: 1.9rem;
  z-index: 1;
}
.Home_News .box .banner .banner_btn .button .prev {
  left: var(--l);
}
.Home_News .box .banner .banner_btn .button .next {
  right: var(--l);
}
.Home_News .news_dong1 {
  position: absolute;
  right: 0;
  bottom: -7rem;
  z-index: -1;
}
.Home_News .news_dong1 img {
  width: 6.48rem;
}
.Home_Buddy {
  padding-top: 2.2rem;
  position: relative;
}
.Home_Buddy .box .banner {
  margin: -0.5rem 0;
}
.Home_Buddy .box .banner .swiper .swiper-wrapper {
  padding: 0.4rem 0;
  transition-timing-function: linear;
}
.Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide {
  width: 3.2rem;
  height: 1.38rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  display: flex;
  transform: skewX(-10deg);
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
}
.Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide figure {
  margin: auto;
  text-align: center;
}
.Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide figure p img {
  max-width: 80%;
  max-height: 80%;
}
.Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide:nth-child(2n-1) {
  background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
}
.Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
}
.Home_District {
  margin-top: 1.2rem;
  position: relative;
  overflow: hidden;
}
.Home_District .map {
  width: 17.94rem;
  position: relative;
}
.Home_District .map .img img {
  width: 100%;
}
.Home_District .map .list .item {
  width: 10px;
  height: 10px;
  position: absolute;
}
.Home_District .map .list .item::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ea5504;
  border-radius: 50%;
}
.Home_District .map .list .item span {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  display: block;
  background: #ea5504;
  border-radius: 50%;
}
.Home_District .map .list .item span::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ea5504;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.Home_District .map .list .active::after {
  animation: fdj 1.8s infinite ease-in-out;
}
.Home_District .map .list .china {
  top: 45%;
  right: 23.6%;
}
.Home_District .map .list .china span::after {
  width: 2.6rem;
  height: 2.6rem;
}
.Home_District .map .list .xjp {
  top: 64.6%;
  right: 27.7%;
}
.Home_District .map .list .xjp span::after {
  width: 1.16rem;
  height: 1.16rem;
}
.Home_District .map .list .mlxy {
  top: 63%;
  right: 28.7%;
}
.Home_District .map .list .mlxy span::after {
  width: 1.6rem;
  height: 1.6rem;
}


.Home_District .map .list .ydnxy {
   top: 67.4%;
   right: 24.4%;
}

.Home_District .map .list .ydnxy span::after {
  width: 1.4rem;
  height: 1.4rem;
}



.Home_District .orientation {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  min-height: 1rem;
}
.Home_District .public_title .desc {
  line-height: 1.5;
}
.Home_District .box {
  margin-top: 1.2rem;
}
.Home_District .box .toggle p {
  font-size: 0.32rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 0.25rem;
}
.Home_District .box .toggle p:hover {
  color: #ea5504;
}
.Home_District .box .toggle p.active {
  color: #ea5504;
}
.Home_District .box .toggle_main {
  margin-top: 0.46rem;
}
.Home_District .box .toggle_main .item {
  display: none;
}
.Home_District .box .toggle_main .item h5 {
  font-size: var(--f18);
}
.Home_District .box .toggle_main .item .content {
  margin-top: 0.25rem;
  display: grid;
  gap: 0.18rem;
}
.Home_District .box .toggle_main .item .content p {
  font-size: var(--f18);
  position: relative;
  padding-left: 27px;
}
.Home_District .box .toggle_main .item .content p svg {
  position: absolute;
  left: 0;
  top: 0;
}
.Home_District .box .toggle_main .active {
  display: block;
}
@keyframes fdj {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(12);
    opacity: 0;
  }
}
.latestNewsS {
  padding: 0.46rem 0 0;
}
.latestNews .box {
  margin-top: 0.5rem;
}
.latestNews .box .list {
  display: grid;
  gap: 0.2rem;
}
.latestNews .box .list .item a {
  line-height: 0.9rem;
  border: 2px solid #f6f6f6;
  padding: 0 0.45rem 0 0.85rem;
  border-radius: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .time {
  font-size: 0.18rem;
  font-family: 'gilroy_regular';
  color: #666;
  width: 1.7rem;
}
.latestNews .box .list .item a .title {
  font-size: 0.2rem;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.latestNews .box .list .item a .btn p {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e6e6e6;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .btn p svg {
  margin: auto;
}
.latestNews .box .list .item a .btn p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a:hover {
  border-color: #ea5504;
}
.latestNews .box .list .item a:hover .title {
  color: #ea5504;
}
.latestNews .box .list .item a:hover .btn p {
  background: #ea5504;
}
.latestNews .box .list .item a:hover .btn p svg path {
  fill: #fff;
}
.mapTop {
  margin-top: -1.2rem;
}
.footer {
  background: #11161e;
  min-height: 2rem;
  position: relative;
  z-index: 1;
  padding: 0.68rem 0 0;
}
.footer .box .boxLeft .content1 {
  display: flex;
  align-items: center;
}
.footer .box .boxLeft .content1 p {
  margin-left: 0.7rem;
  font-family: 'gilroy_bold';
  font-size: var(--f18);
}
.footer .box .boxLeft .content1 p a {
  color: #fff;
  transition: 0.4s;
}
.footer .box .boxLeft .content1 p a i {
  color: #ea5504;
  margin-left: 0.1rem;
}
.footer .box .boxLeft .content1 p a:hover {
  color: #ea5504;
}
.footer .box .boxLeft .content2 {
  margin-top: 0.8rem;
}
.footer .box .boxLeft .content2 .item {
  position: relative;
  width: 5.45rem;
}
.footer .box .boxLeft .content2 .item input {
  font-size: var(--f20);
  font-family: 'gilroy_regular';
  color: #fff;
  height: 0.72rem;
  display: block;
  width: 100%;
  background: #1f2228;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0.4rem;
}
.footer .box .boxLeft .content2 .item input::placeholder {
  color: #bababa;
}
.footer .box .boxLeft .content2 .item p {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer .box .boxLeft .content2 .item p input {
  display: none;
}
.footer .box .boxLeft .content2 .item p svg {
  cursor: pointer;
}
.footer .box .boxLeft .content3 {
  font-size: var(--f20);
  color: #fff;
  margin-top: 0.74rem;
}
.footer .box .boxLeft .content4 {
  font-family: 'gilroy_bold';
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.12rem;
}
.footer .box .boxLeft .content5 {
  margin-top: 0.6rem;
}
.footer .box .boxRight .boxTop p {
  margin-left: 0.15rem;
  position: relative;
}
.footer .box .boxRight .boxTop p a {
  display: flex;
  width: 0.62rem;
  height: 0.62rem;
  background: #1f2228;
  border-radius: 50%;
  transition: 0.4s;
}
.footer .box .boxRight .boxTop p a img {
  margin: auto;
}
.footer .box .boxRight .boxTop p a:hover {
  background: #ea5504;
}
.footer .box .boxRight .boxTop .wx > span {
  position: absolute;
  width: 1.4rem;
  max-width: 1.4rem;
  left: 50%;
  top: 140%;
  transition: 0.4s;
  transform: translateX(-50%) scale(0);
  transform-origin: center top;
  background: #fff;
  padding: 0 0 0.12rem;
  border-radius: 6px;
  font-size: var(--f14);
  text-align: center;
  color: #666;
}
.footer .box .boxRight .boxTop .wx > span img {
  margin-bottom: 0.06rem;
}
.footer .box .boxRight .boxTop .wx > span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.06rem solid #fff;
  top: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .box .boxRight .boxTop .wx:hover > span {
  transform: translateX(-50%) scale(1);
}
.footer .box .boxRight .boxBot {
  margin-top: 0.9rem;
}
.footer .box .boxRight .boxBot .item {
  margin-right: 0.9rem;
}
.footer .box .boxRight .boxBot .item:last-child {
  margin-right: 0;
}
.footer .box .boxRight .boxBot .item h5 {
  font-size: 0.22rem;
  color: #fff;
}
.footer .box .boxRight .boxBot .item ul {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.12rem;
}
.footer .box .boxRight .boxBot .item ul li a {
  font-size: var(--f18);
  color: #999;
  transition: 0.4s;
}
.footer .box .boxRight .boxBot .item ul li a:hover {
  color: #fff;
}
.footer .box1 {
  margin-top: 1.15rem;
  padding-bottom: 0.86rem;
}
.footer .box1 .left {
  color: #666666;
}
.footer .box1 .left a {
  color: #666666;
  display: inline-block;
  margin-left: 0.1rem;
  transition: 0.4s;
  font-size: var(--f16);
}
.footer .box1 .left a:hover {
  color: #fff;
}
.footer .box1 .right {
  display: flex;
}
.footer .box1 .right .yqlj {
  position: relative;
}
.footer .box1 .right .yqlj > a {
  color: #666666;
  display: inline-block;
  margin-left: 0.1rem;
  transition: 0.4s;
  font-size: var(--f16);
  cursor: pointer;
}
.footer .box1 .right .yqlj > a i {
  font-size: var(--f16);
  display: inline-block;
}
.footer .box1 .right .yqlj > a:hover {
  color: #fff;
}
.footer .box1 .right .yqlj > a.active i {
  transform: rotate(180deg);
}
.footer .box1 .right .yqlj ul {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  background: #11161e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  background: #1f2228;
  display: none;
}
.footer .box1 .right .yqlj ul li a {
  display: block;
  color: #999;
  text-align: center;
  line-height: 0.36rem;
  transition: 0.4s;
  font-size: var(--f14);
}
.footer .box1 .right .yqlj ul li a:hover {
  background: #ea5504;
  color: #fff;
}
.footer .box1 .right .wzdt {
  margin-left: 0.2rem;
}
.footer .box1 .right .wzdt a {
  color: #666666;
  display: inline-block;
  transition: 0.4s;
  font-size: var(--f16);
}
.footer .box1 .right .wzdt a:hover {
  color: #fff;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
  max-height: 600px;
}
.InnerBanner .orientation {
  position: absolute;
  left: 0;
  bottom: 0.66rem;
  width: 100%;
  z-index: 1;
}
.InnerBanner .orientation .box .boxLeft {
  font-size: 0.68rem;
  color: #fff;
  line-height: 1;
}
.InnerBanner .orientation .box .title {
  font-size: 0.68rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.InnerBanner .orientation .box .boxRight {
  display: flex;
}
.InnerBanner .orientation .box .boxRight ul {
  margin: auto;
  display: flex;
}
.InnerBanner .orientation .box .boxRight ul li {
  margin-left: 0.2rem;
}
.InnerBanner .orientation .box .boxRight ul li a {
  color: #fff;
  font-size: var(--f18);
  opacity: 0.5;
  display: inline-block;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.InnerBanner .orientation .box .boxRight ul li a:hover {
  color: #ea5504;
  opacity: 1;
}
.InnerBanner .orientation .box .boxRight ul .active a {
  opacity: 1;
  border-color: #ea5504;
}
.Products .orientation {

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

.Products .orientation .box  {
  display: flex;
}
.Products .orientation .box  ul {
  /* margin: auto;*/
  display: flex;
}
.Products .orientation .box ul li {
  margin-left: 0.2rem;
  
}
.Products .orientation .box ul li:first-child {
  margin-left: 0rem;
}
.Products .orientation .box ul li:after{
            content: '|';
            color: #666;
            margin-left: 0.2rem;
        }
.Products .orientation .box ul li:last-child:after,.Products .orientation .box ul li:first-child:after {display:none}
.Products .orientation .box1 ul li:first-child:after {display:inline}
.Products .orientation .box ul li a {
  color: #000;
  font-size: var(--f18);
  opacity: 0.5;
  display: inline-block;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
  
}
.Products .orientation .box  ul li a:hover {
  color: #ea5504;
  opacity: 1;
}
.Products .orientation .box  ul .active a {
  opacity: 1;
  border-color: #ea5504;
  color: #ea5504;
}
 .Products .box .video {
  margin-top: 0.2rem;
  position: relative;
  display: flex;
  width: 100%;
}
 .Products  .box .title {
  font-size: var(--f36);
  color: #000;
  
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
 .Products  .box .title-left {
  font-size: var(--f36);
  color: #000;
  
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
}
 .Products  .box .title-blue {
  font-size: var(--f36);
  color: #0016dc;
  
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
}
 .Products  .box .title-blue a {
  
  color: #0016dc;
  
}
 .Products  .box .desc{
    font-size: var(--f24);
    color: #333;
    line-height: 1.8;
    
         width: 60%;
    margin: 0.4rem auto;
    text-align: center;
    
 }

.Products .box .video ul{
display: flex;
   
}

.Products .box .video ul li{
display: flex;
margin-left: 0.2rem;
  position: relative;
}
.Products .box .video ul li:first-child {
 margin-left: 0rem;
  
}
.Products .box .video ul li .img {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  max-height: 450px;
  
}
.Products .box .video ul li .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(1, 87, 138, 0.8) 100%);
  z-index: 1;
  transition: 0.4s;
}
.Products .box .video ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.Products .box .video ul li p img {
  width: 0.72rem;
}

.Productlist .box {
}
.Productlist .box .main {
  position: relative;
}
.Productlist .box .main img {
  width: 100%;
}
.Productlist .box .main .list .item {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.Productlist .box .main .list .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  font-size:0.3rem;
}
.Productlist .box .main .list .item span a {
  color: #f04f23;
  font-weight: bold;
}
.Productlist .box .main .list .item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  font-size:0.3rem;
}
.Productlist .box .main .list .item p a {
  color: #000;
}

.Productlist .box .main .list .b1 {
      left: 52.5%;
    top: 7.8%;
}

.Productlist .box .main .list .b2 {
  left: 68.6%;
  top: 93.6%;
}

.Productlist .box .main .list .b3 {
    left: 6%;
    top: 88%;
}

.Productlist .box .main .list .b4-1 {
     left: 78.4%;
    top: 18.2%;
}
.Productlist .box .main .list .b4-2 {
         left: 82.5%;
    top: 31.9%;
}
.Productlist .box .main .list .b4-3 {
     left: 10.8%;
    top: 26.1%;
}
.Productlist .box .main .list .b4-4 {
         left: 82.3%;
    top: 77.0%;
}
.Productlist .box .main .list .b4-5 {
      left: 25.8%;
    top: 18.1%;
}
.Productlist .box .main .list .b4-6 {
    left: 3.5%;
    top: 37.8%;
}
.Productlist .box1 {
  margin-top: -3.3rem;
  position: relative;
  z-index: 1;
    width: 60%;
}
.Productlist .box1 .item {
  display: none;
}
.Productlist .box1 .item h5 {
  font-size: var(--f52);
}
.Productlist .box1 .item ul {
  margin-top: 0.45rem;
}
.Productlist .box1 .item ul li {
  margin-right: 0.96rem;
}

.Productlist .box1 .item ul li:last-child {
  margin-right: 0;
}
.Productlist .box1 .item ul li .icon img {
  height: 0.52rem;
}
.Productlist .box1 .item ul li .text {
  font-size: 0.22rem;
  color: #666;
  display: flex;
  align-items: center;
  margin-left: 0.28rem;
}
.Productlist .box1 .active {
  display: block;
}
.Productlist .box2 {
  margin-bottom: 0.4rem;
}
.Productlist .box2 ul li {
  font-size: 0.22rem;
  margin-right: 0.3rem;
}
.Productlist .box2 ul .active {
  color: #ea5504;
}
.Products .future{
position: relative;
}
.Products .future ul{
display: flex;
white-space: normal;
flex-wrap: wrap;
justify-content: center;
}

.Products .future ul li{
    font-size: var(--f24);
    color: #000;
    line-height: 1.7;
    margin-top: 0.5rem; 
    width: calc((100% - 50px) / 3); 
    white-space: normal;
    
   align-items: center;
   text-align: center;
   display: flex;
   flex-wrap: wrap;
       justify-content: center;
}
.Products .Liquid{
position: relative;
}
.Products .Liquid ul{
display: flex;
white-space: normal;
flex-wrap: wrap;
justify-content: center;
}

.Products .Liquid ul li:first-child{
 width: 60%;
 margin-right: 50px;
}
.Products .Liquid ul li{
    font-size: var(--f24);
    color: #000;
    line-height: 1.7;
    margin-top: 0.5rem; 
    width: calc((100% - 100px) / 3); 
    white-space: normal;
    
   align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: flex-start;
   margin-right: 0.2rem;
}
.Products .Liquid ul li span{
    
    color: #ea5504;

}

.Products .Liquid ul li .tt:before{
   content: "";
   width: 4px;
   height: 4px;
   display: inline-block;
   border-radius: 50%;
   background: #000;
   vertical-align: middle;
   margin-right: 6px;
}
.Products .Flatpack{
position: relative;
}
.Products .Flatpack ul{
display: flex;
white-space: normal;
flex-wrap: wrap;
justify-content: center;
}

.Products .Flatpack ul li{
    font-size: var(--f24);
    color: #000;
    line-height: 1.7;
    margin-top: 0.5rem; 
    width: calc((100% - 50px) / 2); 
    white-space: normal;
    
   align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin: 10px;
   align-content: center;
}
.Products .Flatpack ul li p{
  margin-top: 0.3rem;
}

.Products .Flatpack ul li span{
    
    color: #ea5504;

}
.Products .Flatpack ul li .blod{
    font-weight: bold;
    color: #000;

}
.Products .Flatpack ul li .blue{
    color: #0016dc;

}

.Products .Flatpack ul li  .more a {
  font-size: var(--f16);
  color: #000;
  display: inline-block;
  border-bottom: 2px solid #ea5504;
  padding-bottom: 4px;
  transition: 0.4s;
}
.Products .Flatpack ul li  .more a i {
  color: #ea5504;
  transform: translateX(0.05rem);
  display: inline-block;
}
.Products .Flatpack ul li  .more a:hover {
  color: #ea5504;
}


.Products .Flatpack ul li .tt:before{
      content: "";
   width: 4px;
   height: 4px;
   display: inline-block;
   border-radius: 50%;
   background: #000;
   vertical-align: middle;
   margin-right: 6px;
  }
.Products .Flatpack ul li .img img{
      
max-height: 400px;
  }

.News_List .box {
  margin-top: 0.74rem;
}
.News_List .box .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.News_List .box .parent .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.News_List .box .parent .div1 a {
  display: block;
  height: 100%;
}
.News_List .box .parent .div1 .img {
  overflow: hidden;
  position: relative;
  height: 100%;
  
}
.News_List .box .parent .div1 .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  max-height: 455px;
}
.News_List .box .parent .div1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(1, 87, 138, 0.8) 100%);
  z-index: 1;
  transition: 0.4s;
}
.News_List .box .parent .div1:hover .img img {
  transform: scale(1.1);
}
.News_List .box .parent .div1 a {
  display: block;
  position: relative;
}
.News_List .box .parent .div1 a .orientattion {
  position: absolute;
  z-index: 1;
  bottom: 0.58rem;
  left: 0;
  width: 100%;
  padding: 0 0.4rem;
  color: #fff;
}
.News_List .box .parent .div1 a .orientattion .time {
  font-size: var(--f18);
}
.News_List .box .parent .div1 a .orientattion .desc {
  font-size: 0.22rem;
  margin-top: 0.16rem;
}
.News_List .box .parent .item a {
  display: block;
}
.News_List .box .parent .item a figure {
  overflow: hidden;
}
.News_List .box .parent .item a figure img {
  width: 100%;
  transition: 0.4s;
  max-height: 200px;
  min-height: 200px;
}
.News_List .box .parent .item a figcaption {
  background: #f5f5f5;
  padding: 0.4rem;
  transition: 0.4s;
}
.News_List .box .parent .item a figcaption .time {
  font-size: var(--f18);
  color: #ea5504;
  transition: 0.4s;
}
.News_List .box .parent .item a figcaption .title {
  font-size: 0.22rem;
  color: #000;
  margin-top: 0.4rem;
  transition: 0.4s;
}
.News_List .box .parent .item a figcaption .desc {
  margin-top: 0.25rem;
  font-size: var(--f16);
  line-height: 0.28rem;
  height: 0.56rem;
  color: #666;
  transition: 0.4s;
}
.News_List .box .parent .item a figcaption .link {
  margin-top: 0.3rem;
  font-size: var(--f16);
  color: #000;
  transition: 0.4s;
}
.News_List .box .parent .item a figcaption .link i {
  color: #ea5504;
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.1rem;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .News_List .box .parent .item a:hover figure img {
    transform: scale(1.1);
  }
  .News_List .box .parent .item a:hover figcaption {
    background: #ea5504;
  }
  .News_List .box .parent .item a:hover figcaption .time,
  .News_List .box .parent .item a:hover figcaption .title,
  .News_List .box .parent .item a:hover figcaption .desc,
  .News_List .box .parent .item a:hover figcaption .link {
    color: #fff;
  }
  .News_List .box .parent .item a:hover figcaption .time i,
  .News_List .box .parent .item a:hover figcaption .title i,
  .News_List .box .parent .item a:hover figcaption .desc i,
  .News_List .box .parent .item a:hover figcaption .link i {
    color: #fff;
  }
}
.pu_page {
  display: flex;
  justify-content: center;
  margin-top: 0.72rem;
  position: relative;
  z-index: 1;
}
.pu_page a {
  display: inline-block;
  line-height: 32px;
  font-size: var(--f20);
  font-family: 'gilroy_regular';
  text-align: center;
  margin: 0 0.12rem;
  padding: 0 3px;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
.pu_page span {
  display: inline-block;
  line-height: 32px;
  font-size: var(--f20);
  font-family: 'gilroy_bold';
  text-align: center;
  margin: 0 0.12rem;
  padding: 0 3px;
  transition: 0.4s;
  color: #ea5504;
   border-color: #ea5504;
  border-bottom: 2px solid transparent;
}
.pu_page a:hover {
  color: #ea5504;
}
.pu_page .number {
  margin: 0 0.2rem;
}
.pu_page .active {
  border-color: #ea5504;
  font-family: 'gilroy_bold';
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: #333;
  font-size: var(--f20);
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #ea5504;
}
.Join_China_Container .box {
  margin-top: 0.68rem;
}
  .Join_China_Container .box .title {
  font-size: 0.36rem;
  color: #000;
  
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
 .Join_China_Container .box p{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.8;
    
         width: 60%;
    margin: 0.4rem auto;
    text-align: center;
 }
.Join_China_Container .box .content1 {
  font-size: var(--f52);
}
.Join_China_Container .box .content2 {
  margin-top: 0.86rem;
}
.Join_China_Container .box .content2 .item {
  width: 5.2rem;
}
.Join_China_Container .box .content2 .item a {
  background: #f5f5f5;
  display: flex;
  margin-right: 0.68rem;
  padding: 0.6rem 0;
  border-radius: 0.1rem;
  border: 2px solid transparent;
  transition: 0.4s;
}
.Join_China_Container .box .content2 .item a .left {
  width: 2.6rem;
  text-align: center;
  display: flex;
}
.Join_China_Container .box .content2 .item a .left img {
  margin: auto;
  width: 1.54rem;
}
.Join_China_Container .box .content2 .item a .right .name {
  font-size: 0.26rem;
  color: #000;
}
.Join_China_Container .box .content2 .item a .right .desc {
  font-size: var(--f16);
  margin-top: 0.15rem;
  color: #000;
  transition: 0.4s;
}
.Join_China_Container .box .content2 .item a .right .desc a {
  color: #000;
  transition: 0.4s;
}
.Join_China_Container .box .content2 .item a .right .desc a:hover {
  color: #ea5504;
}
.Join_China_Container .box .content2 .item a .right .desc i {
  color: #ea5504;
  font-size: var(--f14);
  font-weight: bold;
}
.Join_China_Container .box .content2 .item a:hover {
  border-color: #ea5504;
  background: transparent;
}
.Join_China_Container .box .content2 .item a:hover .right .desc {
  color: #ea5504;
}
.Deliver_Container .box {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.Deliver_Container .box .img img {
  width: 100%;
}
.Deliver_Container .box .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
}
.Deliver_Container .box .orientation .main {
  padding: 0 1rem;
  margin: auto;
  width: 100%;
}

.Deliver_Container .box .orientation .main .content1 {
  font-size: var(--f52);
  color: #ea5504;
  
  text-transform: uppercase;
}
.Deliver_Container .box .orientation .main .contetnt2 {
  color: #fff;
  font-size: var(--f52);
  margin-top: 0.18rem;
  
  text-transform: uppercase;
}
.Deliver_Container .box .orientation .main .content3 {
  font-size: 0.26rem;
  color: #fff;
  
  line-height: 1.8;
  margin-top: 0.4rem;
  width: 50%;
}
.Deliver_Container .box .orientation .main .content4 {
  margin-top: 0.75rem;
}
.Deliver_Container .box .orientation .main .content4 a {
  width: 1.56rem;
  line-height: 0.5rem;
  font-size: var(--f16);
}
.Join_Global_Container .title {
  font-size: var(--f52);
  margin-top: 0.25rem;
}
.Join_Global_Container .box {
  margin-top: 0.28rem;
}
 .Join_Global_Container .box p{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.8;
    
         width: 60%;
    margin: 0.4rem auto;
    text-align: center;
 }
   .Join_Global_Container .box a{
    
    color: #0943e3;
   
 }
.Join_Global_Container .box .list {
  padding: 0 1.6rem;
  margin-top: 0.9rem;
}
.Join_Global_Container .box .list .item {
  display: none;
}
.Join_Global_Container .box .list .item:last-child {
  border-bottom: 1px solid #ddd;
}
.Join_Global_Container .box .list .item .boxTop {
  border-top: 1px solid #ddd;
  line-height: 0.4rem;
  padding: 0.32rem 0;
  cursor: pointer;
}
.Join_Global_Container .box .list .item .boxTop .content1 {
  font-size: 0.24rem;
  color: #333;
  flex: 1;
}
.Join_Global_Container .box .list .item .boxTop .content2 {
  font-size: var(--f20);
  color: #666;
  width: 2.8rem;
}
.Join_Global_Container .box .list .item .boxTop .content2 svg {
  vertical-align: middle;
}
.Join_Global_Container .box .list .item .boxTop .content3 {
  width: 1.7rem;
}
.Join_Global_Container .box .list .item .boxTop .content4 {
  width: 1.16rem;
  display: flex;
  align-items: center;
}
.Join_Global_Container .box .list .item .boxTop .content4 span {
  display: block;
  width: 20px;
  height: 3px;
  background: #ea5504;
  position: relative;
}
.Join_Global_Container .box .list .item .boxTop .content4 span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #ea5504;
  transition: 0.4s;
  transform: rotate(90deg);
}
.Join_Global_Container .box .list .item .boxTop.active .content4 span::after {
  transform: rotate(0deg);
}
.Join_Global_Container .box .list .item .boxMid {
  padding: 0.32rem 0;
}
.Join_Global_Container .box .list .item .boxMid .content1 {
  font-size: 0.24rem;
  color: #333;
  flex: 1;
}
.Join_Global_Container .box .list .item .boxBot {
  padding-bottom: 0.8rem;
  display: none;
}
.Join_Global_Container .box .list .item .boxBot .content h5 {
  font-size: var(--f20);
  color: #666;
}
.Join_Global_Container .box .list .item .boxBot .content .div {
  margin-top: 0.3rem;
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
}
.Join_Global_Container .box .list .item .boxBot .content1 {
  margin-top: 0.76rem;
}
.Join_Global_Container .box .list .item .boxBot .content1 a {
  display: block;
  width: 1.56rem;
  line-height: 0.5rem;
  background: #ea5504;
  text-align: center;
  color: #fff;
}
.Join_Global_Container .box .list .item .boxBot .content2 {
  margin-top: 0.56rem;
}
.Join_Global_Container .box .list .item .boxBot .content2 .left img {
  width: 0.75rem;
}
.Join_Global_Container .box .list .item .boxBot .content2 .right {
  display: flex;
  align-items: center;
  margin-left: 0.38rem;
}
.Join_Global_Container .box .list .item .boxBot .content2 .right h6 {
  font-size: var(--f18);
}
.Join_Global_Container .box .list .item .boxBot .content2 .right p {
  margin-top: 0.12rem;
}
.Join_Global_Container .box .list .item .boxBot .content2 .right p a {
  color: #ea5504;
  font-family: 'gilroy_bold';
  font-size: 0.28rem;
}
.Join_Global_Container .box .list .item .boxBot .content3 .left img {
  width: 0.59rem;
}
.Join_Global_Container .more {
  margin-top: 0.54rem;
  text-align: center;
  font-size: var(--f18);
}
.Join_Global_Container .more a {
  color: #ea5504;
}
.Join_Global_Container .more a i {
  font-size: var(--f18);
}
.CorporateGovernance .box {
  margin-top: 0.72rem;
  padding: 0 1.6rem;
}
.CorporateGovernance .box .swiper {
  border-top: 2px solid #ddd;
}
.CorporateGovernance .box .item a {
  line-height: 1.1rem;
  cursor: pointer;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  position: relative;
}
.CorporateGovernance .box .item a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #ddd;
  transition: 0.4s;
}
.CorporateGovernance .box .item a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background: #ea5504;
  transition: 0.4s;
}
.CorporateGovernance .box .item a .time {
  font-size: 0.2rem;
  width: 2.28rem;
  color: #ea5504;
}
.CorporateGovernance .box .item a .name {
  font-size: 0.24rem;
  color: #333;
  flex: 1;
  transition: 0.4s;
}
.CorporateGovernance .box .item a .button svg path {
  transition: 0.4s;
}
.CorporateGovernance .box .item a:hover::after {
  width: 100%;
}
.CorporateGovernance .box .item a:hover .name {
  color: #000;
}
.CorporateGovernance .box .item a:hover .button svg path {
  fill: #ea5504;
}
.banner_btn.on {
  margin-top: 0.8rem;
}
section.Administrator_Container div.w1720 div.title {
  margin-top: 0.24rem;
  font-size: var(--f52);
}
section.Administrator_Container div.w1720 div.toggle {
  margin-top: 0.72rem;
}
section.Administrator_Container div.w1720 div.toggle ul li p {
  font-size: 0.32rem;
  color: #666;
  margin-right: 0.6rem;
  transition: 0.4s;
  cursor: pointer;
}
section.Administrator_Container div.w1720 div.toggle ul li.active p {
  color: #ea5504;
}
section.Administrator_Container div.w1720 div.toggle ul li .swiper {
  display: none;
}
section.Administrator_Container div.w1720 div.box {
  margin-top: 0.72rem;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide {
  background: #f5f5f5;
  padding: 0.4rem 0.6rem;
  border-radius: 0.2rem;
  border: 2px solid transparent;
  transition: 0.4s;
  
  width: calc((100% - 35px * 3) / 4);
  
  
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content1 {
  font-size: 0.32rem;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content2 {
  font-size: 0.2rem;
  color: #ea5504;
  margin-top: 10px;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content3 {
  margin-top: 0.54rem;
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  height: 1.5rem;
  padding-right: 5px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #ff6f1f #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content3::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ea5504;
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide:hover {
  border-color: #ea5504;
}
.MajorShareholder .box {
  padding: 0 1.6rem;
  margin-top: 0.72rem;
}
.MajorShareholder .box table {
  width: 100%;
}
.MajorShareholder .box table tr {
  border-bottom: 1px solid #ddd;
}
.MajorShareholder .box table tr th,
.MajorShareholder .box table tr td {
  line-height: 0.3rem;
  padding: 0.32rem 0;
  text-align: center;
  font-size: 0.24rem;
}
.MajorShareholder .box table tr th {
  background: #ea5504;
  color: #fff;
}
.ServiceNetwork .toggle {
  margin-top: 0.54rem;
}
.ServiceNetwork .toggle ul li {
  margin: 0 0.4rem;
}
.ServiceNetwork .toggle ul li p {
  font-size: 0.22rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s;
}
.ServiceNetwork .toggle ul li.active p {
  color: #ea5504;
}
.ServiceNetwork .toggle ul li .banner {
  display: none;
}
.ServiceNetwork .box {
  margin-top: 0.62rem;
  padding: 0 1.6rem;
}
.ServiceNetwork .box .banner {
  --h: 1.92rem;
}
.ServiceNetwork .box .banner .swiper {
  height: calc(var(--h) * 2 + 35px);
}
.ServiceNetwork .box .banner .swiper .swiper-slide {
  height: var(--h);
  background: #f5f5f5;
  border-radius: 0.2rem;
}
.ServiceNetwork .box .banner .swiper .swiper-slide a {
  display: block;
  padding: 0.56rem 0 0.66rem 0.52rem;
  position: relative;
  cursor: pointer;
}
.ServiceNetwork .box .banner .swiper .swiper-slide .item .content1 {
  font-size: 0.32rem;
  color: #000;
  transition: 0.4s;
}
.ServiceNetwork .box .banner .swiper .swiper-slide .item .content2 {
  font-size: 0.2rem;
  color: #ea5504;
  margin-top: 0.1rem;
}
.ServiceNetwork .box .banner .swiper .swiper-slide .item .content3 {
  position: absolute;
  right: 0.68rem;
  top: 50%;
  transform: translateY(-50%);
}
.ServiceNetwork .box .banner .swiper .swiper-slide .item:hover .content1 {
  color: #ea5504;
}
.Stock_Container {
  padding-bottom: 2rem;
}
.Stock_Container .box {
  margin-top: 1.2rem;
}
.Stock_Container .box .boxLeft {
  width: 48%;
  padding-right: 1.45rem;
}
.Stock_Container .box .boxLeft .content1 {
  font-size: 0.22rem;
  margin-top: 0.52rem;
}
.Stock_Container .box .boxLeft .content2 {
  margin-top: 0.26rem;
}
.Stock_Container .box .boxLeft .content2 p {
  font-size: 0.96rem;
  font-family: 'gilroy_bold';
  line-height: 1;
  display: inline-block;
}
.Stock_Container .box .boxLeft .content2 span {
  margin-left: 0.26rem;
  font-size: 0.22rem;
}
.Stock_Container .box .boxLeft .content2 svg {
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 0.35rem;
}
.Stock_Container .box .boxLeft .content2 div {
  margin-left: 0.16rem;
  display: inline-block;
  color: red;
  font-size: 0.2rem;
}
.Stock_Container .box .boxLeft .content2 div abbr {
  font-family: 'gilroy_bold';
}
.Stock_Container .box .boxLeft .content2 div.active {
  color: green;
}
.Stock_Container .box .boxLeft .content2 div.active svg {
  transform: rotate(180deg);
}
.Stock_Container .box .boxLeft .content2 div.active svg path {
  fill: green;
}
.Stock_Container .box .boxLeft .content3 {
  margin-top: 0.5rem;
  border-top: 1px solid #ececec;
  padding-top: 0.5rem;
}
.Stock_Container .box .boxLeft .content3 .item .top {
  font-size: 0.16rem;
  color: #666;
}
.Stock_Container .box .boxLeft .content3 .item .bot {
  font-size: 0.2rem;
  font-family: 'gilroy_bold';
  margin-top: 7px;
}
.Stock_Container .box .boxLeft .content4 {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.76rem;
}
.Stock_Container .box .boxRight {
  width: 52%;
}
.Stock_Container .box .boxRight img {
  width: 100%;
}
.ResearchReport .box {
  padding: 0 1.6rem;
}
.ResearchReport .box .swiper {
  margin-top: 0.75rem;
}
.ResearchReport .box .swiper .swiper-slide {
  display: grid;
  gap: 0.2rem;
}
.ResearchReport .box .swiper .swiper-slide a {
  line-height: 1.18rem;
  background: #f5f5f5;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.ResearchReport .box .swiper .swiper-slide a .left {
  font-size: 0.32rem;
  max-width: 80%;
  color: #000;
  transition: 0.4s;
}
.ResearchReport .box .swiper .swiper-slide a .right {
  display: flex;
  align-items: center;
}
.ResearchReport .box .swiper .swiper-slide a:hover .left {
  color: #ea5504;
}
.ContactUs .title {
  font-size: var(--f20);
  margin-top: 0.16rem;
  
}
.ContactUs .HomtTitle {
  font-size: var(--f52);
  color: #ea5504;
  text-transform: uppercase;
  
}
.ContactUs .main p {
  font-size: 0.26rem;
  margin: 0.62rem 0 0.16rem;
}
.ContactUs .main div {
  font-size: 0.46rem;
  font-family: 'Raleway';
  color: #ea5504;
}
.ContactUs .box {
  margin-top: 0.7rem;
}
.ContactUs .box .box_main {
  margin-bottom: 0.72rem;
}
.ContactUs .box .box_main h5 {
  font-size: 0.32rem;
  color: #ea5504;
  text-transform: uppercase;
}
.ContactUs .box .box_main .list {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem 0.2rem;
}
.ContactUs .box .box_main .list .item {
  background: #f5f5f5;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
  border: 2px solid transparent;
}
.ContactUs .box .box_main .list .item .content1 {
  font-size: 0.22rem;
}
.ContactUs .box .box_main .list .item .content2 {
  margin-top: 0.16rem;
  display: grid;
  gap: 8px;
}
.ContactUs .box .box_main .list .item .content2 p {
  font-size: var(--f16);
  position: relative;
  padding-left: 0.3rem;
}
.ContactUs .box .box_main .list .item .content2 p span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ContactUs .box .box_main .list .item .content2 p em {
  color: #666;
}
.MessageBoard .box {
  margin-top: 0.86rem;
  padding: 0.6rem 1.6rem;
      background-color: #fff;
    border-radius: 15px;
}
.MessageBoard .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.54rem;
}
.MessageBoard .box .list .item input {
  width: 100%;
  height: 0.58rem;
  display: block;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: var(--f16);
  transition: 0.4s;
}
.MessageBoard .box .list .item input:hover {
  border-color: #ea5504;
}
.MessageBoard .box .list1 {
  margin-top: 0.45rem;
}
.MessageBoard .box .list1 textarea {
  width: 100%;
  height: 1.14rem;
  display: block;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: var(--f16);
  transition: 0.4s;
  resize: none;
}
.MessageBoard .box .list1 textarea:hover {
  border-color: #ea5504;
}
.MessageBoard .box .list2 {
  margin-top: 0.8rem;
}
.MessageBoard .box .list2 input {
  display: none;
}
.p160 {
  padding: 0 1.6rem;
  margin-top: 0.85rem;
}
.DownloadCenter {
  margin-top: 0.9rem;
}
.DownloadCenter .width {
  width: 0.64rem;
}
.DownloadCenter .box {
  padding: 0 1.6rem;
}
.DownloadCenter .box .banner .swiper .swiper-slide figure {
  padding: 0 0.25rem;
}
.DownloadCenter .box .banner .swiper .swiper-slide figure img {
  width: 100%;
}
.DownloadCenter .box .banner .swiper .swiper-slide figcaption {
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  margin-top: 0.58rem;
  height: 0.64rem;
}
.DownloadCenter .box .banner .swiper .swiper-slide div {
  margin-top: 0.34rem;
}
.DownloadCenter .box .banner .swiper .swiper-slide div a {
  display: block;
  width: 1.56rem;
  line-height: 0.48rem;
  border: 1px solid #ea5504;
  text-align: center;
  font-size: var(--f16);
  color: #000;
  transition: 0.4s;
}
.DownloadCenter .box .banner .swiper .swiper-slide div a svg {
  vertical-align: middle;
  margin-right: 0.06rem;
}
.DownloadCenter .box .banner .swiper .swiper-slide div a svg path {
  transition: 0.4s;
}
.DownloadCenter .box .banner .swiper .swiper-slide div a:hover {
  color: #fff;
  background: #ea5504;
}
.DownloadCenter .box .banner .swiper .swiper-slide div a:hover svg path {
  fill: #fff;
}
.QA .box .list .item {
  display: none;
  position: relative;
}
.QA .box .list .item:first-child {
  border-top: 1px solid #ddd;
  transition: 0.4s;
}
.QA .box .list .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.QA .box .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ea5504;
  z-index: 1;
  transition: 0.4s;
}
.QA .box .list .item .top {
  font-size: 0.24rem;
  color: #666;
  position: relative;
  line-height: 0.35rem;
  padding: 0.36rem 0.36rem 0.36rem 0.7rem;
  cursor: pointer;
  transition: 0.4s;
}
.QA .box .list .item .top em {
  position: absolute;
  font-family: 'gilroy_bold';
  font-size: 0.26rem;
  color: #e0e0e0;
  left: 0;
  top: 0.36rem;
}
.QA .box .list .item .top span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 3px;
  background: #ea5504;
}
.QA .box .list .item .top span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ea5504;
  transform: rotate(90deg);
  transition: 0.4s;
}
.QA .box .list .item .active {
  color: #000;
}
.QA .box .list .item .active span::after {
  transform: rotate(0deg);
}
.QA .box .list .item .bot {
  padding: 0rem 0.36rem 0.5rem 0.7rem;
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #666;
  position: relative;
  display: none;
}
.QA .box .list .item .bot em {
  position: absolute;
  font-family: 'gilroy_bold';
  font-size: 0.26rem;
  color: #e0e0e0;
  left: 0;
  top: 0rem;
}
.QA .box .list .item:hover::after {
  width: 100%;
}
.QA .box .list .item:hover .top {
  color: #000;
}
.QA .box .list .item:active .top span::after {
  transform: rotate(0deg);
}
.QA .box .more {
  margin-top: 0.54rem;
}
.TechnicalConnection .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.TechnicalConnection .box .item {
  border-radius: 0.2rem;
  border: 2px solid #ea5504;
  padding: 0.45rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.TechnicalConnection .box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.TechnicalConnection .box .item .img img {
  width: 100%;
  height: 100%;
}
.TechnicalConnection .box .item .content1 {
  position: relative;
  z-index: 1;
}
.TechnicalConnection .box .item .content1 p {
  width: fit-content;
}
.TechnicalConnection .box .item .content1 p img {
  height: 0.66rem;
}
.TechnicalConnection .box .item .content1 p .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
}
.TechnicalConnection .box .item .content2 {
  font-size: 0.38rem;
  font-family: 'gilroy_bold';
  color: #000;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.TechnicalConnection .box .item .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 7px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.TechnicalConnection .box .item:hover {
  border-color: transparent;
}
.TechnicalConnection .box .item:hover .img {
  opacity: 1;
}
.TechnicalConnection .box .item:hover .content1 p .img2 {
  opacity: 1;
}
.TechnicalConnection .box .item:hover .content1 p .img1 {
  opacity: 0;
}
.TechnicalConnection .box .item:hover .content2,
.TechnicalConnection .box .item:hover .content3 {
  color: #fff;
}
.Case_List .title,
.SocialResponsibility .title {
  font-size: var(--f52);
  margin-top: 0.2rem;
}
.Case_List .box,
.SocialResponsibility .box {
  margin-top: 0.72rem;
}
.Case_List .box .list,
.SocialResponsibility .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.42rem;
}
.Case_List .box .list .item a,
.SocialResponsibility .box .list .item a {
  display: block;
}
.Case_List .box .list .item a figure,
.SocialResponsibility .box .list .item a figure {
  width: 100%;
  overflow: hidden;
}
.Case_List .box .list .item a figure img,
.SocialResponsibility .box .list .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.Case_List .box .list .item a figcaption,
.SocialResponsibility .box .list .item a figcaption {
  margin-top: -0.35rem;
  position: relative;
  z-index: 1;
  padding: 0 0.32rem;
}
.Case_List .box .list .item a figcaption .main,
.SocialResponsibility .box .list .item a figcaption .main {
  border-bottom: 4px solid #ea5504;
  background: #fff;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.32rem 0.32rem 0.32rem 1.24rem;
}
.Case_List .box .list .item a figcaption .content1,
.SocialResponsibility .box .list .item a figcaption .content1 {
  font-size: 0.22rem;
  color: #000;
  line-height: 0.3rem;
  height: 0.6rem;
  transition: 0.4s;
}
.Case_List .box .list .item a figcaption .content2,
.SocialResponsibility .box .list .item a figcaption .content2 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
  height: 0.48rem;
  margin-top: 0.18rem;
}
.Case_List .box .list .item a figcaption .content3,
.SocialResponsibility .box .list .item a figcaption .content3 {
  margin-top: 0.46rem;
  font-size: var(--f16);
  color: #000;
}
.Case_List .box .list .item a figcaption .content3 i,
.SocialResponsibility .box .list .item a figcaption .content3 i {
  font-size: var(--f16);
  color: #ea5504;
  margin-left: 0.1rem;
}
.Case_List .box .list .item a figcaption .content4,
.SocialResponsibility .box .list .item a figcaption .content4 {
  position: absolute;
  font-size: var(--f20);
  color: #ea5504;
  left: 0.32rem;
  top: 0.32rem;
}
.Case_List .box .list .item a:hover figure img,
.SocialResponsibility .box .list .item a:hover figure img {
  transform: scale(1.1);
}
.Case_List .box .list .item a:hover figcaption .content1,
.SocialResponsibility .box .list .item a:hover figcaption .content1 {
  color: #ea5504;
}
.SocialResponsibility .box .list .item a figcaption .main .content1 {
  height: auto;
}
.News_Info .box {
  padding: 0 2.6rem;
}
.News_Info .box .content1 {
  font-size: var(--f52);
}
.News_Info .box .content2 {
  font-size: 0.2rem;
  color: #ea5504;
  margin-top: 0.22rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #ccc;
}
.News_Info .box .content3 {
  font-size: var(--f18);
  line-height: 0.35rem;
  color: #666;
  padding: 0.74rem 0 0;
}
.News_Info .box .content4 {
  margin-top: 0.8rem;
}
.News_Info .box .content4 div {
  border-bottom: 1px solid #ccc;
}
.News_Info .box .content4 div a {
  line-height: 0.8rem;
}
.News_Info .box .content4 div a .left {
  font-size: var(--f20);
  color: #ea5504;
  width: 1.36rem;
}
.News_Info .box .content4 div a .center {
  flex: 1;
  font-size: 0.22rem;
  color: #000;
  transition: 0.4s;
}
.News_Info .box .content4 div a .right {
  font-size: 0.18rem;
  color: #666;
}
.News_Info .box .content4 div a:hover .center {
  color: #ea5504;
}
.News_Info .box .content5 {
  margin-top: 0.8rem;
}
.ManufacturingCenter .HomtTitle {
  margin-bottom: 0.25rem;
}
.ManufacturingCenter .box {
  margin-bottom: 0.84rem;
}
.ManufacturingCenter .box:last-child {
  margin-bottom: 0;
}
.ManufacturingCenter .box .title {
  font-size: var(--f52);
}
.ManufacturingCenter .box .toggle {
  margin-top: 0.66rem;
}
.ManufacturingCenter .box .toggle ul li {
  font-size: 0.32rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.ManufacturingCenter .box .toggle ul .active {
  color: #ea5504;
}
.ManufacturingCenter .box .toggle_main>div{
    display: none;
}
.ManufacturingCenter .box .toggle_main .active{
    display: block;
}
.ManufacturingCenter .box .toggle_main .content1 {
  font-size: var(--f16);
  line-height: 1.6;
  color: #666;
}
.ManufacturingCenter .box .toggle_main .content2 {
  margin-top: 0.7rem;
  position: relative;
}
.ManufacturingCenter .box .toggle_main .content2 .img {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ManufacturingCenter .box .toggle_main .content2 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(1, 87, 138, 0.8) 100%);
  z-index: 1;
  transition: 0.4s;
}
.ManufacturingCenter .box .toggle_main .content2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.ManufacturingCenter .box .toggle_main .content2 p img {
  width: 0.92rem;
}
.AsiaPacificRegion .box {
  margin-top: -0.5rem;
}
.AsiaPacificRegion .box .main {
  position: relative;
  width: 13.84rem;
}
.AsiaPacificRegion .box .main img {
  width: 100%;
}
.AsiaPacificRegion .box .main .list .item {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.AsiaPacificRegion .box .main .list .item .dian {
  width: 11px;
  height: 11px;
  background: #ea5504;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.AsiaPacificRegion .box .main .list .item .dian::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.4s;
  border: 1px solid #ea5504;
}
.AsiaPacificRegion .box .main .list .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  font-size: var(--f18);
}
.AsiaPacificRegion .box .main .list .active .dian::after {
  animation: fd 2s linear infinite;
}
.AsiaPacificRegion .box .main .list .beiJing {
  left: 71.2%;
  top: 29.8%;
}
.AsiaPacificRegion .box .main .list .beiJing span {
  right: 150%;
}
.AsiaPacificRegion .box .main .list .chengDu {
  left: 65.4%;
  top: 44.8%;
}
.AsiaPacificRegion .box .main .list .UAE {
  left: 21.4%;
  top: 53.8%;
}
.AsiaPacificRegion .box .main .list .chengDu span {
  right: 150%;
}
.AsiaPacificRegion .box .main .list .UAE span {
  right: 150%;
}
.AsiaPacificRegion .box .main .list .shangHai {
  left: 76.6%;
  top: 44.2%;
}
.AsiaPacificRegion .box .main .list .Japan {
  left: 90.6%;
  top: 34.2%;
}
.AsiaPacificRegion .box .main .list .shangHai span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .Japan span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .xiagnGang {
  left: 70.4%;
  top: 56.2%;
}
.AsiaPacificRegion .box .main .list .Thailand {
  left: 59.4%;
  top: 66.2%;
}
.AsiaPacificRegion .box .main .list .xiagnGang span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .Thailand span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .shenZhen {
  left: 69.7%;
  top: 55.6%;
}
.AsiaPacificRegion .box .main .list .shenZhen .dian {
  width: 6px;
  height: 6px;
}
.AsiaPacificRegion .box .main .list .beiJing .dian{
    width: 11px;
    height: 11px;
}
.AsiaPacificRegion .box .main .list .shenZhen span {
  right: 150%;
}
.AsiaPacificRegion .box .main .list .jiLongPo {
  left: 60.2%;
  top: 80.2%;
}
.AsiaPacificRegion .box .main .list .jiLongPo span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .xingJiaPo {
  left: 62.3%;
  top: 84.2%;
}
.AsiaPacificRegion .box .main .list .xingJiaPo span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .yaJiaDa {
  left: 64.6%;
  top: 93.6%;
}
.AsiaPacificRegion .box .main .list .yaJiaDa span {
  left: 150%;
}
.AsiaPacificRegion .box .main .list .xingSan {
  left: 62%;
  top: 83.5%;
}
.AsiaPacificRegion .box .main .list .xingSan .dian {
  width: 6px;
  height: 6px;
}
.AsiaPacificRegion .box .main .list .xingSan span {
  right: 150%;
}
.AsiaPacificRegion .box1 {
  margin-top: -3.3rem;
  position: relative;
  z-index: 1;
    width: 60%;
}
.AsiaPacificRegion .box1 .item {
  display: none;
}
.AsiaPacificRegion .box1 .item h5 {
  font-size: var(--f52);
}
.AsiaPacificRegion .box1 .item ul {
  margin-top: 0.45rem;
}
.AsiaPacificRegion .box1 .item ul li {
  margin-right: 0.96rem;
}
.AsiaPacificRegion .box1 .item ul li:last-child {
  margin-right: 0;
}
.AsiaPacificRegion .box1 .item ul li .icon img {
  height: 0.52rem;
}
.AsiaPacificRegion .box1 .item ul li .text {
  font-size: 0.22rem;
  color: #666;
  display: flex;
  align-items: center;
  margin-left: 0.28rem;
  
}
.AsiaPacificRegion .box1 .active {
  display: block;
}
.AsiaPacificRegion .box2 {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.AsiaPacificRegion .box2 ul li {
  font-size: 0.22rem;
  margin-right: 0.3rem;
  
}
.AsiaPacificRegion .box2 ul .active {
  color: #ea5504;
}
@keyframes fd {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.GroupStructure {
  margin-top: 3.4rem;
}
.GroupStructure .title {
  font-size: var(--f52);
  text-align: center;
  margin-top: 0.76rem;
  
}
.GroupStructure .box {
  text-align: center;
  margin-top: 0.45rem;
}
.CompanyIntroduction .title {
  font-size: var(--f52);
  line-height: 0.75rem;
  margin-top: 0.64rem;
  
}
.Products .title {
   font-size: var(--f36);
   
  margin: 0.34rem 0;
  

}
.Products .title2 {
   font-size: var(--f36);
  line-height: 0.35rem;
  margin: 0.34rem 0;
  color: #0d17dc;
  
}

.CompanyIntroduction .box {
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.7rem;
}
.CompanyIntroduction .box img {
  width: 100%;
}
.CompanyIntroduction .box1 {
  margin-top: 0.9rem;
}
.CompanyIntroduction .box1 .left {
  width: 35%;
  font-size: 0.26rem;
  line-height: 0.45rem;
}
.CompanyIntroduction .box1 .right {
  width: 50%;
}
.CompanyIntroduction .box1 .right .content1 {
  font-size: var(--f16);
  line-height: 1.7;
  color: #666;
}
.CompanyIntroduction .box1 .right .content2 {
  margin-top: 0.7rem;
}
.CompanyIntroduction .box1 .right .content2 a {
  font-size: var(--f16);
  color: #000;
  display: inline-block;
  border-bottom: 2px solid #ea5504;
  padding-bottom: 4px;
  transition: 0.4s;
}
.CompanyIntroduction .box1 .right .content2 a i {
  color: #ea5504;
  transform: translateX(0.05rem);
  display: inline-block;
}
.CompanyIntroduction .box1 .right .content2 a:hover {
  color: #ea5504;
}
.CompanyIntroduction_lb .box {
  padding-left: var(--padding_w);
}
.CompanyIntroduction_lb .box .banner .swiper-slide {
  width: 7.2rem;
  padding-right: 0.45rem;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main {
  background: #f5f5f5;
  border-radius: 0.2rem;
  padding: 0.45rem 0.5rem;
  border: 2px solid #f5f5f5;
  transition: 0.4s;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main .left p {
  width: 1.74rem;
  height: 1.74rem;
  border-radius: 50%;
  overflow: hidden;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main .left p img {
  width: 100%;
  height: 100%;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main .right {
  flex: 1;
  padding-left: 0.64rem;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main .right .content1 {
  font-size: 0.22rem;
  line-height: 0.35rem;
  height: 0.7rem;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main .right .content2 {
  margin-top: 1.2rem;
  font-size: 0.96rem;
  height: 0.8rem;
  text-align: right;
  font-family: 'gilroy_Medium';
  color: #e4e4e4;
}
.CompanyIntroduction_lb .box .banner .swiper-slide .main:hover {
  background: transparent;
  border-color: #ea5504;
}
.QualificationHonor .title {
  font-size: var(--f36);
  margin-top: 0.25rem;
  text-transform: uppercase;
}
.QualificationHonor .toggle {
  margin-top: 0.66rem;
}
.QualificationHonor .toggle ul li {
  font-size: 0.32rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.QualificationHonor .toggle ul li .banner {
  display: none;
}
.QualificationHonor .toggle ul .active {
  color: #ea5504;
}
.QualificationHonor .toggle_box .box {
  margin-top: 0.74rem;
}
.QualificationHonor .toggle_box .box .banner .item figure {
  height: 3rem;
  border-radius: 0.2rem;
  background: #f5f5f5;
  display: flex;
}
.QualificationHonor .toggle_box .box .banner .item figure img {
  margin: auto;
  max-width: 80%;
  max-height: 70%;
}
.QualificationHonor .toggle_box .box .banner .item figcaption {
  font-size: var(--f18);
  text-align: center;
  margin-top: 0.34rem;
}
.DevelopmentCourse .box {
  margin-top: 1.4rem;
}
.DevelopmentCourse .box .banner .item {
  cursor: pointer;
  text-align: center;
}
.DevelopmentCourse .box .banner .item .boxTop {
  font-size: 0.3rem;
  font-family: 'gilroy_bold';
  color: #999;
  transition: 0.4s;
}
.DevelopmentCourse .box .banner .item .boxCenter {
  position: relative;
  margin: 0.2rem 0 0.45rem;
}
.DevelopmentCourse .box .banner .item .boxCenter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #cccccc;
}
.DevelopmentCourse .box .banner .item .boxCenter::after {
  content: '';
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  height: 2px;
  background: #ea5504;
  z-index: 1;
}
.DevelopmentCourse .box .banner .item .boxCenter span {
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #999;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.DevelopmentCourse .box .banner .item .boxBot {
  font-size: var(--f16);
  line-height: 0.32rem;
  color: #666;
  height: 0.96rem;
  padding: 0 0.5rem;
  opacity: 0;
  transition: 0.4s;
}
.DevelopmentCourse .box .banner .item:hover .boxTop {
  color: #ea5504;
}
.DevelopmentCourse .box .banner .active .item .boxTop span {
  color: #000;
}
.DevelopmentCourse .box .banner .active .item .boxCenter span {
  background: #ea5504;
}
.DevelopmentCourse .box .banner .active .item .boxBot {
  opacity: 1;
}
.DevelopmentCourse .box .banner .on .item .boxCenter::after {
  width: 100%;
}
.DevelopmentCourse .box .banner .on1 .item .boxCenter::after {
  width: 100%;
  transition: 0.4s;
}
.DevelopmentCourse .box1 img {
  width: 100%;
}
.DevelopmentCourse .banner_btn {
  height: 0;
  transform: translateY(-1.4rem);
  position: relative;
  z-index: 1;
}
.VisionMission {
  padding: 2rem 0 0;
  position: relative;
}
.VisionMission .title_toggle {
  position: absolute;
  right: var(--padding_w);
  top: 1.84rem;
  z-index: 2;
}
.VisionMission .title_toggle ul {
  display: grid;
  gap: 0.12rem;
}
.VisionMission .title_toggle ul li {
  font-size: 0.2rem;
  color: #666;
  cursor: pointer;
  text-align: right;
  transition: 0.4s;
}
.VisionMission .title_toggle ul .active {
  color: #000;
  font-weight: bold;
}
.VisionMission .toggle > div {
  display: none;
}
.VisionMission .toggle .active {
  display: block;
}
.VisionMission .title {
  font-size: var(--f52);
  margin-top: 0.25rem;
}
.VisionMission .box {
  margin-top: -1.9rem;
  padding: 0 3.45rem;
}
.VisionMission .box img {
  width: 10.13rem;
}
.VisionMission .info {
  position: absolute;
  right: var(--padding_w);
  bottom: 0.94rem;
  z-index: 2;
}
.VisionMission .info .content1 {
  font-family: 'gilroy_bold';
  font-size: 0.32rem;
  text-align: center;
}
.VisionMission .info .content1 span {
  color: #ea5504;
}
.VisionMission .info .content2 {
  margin-top: 0.9rem;
}
.ProductIntroduction .box {
  margin-top: 0.64rem;
  border: 2px solid #cccccc;
  border-radius: 0.2rem;
}
.ProductIntroduction .box .boxLeft {
  width: 10.4rem;
  padding: 0.94rem 0 1.7rem;
  position: relative;
}
.ProductIntroduction .box .boxLeft .banner {
  width: 7rem;
  margin: auto;
}
.ProductIntroduction .box .boxLeft .banner .item {
  position: relative;
}
.ProductIntroduction .box .boxLeft .banner .item .img img {
  width: 100%;
}
.ProductIntroduction .box .boxLeft .banner .item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ProductIntroduction .box .boxLeft .banner .item .play img {
  width: 1rem;
  cursor: pointer;
}
.ProductIntroduction .box .boxLeft .banner .item .img:hover .play {
  opacity: 1;
}
.ProductIntroduction .box .boxLeft .banner_btn p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ProductIntroduction .box .boxLeft .banner_btn .prev {
    left: 4vw;
}
.ProductIntroduction .box .boxLeft .banner_btn .next {
    right: 4vw;
}


.ProductIntroduction .box .boxLeft .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.ProductIntroduction .box .boxLeft .swiper-pagination span {
  border: 1px solid #666;
  background: transparent;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  transition: 0.4s;
}
.ProductIntroduction .box .boxLeft .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #ea5504;
  background: #ea5504;
  opacity: 1;
}
.ProductIntroduction .box .boxRight {
  flex: 1;
  padding: 0 0.8rem 0 0.25rem;
  display: flex;
  align-items: center;
}
.ProductIntroduction .box .boxRight .main .content1 {
  font-size: 0.42rem;
}
.ProductIntroduction .box .boxRight .main .content2 {
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.38rem;
  margin-bottom: 0.7rem;
}
.ProductAdvantage .box .list {
  border-top: 1px solid #e6e6e6;
}
.ProductAdvantage .box .list .item {
  padding: 0.38rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.ProductAdvantage .box .list .item .icon {
  width: 2rem;
}
.ProductAdvantage .box .list .item .icon img {
  max-height: 100%;
}
.ProductAdvantage .box .list .item .tit {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  width: 4rem;
}
.ProductAdvantage .box .list .item .desc {
  flex: 1;
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
}
.ApplicationField .title {
  font-size: var(--f52);
  margin-top: 0.25rem;
}
.ApplicationField .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 1.7;
  margin-top: 0.5rem;
}
.ApplicationField .box {
  margin-top: 0.7rem;
}
.ApplicationField .box .banner .swiper-slide {
  position: relative;
}
.ApplicationField .box .banner .swiper-slide figure {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.ApplicationField .box .banner .swiper-slide figure img {
  width: 100%;
  transition: 0.4s;
  height: 385px;
}
.ApplicationField .box .banner .swiper-slide figure::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(1, 87, 138, 0.8) 100%);
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.ApplicationField .box .banner .swiper-slide figcaption {
  position: absolute;
  left: 0;
  bottom: 0.45rem;
  z-index: 1;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.ApplicationField .box .banner .swiper-slide:hover figure img {
  transform: scale(1.1);
}
.ApplicationField .box .banner .swiper-slide:hover figure::after {
  opacity: 1;
}
.SpecificationParameter .box .scroll {
  overflow: auto;
}
.SpecificationParameter .box .main {
  margin-top: 0.9rem;
}
.SpecificationParameter .box .main .banner .swiper-slide .content1 {
  font-size: 0.24rem;
  text-align: center;
}
.SpecificationParameter .box .main .banner .swiper-slide .content2 {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.56rem;
}
.SpecificationParameter .box .main .banner .swiper-slide .content3 {
  font-size: var(--f16);
  line-height: 1.8;
  text-align: center;
  color: #666;
  margin-top: 0.6rem;
  height: 0.6rem;
}
.ProductAtlas .box {
  margin-top: 0.45rem;
}
.ProductAtlas .box .banner .swiper-slide .item figure {
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  position: relative;
}
.ProductAtlas .box .banner .swiper-slide .item figure img {
  width: 100%;
}
.ProductAtlas .box .banner .swiper-slide .item figure .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.ProductAtlas .box .banner .swiper-slide .item figure .play img {
  width: 0.75rem;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption {
  background: #f5f5f5;
  padding: 0.5rem 0.4rem;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption .title {
  font-size: 0.24rem;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption .desc {
  font-size: var(--f16);
  line-height: 1.6;
  color: #666;
  margin-top: 0.2rem;
  height: 0.5rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #ea5504 #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption .desc::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ea5504;
}
.ProductAtlas .box .banner .swiper-slide .item figcaption .desc::-webkit-scrollbar-track {
  border-radius: 2px;
}
.ProductInfo .box {
  font-size: var(--f16);
  color: #666;
  line-height: 1.6;
}
.layer_Down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 11;
  display: none;
}
.layer_Down .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 6.9rem;
  padding: 0.48rem 0.4rem 0.68rem;
  border-radius: 0.2rem;
}
.layer_Down .box .close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.layer_Down .box .close i {
  font-size: 0.22rem;
  font-weight: bold;
  color: #999;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s;
}
.layer_Down .box .close i:hover {
  color: #ea5504;
  transform: rotate(90deg);
}
.layer_Down .box .title {
  font-size: 0.38rem;
  margin-bottom: 0.48rem;
  text-align: center;
}
.layer_Down .box .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.layer_Down .box .item div {
  position: relative;
}
.layer_Down .box .item div svg {
  position: absolute;
  left: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}
.layer_Down .box .item div svg path {
  transition: 0.4s;
  fill: #999;
}
.layer_Down .box .item div:hover svg path {
  fill: #ea5504;
}
.layer_Down .box .item input {
  font-size: var(--f16);
  height: 0.54rem;
  display: block;
  width: 100%;
  padding: 0 0.45rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  transition: 0.4s;
  color: #000;
}
.layer_Down .box .item input::placeholder {
  color: #999;
  transition: 0.4s;
}
.layer_Down .box .item input:hover {
  border-color: #ea5504;
}
.layer_Down .box .item input:hover::placeholder {
  color: #000;
}
.layer_Down .box .item1 {
  margin-top: 0.42rem;
}
.layer_Down .box .item1 input {
  display: none;
}
@media screen and (max-width: 1520px) {
    
    .Home_News .box .banner .banner_btn {
    --l: 4.6rem;
}
  .header .box .main nav .item > a {
    font-size: 16px;
  }
  body {
    --f16: 15px;
    --f52: 0.46rem;
  }
  .p160,
  .MessageBoard .box {
    margin-top: 0.72rem;
  }
  .DownloadCenter .box,
  .p160,
  .Join_Global_Container .box .list,
  .CorporateGovernance .box,
  .MajorShareholder .box,
  .ServiceNetwork .box,
  .ResearchReport .box,
  .MessageBoard .box {
    padding: 0 1.2rem;
  }
  .News_Info .box {
    padding: 0 2rem;
  }
  .ResearchReport .box .swiper .swiper-slide a .left {
    font-size: 0.24rem;
  }
  .InnerBanner .orientation .box .boxLeft {
    font-size: 0.58rem;
  }
}
@media screen and (max-width: 1400px) {
  .ProductIntroduction .box .boxLeft {
    width: 7.4rem;
    padding: 0.94rem 0 1.1rem;
  }
  .ProductIntroduction .box .boxLeft .banner {
    width: 5rem;
  }
  .ProductIntroduction .box .boxLeft .swiper-pagination {
    bottom: 0.5rem;
  }
  .ProductAtlas .box .banner .swiper-slide .item figcaption .desc {
    height: 0.9rem;
  }
  .ManufacturingCenter .box .toggle ul li,
  section.Administrator_Container div.w1720 div.toggle ul li p,
  .ServiceNetwork .box .banner .swiper .swiper-slide .item .content1 {
    font-size: 0.24rem;
  }
  body {
    --f16: 15px;
    --f52: 0.42rem;
  }
  .News_List .box .parent {
    gap: 0.3rem;
  }
  section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide {
    padding: 0.3rem 0.4rem;
  }
  section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content1 {
    font-size: 0.22rem;
  }
  .Stock_Container .box .boxLeft .content2 p {
    font-size: 0.86rem;
  }
  .ContactUs .box .box_main .list {
    grid-template-columns: repeat(3, 1fr);
  }
  
  
  .footer .box .boxRight .boxBot .item {
    margin-right: 0.7rem;
}
  
  .footer .box .boxLeft .content2 .item {
    width: 4.85rem;
}
.AsiaPacificRegion .box1 {
    margin-top: -2.2rem;
}
.AsiaPacificRegion .box .main {
    width: 12.84rem;
}

}
@media screen and (max-width: 1300px) {
  .header .box .main nav .item > a {
    font-size: 14px;
  }
  .Home_Banner .swiper .swiper-slide .orientation .banner_content .banner_title {
    font-size: 0.48rem;
    line-height: 0.74rem;
  }
  .Home_About .box .boxRight .about_title {
    line-height: 0.65rem;
  }
  .Home_About .box1 .logo svg {
    transform: scale(0.6);
    transform-origin: left top;
  }
  .Home_About .box1 .data .item .top span {
    font-size: 0.62rem;
  }
  .Home_Business .swiper-slide .orientation .content1 {
    font-size: 0.36rem;
  }
  .Home_Business .swiper-slide .orientation .content5 img {
    width: 1rem;
  }
  .Home_Case .box .banner .swiper-slide .item:not(:first-child) {
    margin-left: 0.3rem;
  }
  .Home_News,
  .Home_Buddy {
    padding-top: 1.6rem;
  }
  .Home_District .map {
    width: 100%;
  }
  .mapTop {
    margin-top: 0rem;
  }
  .ProductIntroduction .box .boxLeft .banner {
    width: 5.7rem;
  }
  .InnerBanner .orientation .box .boxLeft {
    font-size: 0.46rem;
  }
  .ProductIntroduction .box .boxRight .main .content1 {
    font-size: 0.34rem;
  }
  .Home_Case .box .banner .swiper-slide .item a .orientation .content2,
  .Home_District .box .toggle p.about_desc,
  .ApplicationField .box .banner .swiper-slide figcaption,
  .ProductAdvantage .box .list .item .tit,
  .ProductAtlas .box .banner .swiper-slide .item figcaption .title,
  .DownloadCenter .box .banner .swiper .swiper-slide figcaption,
  .QA .box .list .item .top,
  .QualificationHonor .toggle ul li,
  .VisionMission .info .content1,
  .ManufacturingCenter .box .toggle ul li,
  section.Administrator_Container div.w1720 div.toggle ul li p,
  .ServiceNetwork .box .banner .swiper .swiper-slide .item .content1,
  .Join_Global_Container .box .list .item .boxTop .content1,
  .CorporateGovernance .box .item a .name,
  .ResearchReport .box .swiper .swiper-slide a .left,
  .ContactUs .box .box_main h5,
  .Home_District .box .toggle p {
    font-size: 0.22rem;
  }
  .Case_List .box .list .item a figcaption .main,
  .SocialResponsibility .box .list .item a figcaption .main {
    padding: 0.22rem 0.22rem 0.22rem 1rem;
  }
  .Case_List .box .list .item a figcaption .content3,
  .SocialResponsibility .box .list .item a figcaption .content3 {
    margin-top: 0.26rem;
    font-size: 14px;
  }
  .Case_List .box .list .item a figcaption .content3 i,
  .SocialResponsibility .box .list .item a figcaption .content3 i {
    font-size: 12px;
  }
  .Case_List .box .list .item a figcaption .content1,
  .SocialResponsibility .box .list .item a figcaption .content1 {
    font-size: 0.2rem;
  }
  .DownloadCenter .box,
  .p160,
  .Join_Global_Container .box .list,
  .CorporateGovernance .box,
  .MajorShareholder .box,
  .ServiceNetwork .box,
  .ResearchReport .box,
  .MessageBoard .box {
    padding: 0 0.8rem;
  }
  .DownloadCenter .width {
    width: 0.3rem;
  }
  .Join_Global_Container .box .list .item .boxTop .content2 svg,
  .Join_Global_Container .box .list .item .boxTop .content4 span {
    transform: scale(0.6);
  }
  .CorporateGovernance .box .item a .button svg,
  .ResearchReport .box .swiper .swiper-slide a .right svg {
    transform: scale(0.8);
  }
  .ContactUs .box .box_main .list .item .content1 {
    font-size: 0.2rem;
  }
  
  .Home_News .box .banner .banner_btn {
    --l: 4.3rem;
}
  
  
}
@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }
  .Home_Banner .swiper .swiper-slide .banner_img img {
    height: 60vh;
  }
  .Home_Banner .swiper .swiper-slide .orientation {
    padding: 0 0.72rem;
  }
  .Home_Banner .swiper .swiper-slide .orientation .banner_content .banner_title {
    font-size: 0.24rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }

  .Home_About .box .boxLeft,
  .Home_About .box .boxRight {
    width: 100%;
  }
  .Home_About .box .boxRight,
  .public_title .desc {
    margin-top: 0.2rem;
  }
  body {
    --f16: 15px;
    --f52: 0.32rem;
  }
  .Home_About .box .boxRight .about_title {
    line-height: 1.5;
  }
  .Home_About .box1,
  .Home_About .box .boxRight .about_link {
    margin-top: 0.7rem;
  }
  .Home_About .box1 .img img {
    min-height: 4rem;
  }
  .Home_About .box1 .logo {
    left: 5vw;
    top: 5vw;
  }
  .Home_About .box1 .logo svg {
    transform: scale(0.4);
  }
  .Home_About .box1 .data .item {
    width: 2.5rem;
  }
  .Home_About .box1 .data .item .top span {
    font-size: 0.42rem;
  }
  .Home_About .box1 .data {
    right: -0.3rem;
    bottom: 0.35rem;
  }
  .dongXiao .dongXiao1 img {
    width: 2.22rem;
  }
  .dongXiao .dongXiao2 img {
    width: 2.97rem;
  }
  .dongXiao .dongXiao3 img {
    width: 2.2rem;
  }
  .Home_Business .swiper-slide .img {
    transform: skew(-10deg);
  }
  .Home_Business .swiper-slide .img p {
    transform: skew(10deg) translateX(-calc(var(--tran) / 2));
  }
  .Home_Business .swiper-slide .orientation .content5 {
    right: 0.2rem;
  }
  .Home_Business .swiper-slide .img img {
    height: 6.8rem;
  }
  .Home_Case .case_dong1 {
    top: -1rem;
  }
  .Home_Case .case_dong1 img {
    width: 2.34rem;
  }
  .Home_Business .swiper-slide .orientation .content4 {
    margin-top: 1.2rem;
  }
  .Home_Case {
    padding: 0.92rem 0 0;
  }
  .Home_Case .box .banner .swiper-slide .item a .orientation {
    background-size: 100% 100%;
  }
  .Home_Case .case_dong2 img {
    width: 2.67rem;
  }
  .Home_Case .case_dong2 {
    bottom: -2.2rem;
  }
  .Home_News,
  .Home_Buddy {
    padding-top: 0.92rem;
  }
  .Home_News .box {
    margin-top: 0.7rem;
    padding: 0 5vw;
  }
  .Home_News .box .swiper .item figure {
    transform: scale(1);
  }
  .Home_News .news_dong1 {
    bottom: -1rem;
  }
  .Home_News .news_dong1 img {
    width: 2.48rem;
  }
  .Home_District .orientation {
    top: 0;
  }
  .Home_District .box {
    margin-top: 0.3rem;
  }
  .Home_District {
    padding: 0 0 0.5rem;
  }
  .footer .box .boxLeft .content1 {
    display: none;
  }
  .footer .box .boxLeft {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .footer .box .boxLeft .content2 {
    margin-top: 0;
    width: 100%;
  }
  .footer .box .boxLeft .content2 .item {
    width: 100%;
  }
  .footer .box .boxRight .boxBot {
    display: none;
  }
  .footer .box .boxLeft .content5 {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .footer .box .boxLeft .content3 {
    margin-top: 0.64rem;
  }
  .footer .box1 {
    margin-top: 0.75rem;
    padding-bottom: 0.56rem;
  }
  .footer .box1 .left {
    width: 100%;
  }
  .footer .box1 .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer .box1 .right .yqlj > a {
    margin-left: 0;
  }
  .footer .box .boxLeft .content5 {
    display: none;
  }
  .footer .box .boxRight .boxTop p {
    margin-left: 0;
    margin-right: 0.15rem;
  }
  .MobileMain .Language a {
    font-size: var(--f20);
  }
  .MobileMain .Language a i {
    color: #ea5504;
  }
  .mobile_search {
    top: 58px;
  }
  .mobile_search .close {
    right: 0.4rem;
    top: 0.2rem;
  }
  .InnerBanner .orientation .box .boxLeft {
    font-size: 0.32rem;
  }
  .InnerBanner .img img {
    width: 100%;
    min-height: 3rem;
  }
  .Products .box .video ul li p img {
  width: 0.42rem;
} 
  .ProductIntroduction .box .boxLeft {
    width: 100%;
    padding: 0.54rem 0 1.1rem;
  }
  .ProductIntroduction .box .boxRight {
    padding-bottom: 0.54rem;
  }
  .ProductIntroduction .box .boxRight .main .content1 {
    font-size: 0.24rem;
  }
  .DownloadCenter .box,
  .p160,
  .Join_Global_Container .box .list,
  .CorporateGovernance .box,
  .MajorShareholder .box,
  .ServiceNetwork .box,
  .ResearchReport .box,
  .MessageBoard .box {
    padding: 0 0;
  }
  .ProductAdvantage .box .list .item .icon {
    width: 1rem;
    display: flex;
    align-items: center;
  }
  .ProductAdvantage .box .list .item .tit {
    font-size: 0.22rem;
    width: 2.6rem;
    padding-right: 0.5rem;
  }
  .Case_List .box .list,
  .SocialResponsibility .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .TechnicalConnection .box .item .content2 {
    font-size: 0.26rem;
  }
  .TechnicalConnection .box .item {
    padding: 0.35rem 0.3rem;
  }
  .TechnicalConnection .box .item .content1 p img {
    height: 0.56rem;
  }
  .CompanyIntroduction .title {
    line-height: 1.5;
  }
  .CompanyIntroduction .box1 .left {
    font-size: 0.2rem;
    line-height: 1.8;
  }
  .VisionMission .title_toggle {
    position: initial;
  }
  .VisionMission {
    padding: 0.9rem 0 0;
  }
  .VisionMission .title_toggle ul {
    display: flex;
  }
  .VisionMission .box {
    margin-top: 0.5rem;
    padding: 0;
  }
  .VisionMission .toggle {
    margin-top: 0.5rem;
  }
  .VisionMission .info .content2 {
    margin-top: 0.4rem;
  }
  .AsiaPacificRegion .box1 {
    margin-top: 0;
  }
  .AsiaPacificRegion .box1 .item ul li .icon img {
    height: 0.42rem;
  }
  .AsiaPacificRegion .box1 .item ul li {
    margin-right: 0.56rem;
  }
  .AsiaPacificRegion .box1 .item ul li .text,
  .News_Info .box .content4 div a .center,
  .MajorShareholder .box table tr th,
  .MajorShareholder .box table tr td {
    font-size: 0.2rem;
  }
  .GroupStructure {
    margin-top: 0.92rem;
  }
  .GroupStructure .title {
    margin-top: 0.7rem;
  }
  .News_Info .box {
    padding: 0;
  }
  .News_List .box .parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .News_List .box .parent .item a figcaption {
    padding: 0.4rem 0.3rem;
  }

  .Join_China_Container .box .content2 .item a .left {
    width: 1.6rem;
  }
  .Join_China_Container .box .content2 .item a .left img {
    width: 1.14rem;
  }
  .Join_China_Container .box .content2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Join_China_Container .box .content2 .item {
    width: auto;
  }
  .Join_China_Container .box .content2 .item a {
    margin-right: 0;
  }
  .Deliver_Container .box .img img {
    min-height: 5rem;
  }
  .Deliver_Container .box .orientation .main {
    padding: 0 0.5rem;
  }
  .Join_Global_Container .box .list .item .boxTop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .Join_Global_Container .box .list .item .boxTop .content4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ServiceNetwork .box .banner .swiper .swiper-slide .item .content3 {
    position: initial;
    transform: translateY(0%);
    margin-top: 0.2rem;
  }
  .ServiceNetwork .box .banner .swiper .swiper-slide a {
    padding: 0.36rem 0 0.36rem 0.32rem;
  }
  .Stock_Container .box .boxLeft,
  .Stock_Container .box .boxRight {
    width: 100%;
    padding-right: 0;
  }
  .Stock_Container .box .boxRight {
    margin-top: 0.5rem;
  }
  .Stock_Container {
    padding-bottom: 0.92rem;
  }
  .Stock_Container .box {
    margin-top: 0.3rem;
  }
  .CorporateGovernance .box .item a .time {
    width: 1.6rem;
  }
  .CorporateGovernance .box .item a .button svg,
  .ResearchReport .box .swiper .swiper-slide a .right svg {
    transform: scale(1);
  }
  .ResearchReport .box .swiper .swiper-slide a {
    line-height: 0.38rem;
    padding: 0.3rem 0.3rem;
  }
  .ContactUs .box .box_main .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ContactUs .main div {
    font-size: 0.36rem;
  }
  .Home_News .box .banner .banner_btn {
    --l: -0.4rem;
  }
  .Home_Banner .button p {
    display: none;
  }
  .Home_Banner .swiper .swiper-slide .orientation {
    padding: 0 5vw;
  }
  .Home_About .box1 .data .item .top svg {
    transform: scale(0.7);
  }
  .Home_News .box .swiper .item figcaption {
    opacity: 1;
  }
  .budyy_dong1 img {
    width: 3rem;
  }
  .ProductIntroduction .box .boxRight {
    padding: 0 0.25rem 0.5rem 0.25rem;
  }
  .QA .box .list .item .top span {
    transform: translateY(-50%) scale(0.8);
  }
  .Home_Case .box .banner .swiper-slide .item{
      width: 100%;
  }
    .ProductIntroduction .box .boxLeft .banner_btn{
        margin: 0 !important;
    }
  .ProductIntroduction .box .boxLeft .banner_btn .prev{
      left: 0;
  }
  .ProductIntroduction .box .boxLeft .banner_btn .next{
      right: 0;
  }
  .Home_News .box .banner .banner_btn .button p{
      
  }
  .Home_News .box .banner .banner_btn .button p {
    position: initial;
}
.Home_News .box .banner .banner_btn{
    /*margin-top: 0.4rem !important;*/
    /*padding-bottom:0.9rem ;*/
    
}
.Home_News .box .banner .banner_btn .button{
    justify-content: center;
}
.latestNews .box .list .item a {
    padding: 0 0.2rem;
}
.latestNews .box .list .item a .title{
    padding-right: 0.3rem;
}
}
@media screen and (max-width: 669px) {
    .InnerBanner .orientation .box .title {
  font-size: 0.38rem;
  
}
    .Products .future ul li{width:auto;margin-top: 0.3rem;}
    .Products .orientation .box  ul {
  display: flex;
  white-space: normal;
  flex-wrap: wrap;
  justify-content: center;
}
.Products .orientation .box  ul li {
  display: flex;
  white-space: normal;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;;
}
.Products .orientation .box ul li img {
 display: none;
}
.Products .orientation .box ul li:after{
            content: '';
            color: #666;
            margin-left: 0rem;
        }

    .Join_China_Container .box .title {
  font-size: 0.26rem;
  color: #000;
  margin-top: 10px;
}
 .Join_Global_Container .box p{
    font-size: 0.22rem;

         width: 100%;

 }
 .Join_China_Container .box p{
    font-size: 0.22rem;
    color: #333;
    line-height: 1.2;
    
    width: 100%;
    text-align: center;
 }
    .Home_News .box .banner .banner_btn{
    /*margin-top: 0.4rem !important;*/
    padding-bottom:0.9rem ;
    
}
    .ProductIntroduction .box .boxLeft .banner_btn{
        display: none;
    }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 42px;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    transform: scale(0.8);
  }
  .Home_About .box1 .data .item {
    width: 1.9rem;
  }
  .Home_About .box1 .data .item .bot {
    width: 80%;
  }
  .Home_About .box1 .logo svg {
    transform: scale(0.25);
  }
  .Home_About .box1 .data {
    right: 0;
  }
  .Home_About .box1 .data .item {
    width: 1.4rem;
    margin: 0;
  }
  .Home_About .box1 .data .item .top span {
    font-size: 0.36rem;
  }
  .Home_About .box1 .data .item .top svg {
    transform: scale(0.5);
  }
  .Home_Business .swiper-slide {
    transform: 0;
  }
  .Home_Business .swiper-slide .img,
  .Home_Business .swiper-slide .img p {
    transform: skew(0deg);
  }
  .Home_Business .swiper-slide .orientation {
    padding-left: 5vw;
    padding-right: 5vw;
    top: 0.92rem;
    overflow: hidden;
  }
  .Home_Business .swiper-slide .orientation .content5 img {
    width: 0.8rem;
  }
  .Home_Business .swiper-slide .orientation .content1 {
    font-size: 0.28rem;
  }
  .Home_Business .banner {
    padding: 0 5vw;
  }
  .Home_Business .swiper-slide .orientation .content3 {
    margin-top: 0.96rem;
    width: 100%;
  }
  .Home_Business .swiper-slide .img img {
    height: 6rem;
  }
  .Home_Case .box .banner .swiper-slide .item a .orientation {
    padding: 0.4rem 0.4rem 0;
  }
  .banner_btn {
    margin-top: 0.6rem !important;
  }
  .Home_News .box .swiper .item figcaption {
    padding: 0 0.2rem;
  }
  .Home_News .box .swiper .swiper-slide .item figcaption {
    opacity: 1;
    margin-top: -0.4rem;
  }
  .Home_Buddy {
    padding-top: 0;
  }
  .Home_Buddy .box .banner .swiper .swiper-wrapper .swiper-slide {
    width: 2rem;
    height: 1.1rem;
  }
  .Home_District .map {
    display: none;
  }
  .Home_District .map .img {
    opacity: 0;
  }
  .Home_District .orientation {
    position: initial;
  }
  .footer .box .boxRight .boxTop {
    justify-content: flex-start;
  }
  body {
    --f16: 14px;
    --f18: 15px;
    --f20: 0.2rem;
  }
  .ProductIntroduction .box .boxLeft .banner {
    width: 90%;
  }
  .ProductAdvantage .box .list .item .desc {
    flex: 1 100%;
    width: 100%;
    margin-top: 0.2rem;
  }
  .p94 {
    padding-top: 0.72rem;
  }
  .p94_ {
    padding-bottom: 0.72rem;
  }
  .Case_List .box .list,
  .SocialResponsibility .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .DownloadCenter .box .banner .swiper .swiper-slide figure {
    padding: 0;
  }
  .HomtTitle {
    font-size: 16px;
  }
  .DownloadCenter,
  .CompanyIntroduction .box1 {
    margin-top: 0.7rem;
  }
  .CompanyIntroduction .box1 .left,
  .CompanyIntroduction .box1 .right {
    width: 100%;
  }
  .CompanyIntroduction .box1 .right {
    margin-top: 0.3rem;
  }
  .CompanyIntroduction_lb .box .banner .swiper-slide {
    width: 100%;
    padding-right: 5vw;
  }
  .CompanyIntroduction_lb .box .banner .swiper-slide .main .left p {
    width: 1.34rem;
    height: 1.34rem;
  }
  .CompanyIntroduction_lb .box .banner .swiper-slide .main {
    padding: 0.45rem 0.3rem;
  }
  .CompanyIntroduction_lb .box .banner .swiper-slide .main .right {
    padding-left: 0.4rem;
  }
  .CompanyIntroduction_lb .box .banner .swiper-slide .main .right .content2 {
    margin-top: 0.8rem;
    font-size: 0.86rem;
    height: auto;
    line-height: 1;
  }
  .DevelopmentCourse .banner_btn {
    margin-top: 0 !important;
  }
  .AsiaPacificRegion .box1 .item ul li {
    margin-right: 0.56rem;
    margin-bottom: 0.4rem;
  }
  .AsiaPacificRegion .box1 .item h5 {
    display: none;
  }
  .AsiaPacificRegion .box2 ul li {
    font-size: 0.24rem;
  }
  .GroupStructure {
    margin-top: 0.7rem;
  }
  .Home_News .box .banner .banner_btn {
    --l: -0.3rem;
  }
  .footer .box .boxRight .boxTop p {
    transform: scale(0.8);
  }
  .TechnicalConnection .box .item .content2 {
    margin-top: 0.4rem;
  }
  .TechnicalConnection .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .DevelopmentCourse .banner_btn {
    transform: translateY(-0.7rem);
  }
  .ManufacturingCenter .box .toggle ul li {
    margin-right: 0.5rem;
  }
  .ManufacturingCenter .box .toggle_main .content2 .img img {
    min-height: 3rem;
  }
  .News_Info .box .content4 div a .left {
    width: 0.86rem;
  }
  .News_Info .box .content4 div a .center {
    padding-right: 0.5rem;
  }
  .News_List .box .parent {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .News_List .box .parent .div1 {
    grid-area: auto;
  }
  .News_List .box .parent .div1 a .orientattion {
    bottom: 0.28rem;
  }
  .Join_China_Container .box .content2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Join_China_Container .box .content1 {
    line-height: 1.5;
  }
  body {
    --f52: 0.28rem;
  }
  .Deliver_Container .box .orientation .main {
    padding: 0 0.3rem;
  }
  .Deliver_Container .box .orientation .main .content1 {
    margin-top: 0.35rem;
  }
    .Deliver_Container .box .orientation .main .content3 {
      font-size: 0.20rem;
    width: 100%;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .Deliver_Container .box .orientation .main .content4 {
    margin-top: 0.35rem;
  }
  .CorporateGovernance .box .item a .time {
    width: 1.4rem;
  }
  .CorporateGovernance .box .item a {
    line-height: 0.4rem;
    padding: 0.2rem 0;
  }
  .CorporateGovernance .box .item a .name {
    padding-right: 0.2rem;
  }
  section.Administrator_Container div.w1720 div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.content3 {
    margin-top: 0.44rem;
  }
  .InnerBanner .orientation .box .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .InnerBanner .orientation .box .boxRight ul {
    flex-wrap: wrap;
  }
  .InnerBanner .orientation {
    bottom: 0.06rem;
  }
  .InnerBanner .orientation .box .boxRight ul li {
    margin-left: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .ServiceNetwork .toggle ul li {
    margin: 0 0.3rem 0.2rem;
  }
  .ServiceNetwork .box .banner .swiper .swiper-slide .item .content2 {
    margin-top: 0.2rem;
  }
  .ServiceNetwork .box {
    margin-top: 0.42rem;
  }
  .Stock_Container .box .boxLeft .content2 p {
    font-size: 0.76rem;
  }
  .ContactUs .box .box_main .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .MessageBoard .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 0.54rem;
  }
  .MessageBoard .box .list .item input {
    height: 0.68rem;
  }
  .InnerBanner .orientation {
    bottom: 0.26rem;
  }
  
  .Home_Business .swiper-slide .orientation .content3 {
    margin-top: .7rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
}

}
.Home_Business .swiper-slide .orientation .content4 {
    margin-top: 0.7rem;
}

.DownloadCenter .box .banner .swiper .swiper-slide figure{
    text-align: center;
}
.DownloadCenter .box .banner .swiper .swiper-slide figure img {
    width: 80%;
}
.MajorShareholder .box table tr th, .MajorShareholder .box table tr td {
    padding: 0.15rem 0;
}
  #nav_right ul {
    width: 70px;
    height: 350px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 9999;
    margin-top: -175px;
}

#nav_right ul li {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}

#nav_right ul li.hide_box {
    display: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

#nav_right ul li .item {
    width: 100%;
    height: 70px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
    color:#817f7f
}

#nav_right ul li .item:hover {
    background: #F1f1f1;
    color: #c8161d;
}

#nav_right ul li .item p {
    font-size: 12px;
}

#nav_right ul li .item span {
    display: inline-block;
    width: 20px;
    /* border-bottom: 2px solid #F8F9FA; */
}

#nav_right ul li .item_02 {
    padding-top: 23px;
}

.bg_black {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
}

.bg_black .bg_white {
    width: 760px;
    /* height: 460px; */
    position: absolute;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -380px;
    background: #FFFFFF;
    z-index: 999999;
    padding: 20px 40px;
    border-radius: 6px;
}

.bg_black .bg_white .close_icon {
    float: right;
}

.bg_black .bg_white .close_icon img {
    width: 24px;
    height: 24px;
   
    margin-top: -5px;
}

.bg_black .bg_white h1 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.bg_black .bg_white .list_content ul li {
    float: left;
    margin-right: 20px;
}

.bg_black .bg_white .list_content ul li a {
    display: inline-block;
    height: 36px;
    padding: 5px 25px;
    border: 1px solid #333;
    border-radius: 2px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.bg_black .bg_white .list_content ul li a:hover, .bg_black .bg_white .list_content ul li a.on {
    background-color: #c8161d;
    color: #fff;
}

.bg_black .bg_white .text_main {
    margin-top: 20px;
}

.bg_black .bg_white .text_main {
    width: 100%;
    /* height: 120px; */
    /*padding: 10px 20px;*/
}

.bg_black .bg_white .text_main textarea {
    width: 100%;
    height: 100px;
    border: none;
    font-size: 14px;
    color: #666;
    border: 1px solid #D2D2D2;
    padding: 12px 12px 31px;
}

.bg_black .bg_white .text_main textarea.error {
    border: 1px solid #FF7452;
    color: #FF7452;
}

.bg_black .bg_white .text_main .m_p {
    text-align: right;
    font-size: 14px;
    color: #666;
    position: relative;
    top: -26px;
    padding-right: 20px;
}

.bg_black .bg_white .text_main .wraing {
    border: 1px solid #D2D2D2;
    margin-bottom: 28px;
}

.bg_black .bg_white .text_main .wraing input {
    width: 100%;
    height: 48px;
    border: none;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}

.bg_black .bg_white .message_btn {
    text-align: right;
}

.bg_black .bg_white .message_btn input {
    width: 140px;
    height: 40px;
    text-align: center;
    background-color:#c8161d;
    color: #fff;
    border: none;
    border-radius: 25px;
    line-height: 40px;
    font-size: 16px;
    outline: none;
}

.bg_black .bg_white .message_btn input:hover {
    opacity: 0.8;
}

#nav_right ul li .erweima_phone {
    position: absolute;
    right: 60px;
    top: 0px;
    display: none;
     width: 165px;
}
#nav_right ul li .erweima_phone img {
    width: 150px;
    height: 150px;
    border: 7px solid #fff;
}

#nav_right ul li:nth-child(2):hover {}

#nav_right ul li:nth-child(2):hover>.erweima_phone {
    display: block;
}

#nav_right ul li:nth-child(3):hover>.erweima_phone {
    display: block;
}
@media only screen and (max-width: 768px) {
 .Home_Banner .swiper .swiper-slide .banner_img img {
    height: 30vh;
  }
#nav_right {display: none;}
.ApplicationField .box .banner .swiper-slide figure img {
  height: 205px;
}
 .Products .future ul li{width: 100%;margin-top: 0.3rem;}
 .Products .title,.Products  .box .title-blue,.Products .title2  {font-size: var(--f24);}
  
 .Products .Flatpack ul li  .more  {
margin-top:0.1rem;
}
.Products .box .title {
  font-size: 0.26rem;
  color: #000;
  margin-top: 10px;
}
 .Products .box .desc{
    font-size: 0.22rem;
   width: 100%;

 }
 .Products .Liquid ul li:first-child{

        width: auto;
    margin-right: 0px;

}


.Products .Liquid ul li{
    font-size: 0.24rem;
    color: #000;
    line-height: 1.2;
    margin-top: 0.2rem; 
    width: auto;

}
.Products .Flatpack ul li{
    font-size: 0.24rem;
    color: #000;
    line-height: 1.2;
    margin-top: 0.2rem; 
    width: auto;

}
 .Products  .box .title-left {
  font-size: 0.24rem;
  color: #000;

}
.Products .Flatpack ul li{
    font-size: 0.18rem;

}
  
/*# sourceMappingURL=./style.css.map */