body {
  --www: 1.6rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #005bac;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f70: 0.7rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}

@media screen and (max-width: 1200px) {
  body {
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.21rem;
    --f16: 0.23rem;
    --f18: 0.25rem;
    --f20: 0.27rem;
    --f22: 0.30rem;
    --f24: 0.32rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f70: 0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  body.act {
    --nav_height: 0.85rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.mobile_search {
  top: var(--nav_height);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_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;
}
.center {
  text-align: center;
}
.bgColor {
  background: #f5f7f9;
}
.pt {
  padding-top: 0.96rem;
}
.pb {
  padding-bottom: 0.96rem;
}
.mt {
  margin-top: 0.54rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f5f7f9;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #005bac;
  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;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #005bac;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 1200px) {
  .height {
    height: var(--nav_height);
  }
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  --w: 1.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  width: 268px;
  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;
}
.Header_Container .box .logo a {
  display: block;
  position: relative;
}
.Header_Container .box .logo a div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a img {
  height: 50px;
}
.Header_Container .box .logo a .p2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.18rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item:hover > p a {
  font-weight: 500;
}
.Header_Container .box nav .item:hover .Nav_Select_02 {
  opacity: 1;
  visibility: visible;
}
.Header_Container .box nav .item.active > p a {
  font-weight: bold;
}
.Header_Container .box nav .posi {
  position: initial;
}
.Header_Container .box .button_box {
  width: var(--w);
  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;
}
.Header_Container .box .button_box path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button_box .language a {
  font-size: var(--f18);
  color: #fff;
  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;
}
.Header_Container .box .button_box .language a svg {
  margin-right: 10px;
}
.Header_Container .box .button_box .language a i {
  font-size: var(--f16);
  margin-left: 4px;
}
.Header_Container .box .button_box .Search {
  margin-left: 0.48rem;
}
.Header_Container .box .button_box .Search .div {
  cursor: pointer;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.act {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px #f5f5f5;
  box-shadow: 0px 0px 12px #f5f5f5;
}
.Header_Container.active .box .logo a .p2,
.Header_Container.on .box .logo a .p2,
.Header_Container.act .box .logo a .p2 {
  opacity: 1;
}
.Header_Container.active .box .logo a .p1,
.Header_Container.on .box .logo a .p1,
.Header_Container.act .box .logo a .p1 {
  opacity: 0;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.act .box nav .item > p a {
  color: #111;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a,
.Header_Container.act .box nav .item:hover > p a {
  color: #005bac;
}

.Header_Container.active .box .button_box .language a,
.Header_Container.on .box .button_box .language a,
.Header_Container.act .box .button_box .language a {
  color: #666;
}
.Header_Container.active .box .button_box .language a path,
.Header_Container.on .box .button_box .language a path,
.Header_Container.act .box .button_box .language a path {
  fill: #111;
}
.Header_Container.active .box .button_box .Search div path,
.Header_Container.on .box .button_box .Search div path,
.Header_Container.act .box .button_box .Search div path {
  fill: #111;
}
.Nav_Select_01 {
  position: absolute;
  top: var(--nav_height);
  left: 0;
  height: calc(100vh - var(--nav_height));
  z-index: 6;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.Nav_Select_01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.Nav_Select_01 .box_ {
  position: relative;
  z-index: 2;
  padding: 0 4.5rem 0.45rem;
  background: #fff;
  min-height: 1rem;
}
.Nav_Select_01 .box_ .left {
  width: 3.6rem;
}
.Nav_Select_01 .box_ .left ul li {
  border-left: 2px solid transparent;
}
.Nav_Select_01 .box_ .left ul li a {
  position: relative;
  padding: 0.22rem 0.64rem 0.22rem 0.4rem;
}
.Nav_Select_01 .box_ .left ul li a div {
  font-size: var(--f18);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 86%;
}
.Nav_Select_01 .box_ .left ul li a p {
  position: absolute;
  right: 0.64rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: var(--f16);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Select_01 .box_ .left ul li.active {
  background: #f7f9fa;
  border-color: #005bac;
}
.Nav_Select_01 .box_ .left ul li.active a div {
  color: #005bac;
}
.Nav_Select_01 .box_ .left ul li.active a p {
  color: #005bac;
}
.Nav_Select_01 .box_ .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Nav_Select_01 .box_ .right .toggle_list {
  padding-left: 0.9rem;
  display: none;
}
.Nav_Select_01 .box_ .right .toggle_list ul li a {
  padding: 0.22rem 0;
  font-size: var(--f18);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Select_01 .box_ .right .toggle_list ul li a:hover {
  color: #005bac;
}
.Nav_Select_01 .box_ .right .toggle_list ul .active a {
  color: #005bac;
}
.Nav_Select_01 .box_ .right .toggle_list.active {
  display: block;
}
.Nav_Select_01.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Select_02 {
  background: rgba(249, 249, 249, 0.9);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.8rem;
  opacity: 0;
  visibility: hidden;
}
.Nav_Select_02 ul li {
  border-left: 2px solid transparent;
}
.Nav_Select_02 ul li a {
  position: relative;
  padding: 0.2rem 0.2rem;
}
.Nav_Select_02 ul li a div {
  font-size: var(--f18);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 86%;
}
.Nav_Select_02 ul li a p {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: var(--f16);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Nav_Select_02 ul li:hover a div {
  color: #005bac;
}
.Nav_Select_02 ul li:hover a p {
  color: #005bac;
}
.Nav_Select_02 ul li.active {
  background: #f7f9fa;
  border-color: #005bac;
}
.Nav_Select_02 ul li.active a div {
  color: #005bac;
}
.Nav_Select_02 ul li.active a p {
  color: #005bac;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
.Home_Banner .banner video {
  width: 100%;
  height: 100vh;
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .play {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Home_Banner .banner .swiper-slide a{
    display: block;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f22);
  font-weight: 300;
  letter-spacing: 0;
    margin-top: 0.25rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-family: "fang";
  font-size: var(--f48);
  line-height: 0.62rem;

}
.Home_Banner .banner .page {
  position: absolute;
  right: var(--interval);
  z-index: 2;
  bottom: 0.8rem;
  height: 0.03rem;
}
.Home_Banner .banner .page div span {
  width: 0.16rem;
  height: 0.03rem;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner .page div .swiper-pagination-bullet-active {
  width: 0.28rem;
  opacity: 1;
}
.Home_Banner .banner_btn {
  position: absolute;
  left: var(--interval);
  bottom: 0.6rem;
  z-index: 2;
}
.banner_btn .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn .button > div {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.banner_btn .button > div i {
  margin: auto;
  font-size: var(--f14);
  font-weight: bold;
  color: #fff;
  display: block;
  -webkit-transform: translateX(0.07rem);
  -ms-transform: translateX(0.07rem);
  transform: translateX(0.07rem);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: var(--f14);
}
.banner_btn .button > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .banner_btn .button > div:hover::after {
    background: #005bac;
    border-color: #005bac;
  }
}
@media screen and (max-width: 1200px) {
  .banner_btn .button .next {
    margin-right: 0.2rem;
  }
}
.banner_btn.m .prev {
  margin-right: 0.08rem;
}
@media screen and (max-width: 1200px) {
  .banner_btn.m .prev {
    margin-right: 0.2rem;
  }
}
.banner_btn1 .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn1 .button > div {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.banner_btn1 .button > div i {
  margin: auto;
  font-size: var(--f14);
  font-weight: bold;
  color: #005bac;
  display: block;
  -webkit-transform: translateX(0.07rem);
  -ms-transform: translateX(0.07rem);
  transform: translateX(0.07rem);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: var(--f14);
}
.banner_btn1 .button > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #005bac;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .banner_btn1 .button > div:hover::after {
    background: #005bac;
    border-color: #005bac;
  }
  .banner_btn1 .button > div:hover i {
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .banner_btn1 .button .next {
    margin-right: 0.2rem;
  }
}
.banner_btn1.m .prev {
  margin-right: 0.08rem;
}
@media screen and (max-width: 1200px) {
  .banner_btn1.m .prev {
    margin-right: 0.2rem;
  }
}


.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #005bac;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: flex;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #005bac;
}

.Sitemap .container .ap_bot .item .content2 .multistage {
  display: flex;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}

.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #005bac;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #005bac;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #005bac;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #005bac;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
    padding-left: 10px;
}
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}



.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8.2rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #005bac;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #005bac;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #005bac;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
}
.title_01 .tit {
  font-size: var(--f40);
  line-height: 1.2;
  font-family: "fang";
}
.title_01 .desc {
  font-family: 'gilroy_light';
  font-size: var(--f18);
  color: #005bac;
  margin-bottom: 0.08rem;
  /* font-weight: bold;
  text-transform: uppercase; */
}
.title_01 .desc1 {
  font-family: 'gilroy_bold';
  font-size: var(--f26);
  margin-bottom: 0.16rem;
}
.button_01 .a {
  cursor: pointer;
  min-width: 1.5rem;
  line-height: 45px;
  padding: 0 0.3rem;
  font-size: var(--f14);
  font-family: 'gilroy_regular';
  position: relative;
  text-align: center;
  font-weight: bold;
}
.button_01 .a span {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #111;
}
.button_01 .a input{
    border: none;
    line-height: 45px;
    padding: 0 0.3rem;
    font-size: var(--f16);
    font-family: 'gilroy_bold';
    /* position: relative; */
    text-align: center;
    font-weight: bold;
    background: no-repeat;
}
.button_01 .a:hover input{
    color: #fff;
}
.button_01 .a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #bbb;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 5px;
  bottom: 4px;
  background: #005bac;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-clip-path: polygon(100% 0%, 94% 0%, 94% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 94% 0%, 94% 100%, 100% 100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a svg {
  margin-right: 5px;
}
.button_01 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .button_01 .a:hover span {
    color: #fff;
    -webkit-transform: translateX(-0.1rem) translateY(-4px);
    -ms-transform: translateX(-0.1rem) translateY(-4px);
    transform: translateX(-0.1rem) translateY(-4px);
  }
  .button_01 .a:hover::after {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
  .button_01 .a:hover svg path {
    fill: #fff;
  }
}
.button_01.white .a span {
  color: #fff;
}
.button_01.white .a::before {
  border-color: #fff;
}
.button_01.tran {
  -webkit-transform: translateX(0.15rem);
  -ms-transform: translateX(0.15rem);
  transform: translateX(0.15rem);
}
.Home_Story .title_01{
  text-align: center;
}
.Home_Story .box {
  --w: 11.5rem;
  --p: 2.9rem;
}
.Home_Story .box .banner .swiper {
  position: relative;
}
.Home_Story .box .banner .swiper .swiper-slide {
  width: var(--w);
}
.Home_Story .box .banner .swiper .swiper-slide a {
  display: block;
  position: relative;
}
.Home_Story .box .banner .swiper .swiper-slide a img {
  width: 100%;
}
.Home_Story .box .banner .swiper .swiper-slide a .orientation {
  position: absolute;
  bottom: 0.7rem;
  width: 100%;
  padding: 0 0.8rem;
  z-index: 1;
  color: #fff;
}
.Home_Story .box .banner .swiper .swiper-slide a .orientation .contnet1 {
  font-size: var(--f30);
  font-weight: bold;
}
.Home_Story .box .banner .swiper .swiper-slide a .orientation .content2 {
  font-size: var(--f20);
  margin-top: 0.12rem;
  line-height: 1.4;
  height: 1.4em;
}
.Home_Story .box .banner .swiper .button .prev,
.Home_Story .box .banner .swiper .button .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.Home_Story .box .banner .swiper .button .prev i,
.Home_Story .box .banner .swiper .button .next i {
  color: #fff;
  font-size: var(--f22);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Home_Story .box .banner .swiper .button .prev:hover i,
.Home_Story .box .banner .swiper .button .next:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.Home_Story .box .banner .swiper .button .prev {
  left: var(--p);
}
.Home_Story .box .banner .swiper .button .next {
  right: var(--p);
}
.Home_Technology .box {
  position: relative;
}
.Home_Technology .imgBg{
    position: relative;
} 
.fmt{
    /*position: absolute;*/
    display: none;
}


.Home_Technology .box .banner .swiper .swiper-slide {
  position: relative;
}
.Home_Technology .box .banner .swiper .swiper-slide .imgBg img,
.Home_Technology .box .banner .swiper .swiper-slide .imgBg video {
  width: 100%;
  height: 8.2rem;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation {
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation .content1 {
  font-size: var(--f30);
  font-weight: bold;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation .content2 {
  font-size: var(--f20);
  font-weight: bold;
  margin-top: 0.25rem;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation .content3 {
  font-size: var(--f16);
  line-height: 2.2;
  height: 4.4em;
  margin-top: 0.25rem;
  max-width: 3.9rem;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation .content4 {
  margin-top: 0.55rem;
  position: relative;
}
.Home_Technology .box .banner .swiper .swiper-slide .orientation .content4 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .Home_Technology .box .banner .swiper .swiper-slide .orientation .content4 .play {
    display: block;
  }
}
.Home_Technology .box1 {
  position: absolute;
  width: 100%;
  bottom: 0.8rem;
  z-index: 3;
}
.Home_Technology .box1 .banner1 .swiper-slide p {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  font-size: var(--f24);
  color: #fff;
  padding-top: 0.25rem;
  position: relative;
  cursor: pointer;
}
.Home_Technology .box1 .banner1 .swiper-slide p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.Home_Technology .box1 .banner1 .swiper-slide-thumb-active p::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes time_line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes time_line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.Home_Product .box {
  padding: 0 var(--interval);
  --h: 5.15rem;
}
.Home_Product .box .phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Product .box .pc {
    display: none;
  }
  .Home_Product .box .phone {
    display: block;
  }
}
.Home_Product .box .swiper .swiper-slide .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .swiper .swiper-slide .list .item {
  display: block;
  position: relative;
  margin-right: 0.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  --t: 1.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f5f7f9;
}
.Home_Product .box .swiper .swiper-slide .list .item:last-child {
  margin-right: 0;
}
.Home_Product .box .swiper .swiper-slide .list .item .content1 {
  font-size: var(--f16);
  font-family: 'gilroy_bold';
  color: #005bac;
}
.Home_Product .box .swiper .swiper-slide .list .item .one {
  height: var(--h);
  min-height: 1rem;
  padding: var(--t) 0.5rem 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Product .box .swiper .swiper-slide .list .item .one .content2 {
  height: 1.7rem;
}
.Home_Product .box .swiper .swiper-slide .list .item .one .content2 img {
  max-height: 100%;
}
.Home_Product .box .swiper .swiper-slide .list .item .two {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../images/img6.png) no-repeat 50% 50% / cover;
  padding: var(--t) 0.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: -0.2s;
  -o-transition-delay: -0.2s;
  transition-delay: -0.2s;
}
.Home_Product .box .swiper .swiper-slide .list .item .two .boxLeft {
  position: relative;
  width: 3.8rem;
}


.Home_Product .box .swiper .swiper-slide .list .item .two .boxLeft .img2 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  opacity: 0;
}




.Home_Product .box .swiper .swiper-slide-active .list .item.active .two .boxLeft .img1 {
  animation: pro1 1s linear forwards;
  animation-delay: 1s;
}
.Home_Product .box .swiper .swiper-slide-active .list .item.active .two .boxLeft .img2 {
  animation: pro2 1s linear forwards;
  animation-delay: 1.2s;
}
.Home_Product .box .page {
  height: 2px;
  position: relative;
}
.Home_Product .box .page .swiper-pagination-progressbar {
  background: #eee;
  height: 2px;
}
.Home_Product .box .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005bac;
}
@keyframes pro1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pro2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.Home_Product .box .swiper .swiper-slide .list .item .two .boxLeft img {
  width: 100%;
}
.Home_Product .box .swiper .swiper-slide .list .item .two .boxRight {
  /*max-width: 3.3rem;*/
  width: 50%;
  padding-right: .2rem;
}
.Home_Product .box .swiper .swiper-slide .list .item .two .boxRight .content2 {
  font-size: var(--f30);
  color: #000;
  font-weight: bold;
  margin-top: 0.22rem;
}
.Home_Product .box .swiper .swiper-slide .list .item .two .boxRight .content3 {
  line-height: 1.7;
  font-size: var(--f18);
  color: #666;
  margin-top: 0.2rem;
  height: 3.4em;
}
.Home_Product .box .swiper .swiper-slide .list .item .two .boxRight .content4 {
  margin-top: 0.64rem;
}
@media screen and (max-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide .list .item .one {
    display: none;
  }
  .Home_Product .box .swiper .swiper-slide .list .item .two {
    display: block;
    position: initial;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide .list .active {
    -webkit-box-flex: 2.8;
    -webkit-flex: 2.8;
    -ms-flex: 2.8;
    flex: 2.8;
    /*max-width: 8.8rem;*/
  }
  .Home_Product .box .swiper .swiper-slide .list .active .one {
    opacity: 0;
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
  .Home_Product .box .swiper .swiper-slide .list .active .two {
    opacity: 1;
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.Home_Product .box .page {
  height: 2px;
  position: relative;
}
.Home_Product .box .page .swiper-pagination-progressbar {
  background: #eee;
  height: 2px;
}
.Home_Product .box .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005bac;
}
.button_02 .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.58rem;
  height: 0.58rem;
  cursor: pointer;
  border-radius: 50%;
  background: #005bac;
}
.button_02 .a i {
  margin: auto;
  color: #fff;
  font-size: var(--f14);
  font-weight: bold;
}
.button_03 .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.58rem;
  height: 0.58rem;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a i {
  margin: auto;
  color: #111;
  font-size: var(--f14);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a:hover {
  background: #005bac;
}
.button_03 .a:hover i {
  color: #fff;
}
.Home_News {
  background: #f5f7f9;
}
.Home_News .box .boxLeft {
  width: 9.4rem;
}
.Home_News .box .boxLeft .item {
  border-bottom: 1px solid #ddd;
}
.Home_News .box .boxLeft .item a {
  padding: 0.3rem 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .boxLeft .item a .time {
  font-size: var(--f20);
  color: #111;
  width: 2rem;
}
.Home_News .box .boxLeft .item a .title {
  line-height: 1.4;
  height: 2.8em;
  font-size: var(--f24);
  width: 5rem;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: auto;
  font-weight: bold;
}
.Home_News .box .boxLeft .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;
}
.Home_News .box .boxLeft .item.active a {
  background: #fff;
}
.Home_News .box .boxLeft .item.active a .title {
  color: #005bac;
}
.Home_News .box .boxLeft .item.active a .btn .a {
  background: #005bac;
}
.Home_News .box .boxLeft .item.active a .btn .a i {
  color: #fff;
}
.Home_News .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.8rem;
}
.Home_News .box .boxRight .item {
  height: 100%;
  display: none;
}
.Home_News .box .boxRight .item a {
  display: block;
  background: #fff;
  height: 100%;
}
.Home_News .box .boxRight .item a figure {
  overflow: hidden;
}
.Home_News .box .boxRight .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .boxRight .item a figcaption {
  font-size: var(--f18);
  color: #666;
  padding: 0.4rem 0.6rem;
}
.Home_News .box .boxRight .item a figcaption p {
  line-height: 2;
  height: 6em;
}
.Home_News .box .boxRight .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .boxRight .item.active {
  display: block;
}
.Footer_Container {
  background: #070f1b;
  padding: 0.72rem 0 0;
}
.Footer_Container .boxTop .boxLeft .item {
  margin-right: 0.7rem;
}
.Footer_Container .boxTop .boxLeft .item:last-child {
  margin-right: 0;
}
.Footer_Container .boxTop .boxLeft .item .h5 a {
  font-size: var(--f18);
  color: #fff;
}
.Footer_Container .boxTop .boxLeft .item ul {
  display: grid;
  gap: 0.1rem;
  margin-top: 0.3rem;
}
.Footer_Container .boxTop .boxLeft .item ul li a {
  font-size: var(--f16);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxLeft .item ul li a:hover {
  color: #fff;
}
.Footer_Container .boxTop .boxRight .h5 a {
  font-size: var(--f18);
  color: #fff;
}
.Footer_Container .boxTop .boxRight .content1 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .boxTop .boxRight .content1 p {
  margin-bottom: 0.16rem;
}
.Footer_Container .boxTop .boxRight .content1 p svg{
  margin-right: 0.08rem;
}
.Footer_Container .boxTop .boxRight .content1 a {
  color: #aaa;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content1 a:hover {
  color: #fff;
}

.Footer_Container .boxTop .boxRight .content3 {
  margin-top: 0;
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .boxTop .boxRight .content3 p {
  margin-bottom: 0.08rem;
}
.Footer_Container .boxTop .boxRight .content3 p span{
  font-weight: 600;
}
.Footer_Container .boxTop .boxRight .content3 p svg{
  margin-right: 0.07rem;
}
.Footer_Container .boxTop .boxRight .content3 a {
  color: #aaa;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content3 a:hover {
  color: #fff;
}

.Footer_Container .boxTop .boxRight .content4 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .boxTop .boxRight .content4 p {
  margin-bottom: 0.08rem;
}
.Footer_Container .boxTop .boxRight .content4 p span{
  font-weight: 600;
}
.Footer_Container .boxTop .boxRight .content4 p svg{
  margin-right: 0.07rem;
}
.Footer_Container .boxTop .boxRight .content4 a {
  color: #aaa;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content4 a:hover {
  color: #fff;
}

.Footer_Container .boxTop .boxRight .content5 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .boxTop .boxRight .content5 p {
  margin-bottom: 0.08rem;
}
.Footer_Container .boxTop .boxRight .content5 p span{
  font-weight: 600;
}
.Footer_Container .boxTop .boxRight .content5 p svg{
  margin-right: 0.07rem;
}
.Footer_Container .boxTop .boxRight .content5 a {
  color: #aaa;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content5 a:hover {
  color: #fff;
}

.Footer_Container .boxTop .boxRight .content6 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .boxTop .boxRight .content6 p {
  margin-bottom: 0.08rem;
}
.Footer_Container .boxTop .boxRight .content6 p span{
  font-weight: 600;
}
.Footer_Container .boxTop .boxRight .content6 p svg{
  margin-right: 0.07rem;
}
.Footer_Container .boxTop .boxRight .content6 a {
  color: #aaa;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content6 a:hover {
  color: #fff;
}

.Footer_Container .boxTop .boxRight .content2 {
  margin-top: 0.45rem;
}
.Footer_Container .boxTop .boxRight .content2 .item {
  position: relative;
  margin-right: 0.26rem;
}
.Footer_Container .boxTop .boxRight .content2 .item > p {
  background: #fff;
  height: 28px;
  width: 28px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Footer_Container .boxTop .boxRight .content2 .item > p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.Footer_Container .boxTop .boxRight .content2 .item > p svg {
  margin: auto;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.Footer_Container .boxTop .boxRight .content2 .item:last-child {
  margin-right: 0;
}
.Footer_Container .boxTop .boxRight .content2 .item ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .content2 .item ul::after {
  content: '';
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.Footer_Container .boxTop .boxRight .content2 .item ul li {
  text-align: center;
}
.Footer_Container .boxTop .boxRight .content2 .item ul li figure {
  padding: 5px;
  background: #fff;
}
.Footer_Container .boxTop .boxRight .content2 .item ul li figure img {
  width: 0.98rem;
  max-width: initial;
}
.Footer_Container .boxTop .boxRight .content2 .item ul li figcaption {
  font-size: var(--f16);
  color: #fff;
  margin-top: 4px;
}
.Footer_Container .boxTop .boxRight .content2 .item:hover ul {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .boxTop .boxRight .content2 .item:hover > p {
  background: #005bac;
}
.Footer_Container .boxBot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--f16);
  color: #666;
  margin-top: 0.85rem;
  padding: 0.4rem 0;
}
.Footer_Container .boxBot a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .boxBot a:hover {
  color: #fff;
}
.Footer_Container .boxBot em {
  margin: 0 5px;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
  height: 7.2rem;
}
.Inner_Banner video {
  width: 100%;
  height: 7.2rem;
}
.Inner_Banner .video {
  position: relative;
}
.Inner_Banner .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.Inner_Banner .video .play {
  position: absolute;
  right: 5vw;
  top: 5vw;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Inner_Banner .video .play {
    display: block;
  }
}
.Inner_Banner .orientation {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
    color: #fff;
}
.Inner_Banner .orientation .content2 {

  font-size: var(--f20);
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f48);
  margin-top: 0.1rem;
  font-family: "fang";
}
.Product_01 .toggle {
  margin-top: 0.5rem;
}
.Product_01 .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Product_01 .toggle ul li {
  font-size: var(--f24);
  font-weight: bold;
  padding-right: 0.6rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.4rem;
}
.Product_01 .toggle ul li a {
  color: #111;
  padding-bottom: 0.28rem;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .toggle ul li a:hover {
  color: #005bac;
}
.Product_01 .toggle ul .active a {
  border-color: #005bac;
  color: #005bac;
}


.Product_01 .banner {
  margin-top: 0.5rem;
  position: relative;
  padding: 0 0.6rem;
}
.Product_01 .banner .swiper .swiper-slide {
  width: auto;
}
.Product_01 .banner .swiper .swiper-slide p {
  font-size: var(--f24);
  font-weight: bold;
  padding-right: 0.6rem;
  border-bottom: 1px solid #eee;
}
.Product_01 .banner .swiper .swiper-slide p a {
  color: #111;
  padding-bottom: 0.28rem;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .banner .swiper .swiper-slide p a:hover {
  color: #005bac;
}
.Product_01 .banner .swiper .swiper-slide:last-child p {
  padding-right: 0;
}
.Product_01 .banner .swiper .swiper-slide.active p a {
  border-color: #005bac;
  color: #005bac;
}
.Product_01 .banner .banner_btn3 .prev,
.Product_01 .banner .banner_btn3 .next {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 699px) {
  .Product_01 .banner .banner_btn3 .prev,
  .Product_01 .banner .banner_btn3 .next {
    top: 32%;
  }
}
.Product_01 .banner .banner_btn3 .prev i,
.Product_01 .banner .banner_btn3 .next i {
  font-size: var(--f20);
  color: #999;
  transition: 0.4s;
}
.Product_01 .banner .banner_btn3 .prev:hover i,
.Product_01 .banner .banner_btn3 .next:hover i {
  color: #005bac;
}
.Product_01 .banner .banner_btn3 .prev {
  left: 0;
}
@media screen and (max-width: 699px) {
  .Product_01 .banner .banner_btn3 .prev {
    left: -0.2rem;
  }
}
.Product_01 .banner .banner_btn3 .next {
  right: 0;
}
@media screen and (max-width: 699px) {
  .Product_01 .banner .banner_btn3 .next {
    right: -0.2rem;
  }
}



.Product_01 .box {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.2rem;
}
.Product_01 .box .item {
  background: #f5f7f9;
}
.Product_01 .box .item .main {
  padding: 0.9rem 1.6rem;
}
.Product_01 .box .item .main .boxLeft {
  padding-right: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_01 .box .item .main .boxLeft .content1 {
  font-family: 'gilroy_Medium';
  font-size: var(--f16);
  color: #005bac;
}
.Product_01 .box .item .main .boxLeft .content2 {
  color: #000;
  font-size: var(--f32);
  line-height: 1.2;
  height: 1.2em;
  font-weight: bold;
  margin: 0.15rem 0 0.2rem;
}
.Product_01 .box .item .main .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.7;
  height: 5.1em;
}
.Product_01 .box .item .main .boxLeft .content4 {
  margin-top: 0.3rem;
  height: 0.9rem;
}
.Product_01 .box .item .main .boxLeft .content4 ul li a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.Product_01 .box .item .main .boxLeft .content4 ul li a:hover {
  color: #005bac;
}
.Product_01 .box .item .main .boxLeft .content4 ul li em {
  margin: 0 0.05rem;
  color: #666;
  display: inline-block;
  font-size: var(--f20);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Product_01 .box .item .main .boxLeft .content4 ul li:last-child em {
  opacity: 0;
}
.Product_01 .box .item .main .boxRight {
  width: 4.3rem;
}
.Product_01 .box .item .main .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 {
  background: url(../images/img11.png) no-repeat 50% 50% / cover;
}
.Product_02 .banner .swiper .swiper-slide {
  padding: 0 var(--interval);
}
.Product_02 .banner .swiper .swiper-slide .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.25rem;
}
.Product_02 .banner .swiper .swiper-slide .item .boxLeft .content1 {
  font-size: var(--f18);
  line-height: 1.7;
  /*height: 5.1em;*/
  -webkit-line-clamp: initial;
  margin-top: 0.46rem;
  text-indent: calc(var(--f18) * 2);
}
.Product_02 .banner .swiper .swiper-slide .item .boxLeft .content2 {
  margin-top: 0.95rem;
}
.Product_02 .banner .swiper .swiper-slide .item .boxLeft .content2 .button_01 {
  margin-right: 0.35rem;
}
.Product_02 .banner .swiper .swiper-slide .item .boxRight {
  width: 7.15rem;
  display: flex;
  align-content: center;
}
.Product_02 .banner .swiper .swiper-slide .item .boxRight img{
    margin: auto;
}
.Product_02 .banner1 {
  padding: 0 var(--interval);
  margin-top: 1.1rem;
  position: relative;
}
.Product_02 .banner1 .swiper .swiper-slide p {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: var(--f24);
  color: #111;
  padding-bottom: 0.25rem;
  position: relative;
}
.Product_02 .banner1 .swiper .swiper-slide p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #005bac;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: 0.4s;
}
.Product_02 .banner1 .swiper .swiper-slide p:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Product_02 .banner1 .swiper .swiper-slide-thumb-active p::before {
  -webkit-animation: time_line 5.8s linear;
  animation: time_line 5.8s linear;
}
.Product_03 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.Product_03 .box .item {
  padding: 0.6rem 0.5rem 0.6rem 0;
  border-bottom: 1px dashed #ccd8e8;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Product_03 .box .item .content1 img {
  height: 0.48rem;
}
.Product_03 .box .item .content2 {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.18rem;
  font-weight: bold;
}
.Product_03 .box .item .content3 {
  margin-top: 0.18rem;
}
.Product_03 .box .item .content3 .scroll {
  font-size: var(--f18);
  color: #666;
  line-height: 1.65;
  max-height: 11.55em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-right: 1.1rem;
}
.Product_03 .box .item .content3 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_03 .box .item .content3 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005bac;
}
.Product_03 .box .item .content3 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_03 .box .item .content3 .scroll {
    scrollbar-color: #005bac rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Product_03 .box .item .content3 p {
  padding-left: 0.25rem;
  position: relative;
  margin-bottom: .3rem;
}
.Product_03 .box .item .content3 p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 7px;
  height: 7px;
  background: #ccd8e8;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .item:nth-child(2n) {
    padding-left: 0.85rem;
  }
  .Product_03 .box .item:nth-child(2n-1) {
    border-right: 1px dashed #ccd8e8;
  }
}
.Product_04 {
  background: #f5f7f9;
}
.Product_04 .box {
  padding: 0 var(--interval);
  position: relative;
}
.Product_04 .box .banner .swiper-slide .item {
  position: relative;
  display: block;
}
.Product_04 .box .banner .swiper-slide .item figure {
  overflow: hidden;
}
.Product_04 .box .banner .swiper-slide .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_04 .box .banner .swiper-slide .item figcaption {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.3rem;
}
.Product_04 .box .banner .swiper-slide .item figcaption .top img {
  height: 0.37rem;
}
.Product_04 .box .banner .swiper-slide .item figcaption .bot {
  margin-top: 0.2rem;
  font-size: var(--f22);
  color: #fff;
}
.Product_04 .box .banner .swiper-slide .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 1200px) {
  .Product_04 .box .banner .swiper-slide:nth-child(2n) {
    margin-top: 0.3rem;
  }
}
.Product_05 {
  background: url(../images/img25.png) no-repeat 50% 50% / cover;
}
.Product_05 .title {
  font-size: var(--f32);
  font-weight: bold;
}
.Product_05 .box .video {
  margin: auto;
  width: min(10.5rem, 100%);
  position: relative;
}
.Product_05 .box .video img {
  width: 100%;
}
.Product_05 .box .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.Product_05 .box .video .play img {
  width: 0.76rem;
}
.Product_06 .box {
  padding: 0 var(--interval);
  position: relative;
}
.Product_06 .box .banner .swiper-slide .item {
  position: relative;
  display: block;
}
.Product_06 .box .banner .swiper-slide .item figure {
  overflow: hidden;
}
.Product_06 .box .banner .swiper-slide .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .box .banner .swiper-slide .item figcaption {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.3rem;
}
.Product_06 .box .banner .swiper-slide .item figcaption .bot {
  font-size: var(--f24);
  color: #fff;
  text-align: center;
}
.Product_06 .box .banner .swiper-slide .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_07 {
  background: #f5f7f9;
}
.Product_07 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.3rem;
}
@media screen and (max-width: 1200px) {
  .Product_07 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
}
.Product_07 .box .item {
  padding: 0.18rem 0.5rem;
}
@media screen and (min-width: 1200px) {
  .Product_07 .box .item:nth-child(4n+1) {
    background: #fff;
  }
  .Product_07 .box .item:nth-child(4n+2) {
    background: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .Product_07 .box .item:nth-child(2n) {
    background: #fff;
  }
}
.Product_07 .box .item .left {
  width: 2.05rem;
  font-size: var(--f20);
  color: #111;
  font-weight: bold;
}
.Product_07 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f20);
  color: #666;
  line-height: 1.5;
}
.Product_08 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Product_08 .box .item a {
  padding: 0.42rem 0.3rem;
  background: #f5f7f9;
  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;
}
.Product_08 .box .item a .left {
  width: 0.4rem;
  padding-right: 0.15rem;
}
.Product_08 .box .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_08 .box .item a .right p {
  line-height: 1.2;
  height: 1.2em;
  font-size: var(--f20);
}
.Product_08 .box .item a:hover .right {
  color: #005bac;
}
.Product_09:nth-child(2n-1) {
  background: #f5f7f9;
}
.Product_09 .box {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.Product_09 .box ul {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.Product_09 .box ul li {
  list-style: disc;
}
.Product_09 .box ul li::marker {
  color: #c4d1e3;
}
.Product_10 .box {
  display: grid;
  gap: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Product_10 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .Product_10 .box .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .Product_10 .box .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .Product_10 .box .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .Product_10 .box .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .Product_10 .box .div5 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .Product_10 .box .div6 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .Product_10 .box .div7 {
    grid-area: 1 / 3 / 3 / 4;
  }
}
@media screen and (max-width: 1200px) and (min-width: 699px) {
  .Product_10 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_10 .box .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .Product_10 .box .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .Product_10 .box .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .Product_10 .box .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .Product_10 .box .div5 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .Product_10 .box .div6 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .Product_10 .box .div7 {
    grid-area: 4 / 1 / 5 / 3;
  }
}
@media screen and (max-width: 699px) {
  .Product_10 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Product_10 .box .item {
  position: relative;
  font-size: var(--f18);
  background: #f5f7f9;
}
.Product_10 .box .item input {
  height: 0.7rem;
  background: none;
  position: relative;
  z-index: 2;
  border: 0;
  width: 100%;
  padding: 0 0.3rem;
}
.Product_10 .box .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Product_10 .box .item textarea {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  position: relative;
  z-index: 2;
  border: 0;
  padding: 0.24rem 0.3rem;
  resize: none;
}
.Product_10 .box .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Product_10 .box .item p {
  position: absolute;
  color: #666;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Product_10 .box .item p span {
  color: #005bac;
}
.Product_10 .box .div7 p {
  top: 0.24rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Product_10 .box1 {
  margin-top: 0.4rem;
  font-size: var(--f18);
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_10 .box1 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #ced6e3;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Product_10 .box1 span i {
  margin: auto;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_10 .box1 span:hover {
  border-color: #005bac;
}
.Product_10 .box1 span.active {
  background: #005bac;
  border-color: #005bac;
}
.Product_10 .box1 span.active i {
  opacity: 1;
}
.Product_10 .box1 div {
  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;
  margin-right: 8px;
}
.Product_10 .box1 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_10 .box1 a {
  color: #005bac;
}
.News_01 .box {
  padding: 0.96rem var(--interval);
}
.News_01 .box .swiper a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f5f7f9;
}
.News_01 .box .swiper a .boxLeft {
  width: 10rem;
  overflow: hidden;
}
.News_01 .box .swiper a .boxLeft img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .swiper a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.64rem 0.6rem 0;
}
.News_01 .box .swiper a .boxRight .content1 {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #111;
}
.News_01 .box .swiper a .boxRight .content2 {
  font-size: var(--f24);
  line-height: 1.4;
  color: #000;
  height: 2.8em;
  font-weight: bold;
  margin-top: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .swiper a .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  height: 6em;
  margin-top: 0.6rem;
}
.News_01 .box .swiper a .boxRight .content4 {
  margin-top: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .News_01 .box .swiper a:hover .boxLeft img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .News_01 .box .swiper a:hover .boxRight .content4 .a {
    background: #005bac;
  }
  .News_01 .box .swiper a:hover .boxRight .content4 .a i {
    color: #fff;
  }
}
.News_01 .box .page div {
  margin-top: 0.58rem;
  height: 2px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.News_01 .box .page div span {
  border-radius: 0;
  opacity: 1;
  width: 1rem;
  height: 2px;
  background: rgba(1, 58, 141, 0.3);
  position: relative;
  margin: 0 0.1rem;
  display: block;
}
.News_01 .box .page div span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0px;
  background: #005bac;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.News_01 .box .page div .swiper-pagination-bullet-active::before {
  -webkit-animation: time_line 5.8s linear;
  animation: time_line 5.8s linear;
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.News_02 .box .item a {
  background: #f5f7f9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.News_02 .box .item a figure {
  overflow: hidden;
}
.News_02 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a figcaption {
  padding: 0.4rem 0.5rem;
}
.News_02 .box .item a figcaption .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #111;
}
.News_02 .box .item a figcaption .content2 {
  font-size: var(--f22);
  color: #111;
  line-height: 1.4;
  height: 2.8em;
  margin-top: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.News_02 .box .item a figcaption .content3 {
  margin-top: 0.35rem;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 10px 0.3rem 0px rgba(1, 58, 141, 0.1);
    box-shadow: 0px 10px 0.3rem 0px rgba(1, 58, 141, 0.1);
  }
  .News_02 .box .item a:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .News_02 .box .item a:hover figcaption .content2 {
    color: #005bac;
  }
}
.fengye .number {
  margin: 0 0.4rem;
  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;
}
@media screen and (max-width: 1200px) {
  .fengye .number {
    display: none;
  }
}
.fengye .number a {
  font-family: 'gilroy_regular';
  font-size: var(--f24);
  color: #111;
  margin: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .number a:hover {
  color: #005bac;
}
.fengye .number .active {
  color: #005bac;
  font-family: 'gilroy_bold';
}
.fengye .prev a,
.fengye .next a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.fengye .prev a i,
.fengye .next a i {
  margin: auto;
  font-size: var(--f14);
  font-weight: bold;
  color: #666;
  display: block;
  -webkit-transform: translateX(0.07rem);
  -ms-transform: translateX(0.07rem);
  transform: translateX(0.07rem);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .prev a::after,
.fengye .next a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .prev a:hover::after,
.fengye .next a:hover::after {
  background: #005bac;
  border-color: #005bac;
}
.fengye .prev a:hover i,
.fengye .next a:hover i {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .fengye .next {
    margin-left: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .News_03 .box {
    padding: 0 2rem;
  }
}
.News_03 .title_01 .tit{
  font-size: 0.32rem;
  font-family: Arial, Helvetica, sans-serif;
}
.News_03 .box .content1 {
  font-size: var(--f18);
  color: #111;
  margin-top: 0.2rem;
}
.News_03 .box .content2 {
  margin: 0.2rem 0 0.5rem 0;
}
.News_03 .box .content2 p {
  border-top: 1px solid #ccc;
}
.News_03 .box .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  padding-bottom: 0.35rem;
}
.News_03 .box .content4 {
  border-top: 1px solid #ccc;
}
.News_03 .box .content4 .item {
  margin-top: 0.35rem;
}
.News_03 .box .content4 .item a {
  display: block;
}
.News_03 .box .content4 .item .top {
  font-size: var(--f18);
  color: #005bac;
}
.News_03 .box .content4 .item .bot a{
  font-size: var(--f20);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.2;
  height: 1.2em;
  margin-top: 0.12rem;
}
.News_03 .box .content4 .item .bot a:hover {
  color: #005bac;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 0.3rem;
}
.Contact_01 .box .item a {
  display: block;
}
.Contact_01 .box .item a figure {
  overflow: hidden;
}
.Contact_01 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item a figcaption {
  background: #fff;
  padding: 0.32rem 0 0;
}
.Contact_01 .box .item a figcaption .content1 {
  font-size: var(--f30);
  font-weight: bold;
  color: #111;
}
.Contact_01 .box .item a figcaption .content2 {
  font-size: var(--f20);
  color: #666;
  margin-top: 0.12rem;
}
.Contact_01 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Contact_02 {
  background: #f5f7f9;
}
.Contact_02 .box {
  position: relative;
  z-index: 1;
}
.Contact_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.93rem;
}
.Contact_02 .box .boxLeft .main {
  height: 100%;
  background: #fff;
  padding: 0.5rem 0.8rem 0;
  -webkit-box-shadow: 5.657px 5.657px 14.4px 1.6px rgba(0, 76, 151, 0.19);
  box-shadow: 5.657px 5.657px 14.4px 1.6px rgba(0, 76, 151, 0.19);
}
.Contact_02 .box .boxLeft .main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.Contact_02 .box .boxLeft .main ul li {
  font-size: var(--f24);
  font-weight: bold;
  margin-right: 0.6rem;
  padding-bottom: 0.26rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .boxLeft .main ul li:hover {
  color: #005bac;
}
.Contact_02 .box .boxLeft .main ul .active {
  color: #005bac;
  border-color: #005bac;
}
.Contact_02 .box .boxLeft .main .toggleMain .item {
  display: none;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 > div {
  margin-top: 0.3rem;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .left p {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .left p svg {
  margin: auto;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.25rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right div {
  width: 100%;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .top {
  font-size: var(--f16);
  color: #666;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .bot {
  font-size: var(--f18);
  color: #111;
  margin-top: 0.1rem;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content2 {
  margin-top: 0.5rem;
}
.Contact_02 .box .boxLeft .main .toggleMain .item.active {
  display: block;
}
.Contact_02 .box .boxRight {
  width: 8.5rem;
}
.Contact_02 .box .boxRight p img {
  width: 100%;
}
.Contact_02 .imglist {
  margin-top: -0.9rem;
}
.Contact_02 .imglist p {
  display: none;
}
.Contact_02 .imglist p a {
  display: block;
}
.Contact_02 .imglist p img {
  width: 100%;
}
.Contact_02 .imglist .active {
  display: block;
}
.Data_Center .box .boxLeft {
  width: 3.6rem;
  padding-right: 1rem;
}
.Data_Center .box .boxLeft .Data_Center_Nav {
  border-top: 1px solid #ddd;
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Data_Center .box .boxLeft .Data_Center_Nav .item {
  border-bottom: 1px solid #ddd;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item > a {
  position: relative;
  cursor: pointer;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item > a div {
  font-size: var(--f20);
  color: #111;
  padding: 0.18rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  max-width: 80%;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item > a p {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item > a p i {
  font-size: var(--f16);
  font-weight: bold;
  display: inline-block;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item > a:hover div {
  color: #005bac;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two {
  padding-left: 0.4rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul {
  min-height: 0;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul li {
  padding-bottom: 0.24rem;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul li:nth-child(1) {
  padding-top: 0.12rem;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul li a {
  font-size: var(--f18);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul li:hover a {
  color: #005bac;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item .two ul .active a {
  color: #005bac;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item.active > a div {
  color: #005bac;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item.active > a p {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #005bac;
}
.Data_Center .box .boxLeft .Data_Center_Nav .item.active .two {
  grid-template-rows: 1fr;
}
.Data_Center .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Data_Center .box .boxRight .list_box {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.2rem;
}
.Data_Center .box .boxRight .list_box .item a {
  padding: 0.3rem 0;
  border: 1px solid #eee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Data_Center .box .boxRight .list_box .item a .left {
  padding: 0 0.5rem 0 0.6rem;
  border-right: 1px solid #eee;
}
.Data_Center .box .boxRight .list_box .item a .left img {
  width: 0.33rem;
}
.Data_Center .box .boxRight .list_box .item a .right {
  font-size: var(--f20);
  color: #111;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  padding: 0 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Data_Center .box .boxRight .list_box .item a .right p {
  line-height: 1.2;
  height: 1.2em;
}
.Data_Center .box .boxRight .list_box .item a .down {
  padding-right: 0.36rem;
  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;
}
.Data_Center .box .boxRight .list_box .item a:hover {
  border-color: #005bac;
}
.Data_Center .box .boxRight .list_box .item a:hover .right {
  color: #005bac;
}
.About_01 .box .boxLeft {
  width: 50%;
  padding-right: 0.5rem;
}
.About_01 .box .boxLeft .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.48rem;
}
.About_01 .box .boxLeft .desc .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: 5.5rem;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005bac;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_01 .box .boxLeft .desc .scroll {
    scrollbar-color: #005bac rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_01 .box .boxRight {
  width: 50%;
}
.About_01 .box .boxRight .video {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.About_01 .box .boxRight .video > img {
  width: 100%;
}
.About_01 .box .boxRight .video p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.77rem;
  height: 0.77rem;
  z-index: 2;
  cursor: pointer;
}
.About_01 .box .boxRight .video p svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.About_01 .box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.About_01 .box1 .item {
  background: #f5f7f9;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .About_01 .box1 .item:first-child {
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width: 1200px) {
  .About_01 .box1 .item:first-child {
    border-bottom: 1px solid #eee;
  }
}
.About_01 .box1 .item .img {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item .img img {
  width: 100%;
}
.About_01 .box1 .item .orientation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  padding: 0 0.5rem;
}
.About_01 .box1 .item .orientation > div {
  width: 100%;
  text-align: center;
}
.About_01 .box1 .item .orientation > div .content1 svg {
  height: 0.6rem;
}
.About_01 .box1 .item .orientation > div .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item .orientation > div .content2 {
  font-size: var(--f30);
  font-weight: bold;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.18rem 0;
}
.About_01 .box1 .item .orientation > div .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item:hover .img {
  opacity: 1;
}
.About_01 .box1 .item:hover .orientation .content1 path {
  fill: #fff;
}
.About_01 .box1 .item:hover .orientation .content2,
.About_01 .box1 .item:hover .orientation .content3 {
  color: #fff;
}
.About_02 .box {
  --h: 6rem;
}
.About_02 .box .banner .swiper {
  padding: 0 var(--interval);
}
@media screen and (min-width: 1200px) {
  .About_02 .box .banner .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .About_02 .box .banner .swiper .swiper-wrapper .swiper-slide .item .orientation {
    top: 102%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .About_02 .box .banner .swiper .swiper-wrapper .swiper-slide .item .orientation .content2 {
    opacity: 0;
  }
  .About_02 .box .banner .swiper .swiper-wrapper .active {
    -webkit-box-flex: 2.9;
    -webkit-flex: 2.9;
    -ms-flex: 2.9;
    flex: 2.9;
  }
  .About_02 .box .banner .swiper .swiper-wrapper .active .item .orientation {
    top: 50%;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .About_02 .box .banner .swiper .swiper-wrapper .active .item .orientation .content2 {
    opacity: 1;
  }
}
.About_02 .box .banner .swiper .item {
  position: relative;
}
.About_02 .box .banner .swiper .item .img img {
  height: var(--h);
  width: 100%;
}
.About_02 .box .banner .swiper .item .orientation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .banner .swiper .item .orientation .content1 {
  font-size: var(--f30);
  font-weight: bold;
}
.About_02 .box .banner .swiper .item .orientation .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 5.4em;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .banner .flexCenter {
    display: none;
  }
}
.About_03 .box .banner {
  margin-top: -0.3rem;
}
.About_03 .box .banner .swiper {
  padding: 0.3rem var(--interval);
}
.About_03 .box .banner .swiper .swiper-slide {
  width: 7rem;
  -webkit-box-shadow: 0px 10px 0.3rem 0px rgba(1, 58, 141, 0.1);
  box-shadow: 0px 10px 0.3rem 0px rgba(1, 58, 141, 0.1);
}
.About_03 .box .banner .swiper .swiper-slide .item {
  min-height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_03 .box .banner .swiper .swiper-slide .item .left {
  width: 2.48rem;
}
.About_03 .box .banner .swiper .swiper-slide .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5rem 0.2rem 0 0.3rem;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content1 {
  font-size: var(--f30);
  color: #111;
  font-weight: bold;
  line-height: 1.2;
  height: 2.4em;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 {
  margin-top: 0.32rem;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  line-height: 1.8;
  height: -webkit-calc(9em);
  height: calc(9em);
  font-size: var(--f18);
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005bac;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll {
    scrollbar-color: #005bac rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll ul {
  padding-left: 18px;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll ul li {
  color: #666;
  list-style: disc;
}
.About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll ul li::marker {
  color: #ccd8e8;
}
.About_03 .page {
  height: 2px;
  position: relative;
  margin-top: 0.35rem;
}
.About_03 .page .swiper-pagination-progressbar {
  background: #eee;
  height: 2px;
}
.About_03 .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005bac;
}
.About_04 {
  background: url(../images/img52.png) no-repeat 50% 50% / cover;
}
@media screen and (max-width: 1200px) {
  .About_04 .wMain .flex_center {
    display: none;
  }
}
.About_04 .box {
  margin-top: 0.95rem;
}
.About_04 .box .swiper {
  padding: 0 0 0 var(--interval);
}
@media screen and (max-width: 1200px) {
  .About_04 .box .swiper {
    padding: 0 var(--interval);
  }
}
.About_04 .box .banner .swiper-slide {
  z-index: 1;
}
.About_04 .box .banner .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 68px;
  height: 1px;
  width: 100%;
  background: #eee;
}
.About_04 .box .banner .swiper-slide .item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .About_04 .box .banner .swiper-slide .item {
    padding-right: var(--interval);
  }
}
.About_04 .box .banner .swiper-slide .item .content1 {
  font-size: var(--f30);
  font-family: 'gilroy_bold';
  height: 30px;
}
.About_04 .box .banner .swiper-slide .item .content2 {
  margin-top: 20px;
}
.About_04 .box .banner .swiper-slide .item .content2 p {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(1, 58, 141, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_04 .box .banner .swiper-slide .item .content2 p span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #005bac;
  margin: auto;
}
.About_04 .box .banner .swiper-slide .item .content3 {
  margin-top: 0.34rem;
  --h: 0.36rem;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll {
  height: calc(var(--h) * 1 + 0.4rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005bac;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_04 .box .banner .swiper-slide .item .content3 .scroll {
    scrollbar-color: #005bac rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll .li {
  line-height: var(--h);
  margin-bottom: 0.2rem;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll .li:last-child {
  margin-bottom: 0;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll .li .left {
  font-size: var(--f24);
  font-weight: bold;
  color: #005bac;
  width: 0.84rem;
}
.About_04 .box .banner .swiper-slide .item .content3 .scroll .li .right {
  font-size: var(--f16);
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .About_04 .flexCenter.mt {
    display: none;
  }
}
.About_05 {
  background: #f5f7f9;
}
.About_05 .box {
  padding: 0 var(--interval);
}
.About_05 .box .banner {
  padding: 0 0.74rem;
  position: relative;
}
.About_05 .box .banner .swiper {
  padding: 0.3rem;
  margin-top: -0.2rem;
  width: -webkit-calc(100.6%);
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .About_05 .box .banner .swiper::before {
    content: '';
    width: 15px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #f5f7f9;
    z-index: 2;
  }
  .About_05 .box .banner .swiper::after {
    content: '';
    width: 15px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: #f5f7f9;
    z-index: 1;
  }
}
.About_05 .box .banner .swiper .swiper-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 0.2rem 0px rgba(1, 58, 141, 0.1);
  box-shadow: 0px 10px 0.2rem 0px rgba(1, 58, 141, 0.1);
  padding: 0.3rem 0.3rem 0.35rem;
}
.About_05 .box .banner .swiper .item {
  text-align: center;
}
.About_05 .box .banner .swiper .item .content1 {
  height: 2.78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_05 .box .banner .swiper .item .content1 img {
  margin: auto;
  max-height: 100%;
}
.About_05 .box .banner .swiper .item .content2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #999;
}
.About_05 .box .banner .swiper .item .content3 {
  font-size: var(--f20);
  color: #111;
  margin-top: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .banner .swiper .item:hover .content3 {
  color: #005bac;
}
@media screen and (min-width: 1200px) {
  .About_05 .xian {
    padding: 0 0.74rem;
  }
}
.About_05 .page {
  height: 2px;
  position: relative;
  margin-top: 0.35rem;
}
.About_05 .page .swiper-pagination-progressbar {
  background: #eee;
  height: 2px;
}
.About_05 .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005bac;
}
.About_06 .box .banner {
  overflow: hidden;
}
.About_06 .box .banner .scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.About_06 .box .banner .scroll p {
  width: 3rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 0.1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f7f9), to(#ffffff));
  background-image: -o-linear-gradient(left, #f5f7f9 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #f5f7f9 0%, #ffffff 100%);
}
.About_06 .box .banner .scroll p img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
      opacity: .8;
}
.About_06 .box .banner:nth-child(2n) {
  margin-top: 0.3rem;
}
.About_06 .box .banner:nth-child(2n) .scroll {
  animation-direction: reverse;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50.2%), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50.2%), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.About_07 .yx {
  font-size: var(--f18);
  color: #005bac;
  font-family: 'gilroy_regular';
  margin-right: 0.38rem;
}
.About_07 .box {
  --h: 7.5rem;
}
.About_07 .box .banner .swiper {
  padding: 0 var(--interval);
}
@media screen and (min-width: 1200px) {
  .About_07 .box .banner .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 10px;
  }
  .About_07 .box .banner .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  .About_07 .box .banner .swiper .swiper-wrapper .swiper-slide .item .orientation1 {
    opacity: 0;
  }
  .About_07 .box .banner .swiper .swiper-wrapper .active {
    -webkit-box-flex: 3.8;
    -webkit-flex: 3.8;
    -ms-flex: 3.8;
    flex: 3.8;
  }
  .About_07 .box .banner .swiper .swiper-wrapper .active .item .orientation {
    opacity: 0;
  }
  .About_07 .box .banner .swiper .swiper-wrapper .active .item .orientation1 {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.About_07 .box .banner .swiper .item {
  position: relative;
}
.About_07 .box .banner .swiper .item .img {
  position: relative;
}
.About_07 .box .banner .swiper .item .img img {
  height: var(--h);
  width: 100%;
}
.About_07 .box .banner .swiper .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.About_07 .box .banner .swiper .item .content1 {
  font-size: var(--f30);
  font-weight: bold;
}
.About_07 .box .banner .swiper .item .content1 img {
  width: 0.7rem;
}
.About_07 .box .banner .swiper .item .content2 {
  font-size: var(--f30);
  font-weight: bold;
  margin-top: 0.24rem;
  color: #fff;
}
.About_07 .box .banner .swiper .item .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #fff;
  margin-top: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .About_07 .box .banner .swiper .item .content3 {
    padding-right: 2.7rem;
  }
}
.About_07 .box .banner .swiper .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .About_07 .box .banner .swiper .item .orientation {
    display: none;
  }
}
.About_07 .box .banner .swiper .item .orientation1 {
  position: absolute;
  left: 0;
  bottom: 1.05rem;
  width: 100%;
  padding: 0 0.85rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .About_07 .box .banner .flexCenter {
    display: none;
  }
}
.btn_phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .btn_pc {
    display: none;
  }
  .btn_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.About_08 {
    background: url(../images/img52.png) no-repeat 50% 50% / cover;
}
.About_08 .box {
  padding: 0 var(--interval);
  position: relative;
}
.About_08 .box .banner {
  overflow: hidden;
}
.About_08 .box .banner .banner_box {
  width: 20.6rem;
}
.About_08 .box .banner .banner_box .swiper-slide {
  width: 6.8rem;
}
.About_08 .box .banner .banner_box .swiper-slide .item {
  position: relative;
}
.About_08 .box .banner .banner_box .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.About_08 .box .banner .banner_box .swiper-slide .item img {
  width: 100%;
}
.About_08 .box .banner .banner_box .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: var(--f24);
  color: #fff;
  bottom: 0.3rem;
  font-weight: bold;
  padding: 0 0.3rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.About_08 .box .banner .banner_box .swiper-slide-active .item .orientation {
  opacity: 1;
}
.Product_02,
.Home_Technology,
.Product_04,
.Product_06,
.About_05,
.About_08 {
  --t: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .Product_02 .banner_btn1 .prev,
  .Home_Technology .banner_btn1 .prev,
  .Product_04 .banner_btn1 .prev,
  .Product_06 .banner_btn1 .prev,
  .About_05 .banner_btn1 .prev,
  .About_08 .banner_btn1 .prev,
  .Product_02 .banner_btn .prev,
  .Home_Technology .banner_btn .prev,
  .Product_04 .banner_btn .prev,
  .Product_06 .banner_btn .prev,
  .About_05 .banner_btn .prev,
  .About_08 .banner_btn .prev,
  .Product_02 .banner_btn1 .next,
  .Home_Technology .banner_btn1 .next,
  .Product_04 .banner_btn1 .next,
  .Product_06 .banner_btn1 .next,
  .About_05 .banner_btn1 .next,
  .About_08 .banner_btn1 .next,
  .Product_02 .banner_btn .next,
  .Home_Technology .banner_btn .next,
  .Product_04 .banner_btn .next,
  .Product_06 .banner_btn .next,
  .About_05 .banner_btn .next,
  .About_08 .banner_btn .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .Product_02 .banner_btn1 .prev,
  .Home_Technology .banner_btn1 .prev,
  .Product_04 .banner_btn1 .prev,
  .Product_06 .banner_btn1 .prev,
  .About_05 .banner_btn1 .prev,
  .About_08 .banner_btn1 .prev,
  .Product_02 .banner_btn .prev,
  .Home_Technology .banner_btn .prev,
  .Product_04 .banner_btn .prev,
  .Product_06 .banner_btn .prev,
  .About_05 .banner_btn .prev,
  .About_08 .banner_btn .prev {
    left: var(--t);
  }
  .Product_02 .banner_btn1 .next,
  .Home_Technology .banner_btn1 .next,
  .Product_04 .banner_btn1 .next,
  .Product_06 .banner_btn1 .next,
  .About_05 .banner_btn1 .next,
  .About_08 .banner_btn1 .next,
  .Product_02 .banner_btn .next,
  .Home_Technology .banner_btn .next,
  .Product_04 .banner_btn .next,
  .Product_06 .banner_btn .next,
  .About_05 .banner_btn .next,
  .About_08 .banner_btn .next {
    right: var(--t);
    -webkit-transform: translateY(-50%) translateX(-15px);
    -ms-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
  }
}
@media screen and (max-width: 1200px) {
  .Product_02 .banner_btn1,
  .Home_Technology .banner_btn1,
  .Product_04 .banner_btn1,
  .Product_06 .banner_btn1,
  .About_05 .banner_btn1,
  .About_08 .banner_btn1,
  .Product_02 .banner_btn,
  .Home_Technology .banner_btn,
  .Product_04 .banner_btn,
  .Product_06 .banner_btn,
  .About_05 .banner_btn,
  .About_08 .banner_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }
  .Product_02 .banner_btn1 .prev,
  .Home_Technology .banner_btn1 .prev,
  .Product_04 .banner_btn1 .prev,
  .Product_06 .banner_btn1 .prev,
  .About_05 .banner_btn1 .prev,
  .About_08 .banner_btn1 .prev,
  .Product_02 .banner_btn .prev,
  .Home_Technology .banner_btn .prev,
  .Product_04 .banner_btn .prev,
  .Product_06 .banner_btn .prev,
  .About_05 .banner_btn .prev,
  .About_08 .banner_btn .prev {
    margin-right: 0.2rem;
  }
}
.About_05 {
  --t: -0.15rem;
}
@media screen and (max-width: 1200px) {
  .About_05 .banner_btn1 {
    display: none;
  }
}
.About_05 .banner_btn1 .prev {
  left: var(--t);
}
.About_05 .banner_btn1 .next {
  right: var(--t);
}
@media screen and (max-width: 1680px) {
  .About_08 .box .banner .banner_box .swiper-slide {
    width: 7rem;
  }
}
@media screen and (max-width: 1520px) {
    .About_01 .box .boxLeft .desc .scroll {
        max-height: 6.4rem;
    }
  .Home_Story .box {
    --p: 3.6rem;
  }
  .Header_Container .box .logo a img {
    height: 36px;
  }
  .Home_News .box .boxLeft .item a {
    padding: 0.4rem 0.25rem;
  }
  .Home_News .box .boxRight .item a figcaption {
    padding: 0.3rem 0.5rem;
  }
  .Product_07 .box .item {
    padding: 0.28rem 0.5rem;
  }
  .Product_08 .box .item a .left {
    width: 0.6rem;
  }
  .Product_02,
  .Home_Technology,
  .Product_04,
  .Product_06,
  .About_05,
  .About_08 {
    --t: 0.4rem;
  }
  .About_05 {
    --t: -0.4rem;
  }
  .About_08 .box .banner .banner_box .swiper-slide {
    width: 8rem;
  }
  .Contact_02 .box .boxLeft .main .toggleMain .item .content1 .left p svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .Contact_02 .box .boxLeft .main .toggleMain .item .content2 {
    margin-top: 0.44rem;
  }
  .Header_Container .box nav .item > p a {
    font-size: var(--f20);
  }
}
@media screen and (max-width: 1400px) {
    .About_01 .box .boxLeft .desc .scroll {
        max-height: 6rem;
    }
  .Home_Story .box {
    --p: 3rem;
  }
  .About_08 .box .banner .banner_box .swiper-slide {
    width: 7.9rem;
  }
  .fengye .prev a i,
  .fengye .next a i,
  .banner_btn1 .button > div i {
    -webkit-transform: translateX(0.1rem);
    -ms-transform: translateX(0.1rem);
    transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 1281px) {
  .Home_Story .box {
    --p: 2.4rem;
  }
  .Home_News .box .boxLeft .item a {
    padding: 0.3rem 0.25rem;
  }
  .Footer_Container .boxTop .boxLeft .item {
    margin-right: 1.3rem;
  }
  .About_03 .box .banner .swiper .swiper-slide .item .right {
    padding: 0.6rem 0.2rem 0 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
    .Home_Technology .imgBg video{
        display: none;
    }
    .fmt{
        display: block;
    }
  .Product_04 {
    margin: -0.6rem 0 0;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
  .Home_Banner .banner .video .play {
    display: block;
  }
  .Home_Technology .box .banner .swiper .swiper-slide .imgBg img {
    height: 8.3rem;
  }
  .Home_Technology .box .banner .swiper .swiper-slide .orientation {
    top: 0.96rem;
  }
  .Home_Story .box {
    --w: 76vw;
    --p: 0.3rem;
  }
  .Home_Product .box .swiper .swiper-slide .list .item .two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6rem;
  }
  .Footer_Container .boxTop .boxLeft {
    display: none;
  }
  .Footer_Container .boxTop .boxRight {
    width: 100%;
  }
  .Footer_Container .boxBot div:first-child {
    width: 70%;
  }
  .Home_News .box .boxLeft .item a .title {
    width: 6rem;
  }
  .Product_01 .toggle ul li {
    font-size: var(--f20);
    padding-right: 0.4rem;
  }
  .Product_01 .toggle ul li a {
    padding-bottom: 0.2rem;
  }
  .Product_01 .box .item .main {
    padding: 0.6rem;
  }
  .Product_01 .box .item .main .boxLeft,
  .Product_02 .banner .swiper .swiper-slide .item .boxLeft {
    padding-right: 0.4rem;
  }
  .Product_01 .box .item .main .boxLeft .content2 {
    font-size: var(--f28);
  }
  .Product_02 .banner .swiper .swiper-slide .item .boxRight {
    width: 50%;
  }
  .Product_03 .box .item .content3 .scroll {
    max-height: 10em;
  }
  .Product_03 .box .item .content3 {
    margin-top: 0.3rem;
  }
  .Product_06 .box .banner .swiper-slide .item figcaption .bot,
  .Product_04 .box .banner .swiper-slide .item figcaption .bot {
    font-size: var(--f20);
  }
  .Product_08 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_10 .box .item textarea {
    height: 2rem;
  }
  .About_01 .box .boxLeft .desc .scroll {
    max-height: 3.3rem;
  }
  .About_01 .box1 .item .orientation > div .content2 {
    font-size: var(--f24);
  }
  .About_01 .box1 .item .img img {
    height: 3.4rem;
  }
  .About_04 .box .banner .swiper-slide .item .content3 .scroll .li .left {
    width: 1.1rem;
  }
  .About_05 .box .banner {
    padding: 0;
  }
  .About_05 .box {
    padding: 0;
  }
  .About_05 .box .swiper {
    padding: 0 var(--interval) !important;
  }
  .About_05 .box .banner .swiper {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
  .About_07 .box .banner .swiper .item .orientation1 {
    bottom: 0.8rem;
    padding: 0 0.8rem;
  }
  .About_08 .box .banner .banner_box {
    width: 13rem;
  }
  .mt {
    margin-top: 0.6rem;
  }
  .btn_phone {
    margin-top: 0.6rem;
  }
  .About_08 .box .banner .banner_box .swiper-slide {
    width: 5rem;
  }
  .News_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Contact_01 .box .item a figcaption .content1 {
    font-size: var(--f26);
  }
  .Contact_02 .box .boxLeft .main {
    padding: 0.5rem;
  }
  .Contact_02 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Contact_02 .box .boxRight {
    width: 100%;
  }
  .Contact_02 .box .boxLeft {
    padding-top: 0rem;
    margin: -2rem 0 0;
    z-index: 1;
    position: relative;
  }
  .Data_Center .box .boxLeft {
    width: 2.8rem;
    padding-right: 0.4rem;
  }
  .Home_News .box .boxLeft {
    width: 100%;
  }
  .Home_News .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
  .Home_Product .box {
    padding: 0;
  }
  .Home_Product .box .swiper {
    padding: 0 var(--interval);
  }
  .Product_03 .box .item .content1 img {
    height: 0.6rem;
  }
  .Home_Story .box .banner .swiper .swiper-slide a img {
    height: 6rem;
  }
  .Home_Story .box .banner .swiper .swiper-slide a .orientation .content2 {
    height: 2.8em;
    -webkit-line-clamp: 2;
  }
  .Product_10 .box1 span {
    transform: translateY(-1px);
  }
  .Contact_02 .box {
    margin: 0.5rem 0 0;
  }
  .News_01 .box .swiper a .boxRight {
    padding: 0.4rem 0.5rem;
  }
  .title_01 .tit {
    line-height: 1.3;
  }
}
@media screen and (max-width: 699px) {
  .Home_News .box .boxLeft .item a .btn {
    display: none;
  }
  .Home_Story .box {
    --w: 90vw;
    --p: 0.6rem;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .search p svg path {
    fill: #000;
  }
  .Home_Story .box .banner .swiper .swiper-slide a .orientation {
    bottom: 0.3rem;
  }
  .Home_Technology .box .banner .swiper .swiper-slide .imgBg img {
    height: 10.4rem;
  }
  .Home_Technology .box1 .banner1 .swiper-slide p {
    font-size: var(--f20);
  }
  .banner_btn .button > div i,
  .fengye .prev a i,
  .fengye .next a i,
  .banner_btn1 .button > div i {
    -webkit-transform: translateX(0.16rem);
    -ms-transform: translateX(0.16rem);
    transform: translateX(0.16rem);
  }
  .Home_Product .box .swiper .swiper-slide .list .item .two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Home_Product .box .swiper .swiper-slide .list .item .two .boxLeft {
    width: 100%;
  }
  .Home_Product .box .swiper .swiper-slide .list .item .two .boxRight {
    width: 100%;
    max-width: 100%;
    margin-top: 0.4rem;
  }
  .button_02 .a,
  .button_03 .a {
    width: 0.68rem;
    height: 0.68rem;
  }
  .Home_News .box .boxLeft .item a .time {
    width: 2rem;
  }
  .Home_News .box .boxLeft .item a .title {
    width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Footer_Container .boxBot div:first-child {
    width: 100%;
  }
  .Product_01 .box .item .main,
  .Product_02 .banner .swiper .swiper-slide .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Product_01 .box .item .main .boxLeft,
  .Product_02 .banner .swiper .swiper-slide .item .boxLeft {
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .Product_01 .box .item .main .boxRight,
  .Product_02 .banner .swiper .swiper-slide .item .boxRight {
    width: 100%;
  }
  .Product_01 .box .item .main .boxLeft .content4 {
    height: auto;
    margin-bottom: 0.4rem;
  }
  .button_01.tran {
    -webkit-transform: translateX(0.25rem);
    -ms-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
  .button_01 .a {
    min-width: 2.5rem;
  }
  .Inner_Banner picture img {
    min-height: 5rem;
  }
  .Product_02 .banner .swiper .swiper-slide .item {
    padding-bottom: 0.1rem;
  }
  .Product_02 .banner .swiper .swiper-slide .item .boxLeft .content2 {
    margin-top: 0.6rem;
  }
  .Product_03 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_03 .box .item {
    padding: 0.6rem 0rem 0.6rem 0;
    border-bottom: 1px dashed #ccd8e8;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  .Product_04 .box,
  .Product_06 .box,
  .About_08 .box {
    padding: 0;
  }
  .Product_04 .box .swiper,
  .Product_06 .box .swiper,
  .About_08 .box .swiper {
    padding: 0 var(--interval);
  }
  .Product_08 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_09 .box ul {
    width: -webkit-calc(82%);
    width: calc(100% - 18px);
  }
  .Product_10 .box .item input {
    height: 0.9rem;
  }
  .About_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .About_01 .box .boxRight {
    width: 100%;
    margin: 0.6rem 0 0;
  }
  .About_01 .box .boxLeft .desc .scroll {
    max-height: 3.4rem;
  }
  .About_01 .box1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .About_01 .box1 .item .orientation > div .content2 {
    margin: 0.25rem 0;
  }
  .About_01 .box1 .item .img img {
    height: 3.8rem;
  }
  .About_03 .box .banner .swiper .swiper-slide {
    width: 90vw;
  }
  .About_03 .box .banner .swiper .swiper-slide .item .right .content2 .scroll {
    height: -webkit-calc(6em);
    height: calc(6em);
  }
  .About_04 .box .banner .swiper-slide .item .content3 .scroll {
    height: calc(var(--h)*4 + 0.9rem);
  }
  .About_04 .box .banner .swiper-slide .item .content3 .scroll .li .left {
    width: 1.3rem;
  }
  .About_04 .box .banner .swiper-slide .item .content3 .scroll .li {
    margin-bottom: 0.3rem;
  }
  .About_08 .box .banner .banner_box {
    width: 100%;
  }
  .News_01 .box .swiper a .boxLeft {
    width: 100%;
  }
  .News_01 .box .swiper a .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.5rem;
  }
  .News_01 .box .page div span {
    width: 0.6rem;
  }
  .News_02 .box,
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .imglist p img {
    min-height: 5rem;
  }
  .Contact_02 .box .boxLeft {
    margin: 0rem 0 0;
  }
  .button_01 .a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Data_Center .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Data_Center .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
  }
  .Data_Center .box .boxLeft .Data_Center_Nav .item > a div {
    padding: 0.3rem 0;
  }
  .Data_Center .box .boxRight .list_box .item a .left {
    padding: 0 0.3rem;
  }
  .Home_Technology .box .banner .swiper .swiper-slide .imgBg img,
  .Home_Technology .box .banner .swiper .swiper-slide .imgBg video {
    height: 9.2rem;
  }
  .Product_03 .box .item .content3 p {
    margin-bottom: 0.5rem;
}
  
  
  .Home_Banner .banner video, .Home_Banner .banner picture img {
        height: 45vh;
    }
.Home_Banner .banner_btn{
    transform: scale(0.8);
    transform-origin: left center;
}
  
}

/* about
-------------------------------------------------------------- */

.cont{

	}
.cont1{
	width:1640px;
	height:auto;
	margin:auto;
	}

.about{
	width:100%;
	overflow:hidden;
	background-size:cover;
	padding-bottom:94px;
	padding-top:114px;
	position:relative;
	}
.about .aboutbg{
	width:22%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:26px;
}
.about .aboutbg img,.aboutimg img{
	max-width:100%;
	height:auto;
}
.aboutimg{
	width:71%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
.about .aboutlf{
	padding:0 58px 100px 0;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#989898;
	line-height:35px;
	margin-top:44px;
  margin-bottom:80px;
	text-align: justify;
}
.about .more{
	margin-top:78px;
}

/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.aboutlist ul li{
	width:21%;
	height:180px;
	overflow:hidden;
	border-radius:10px;
	padding:0;
	position:relative;
	border-radius:10px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li i{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	position:absolute;
	right:30px;
	top:25px;
}
.aboutlist ul li:first-child i,.aboutlist ul li:nth-child(2) i{
	background:#005bac url(../images/icon6.png) no-repeat center;
}
.aboutlist ul li:hover:first-child i,.aboutlist ul li:hover:nth-child(2) i{
	background:#fff url(../images/iconh6.png) no-repeat center;
}
.aboutlist ul li:nth-child(3) i,.aboutlist ul li:nth-child(4) i{
	background:#005bac url(../images/icon7.png) no-repeat center;
}
.aboutlist ul li:hover:nth-child(3) i,.aboutlist ul li:hover:nth-child(4) i{
	background:#fff url(../images/iconh7.png) no-repeat center;
}
.aboutlist ul li dl{
	width:100%;
	overflow:hidden;
	position:absolute;
	padding:0 0 22px 32px;
	left:0;
	bottom:0;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#000;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#000;
	line-height:50px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .counter{
	font-size:60px;
	line-height:60px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt font{
	font-size:40px;
	font-family:Arial;
  font-weight: normal;
  padding-left: 2px;
	}
.aboutlist ul li:hover{
	
}
.aboutlist ul li:hover dl dt .counter,.aboutlist ul li:hover dl dd,.about_n .aboutlist ul li:hover dl dt,.about_n .aboutlist ul li:hover dl dd,.aboutlist ul li:hover dl dt font{
	
}

@media(max-width:1440px) {
  .aboutlist ul li dl dt .counter,.aboutlist ul li dl dt font{
		font-size: 50px;
		line-height:50px;
	}
	.aboutlist {
		margin-top: 80px;
	}
}
@media(max-width:1280px) {
  .about .aboutlf {
		padding: 0 30px 0 0;
	}
}
@media(max-width:1152px) {
  .aboutlist ul li dl {
		padding: 0 0 22px 25px;
	}
}
@media(max-width:1023px) {
  .about .aboutlf {
		padding: 0;
	}
}
@media(max-width:991px) {
  .about {
		padding-top: 80px;
		padding-bottom:80px;
	}
	.aboutnr,.about .more{
		margin-top: 30px;
	}
	.aboutlist {
		margin-top: 50px;
	}
	.aboutlist ul{
		display:inherit;
	}
	.aboutlist ul li{
		width:49%;
		float:left;
		margin:10px 2% 10px 0;
	}
	.aboutlist ul li:nth-child(2n){
		margin-right:0;
	}
  .tit .titen {
		font-size: 50px;
		line-height: 50px;
	}
	.casetit .tit .titen {
		line-height: 60px;
	}
}
@media(max-width:640px) {
  .aboutlist ul li dl dt .counter,.aboutlist ul li dl dt font{
		font-size: 45px;
		line-height: 45px;
	}
  .aboutlist ul li:hover {
		background-size: 120px;
	}
	.aboutlist ul li {
		height: 180px;
	}
  .about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media(max-width:540px) {
	.aboutlist ul li {
		height: 150px;
	}
	.aboutlist ul li i {
		width: 50px;
		height: 50px;
		right: 10px;
		top: 10px;
	}
}
@media(max-width:500px) {
	.aboutlist ul li i {
		right: 15px;
		top: 15px;
	}
	.aboutlist ul li dl dt .counter,.aboutlist ul li dl dt font{
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist ul li dl dd {
		font-size: 15px;
	}
	.aboutlist ul li dl {
		padding: 0 0 22px 20px;
	}
}
@media(max-width:425px) {
	
	.aboutlist ul li dl dt .counter,.aboutlist ul li dl dt font{
		font-size: 35px;
		line-height: 35px;
	}
	.aboutlist ul li dl dd {
		font-size: 14px;
		line-height:25px;
	}
	.aboutlist ul li dl {
		padding: 0 0 22px 10px;
	}
}
@media(max-width:375px) {
	.aboutlist ul li dl dd {
		font-size: 13px;
	}
	.cloud-product-ul li h4 {
		font-size: 15px;
	}
	.aboutlist ul li:hover {
		background-size: 100px;
	}
	.aboutlist ul li {
		height: 110px;
	}
	.aboutlist ul li i{
		width:40px;
		height:40px;
		background-size:20px !important;
	}
	.aboutlist ul li dl {
		padding: 0 0 10px 10px;
	}
	.aboutlist ul li i {
		right: 10px;
		top: 10px;
	}
}


.bg {
  background: #f7f7f7;
}
.index_equipment .box {
  padding: 0 1rem;
}
.index_equipment .title_01{
  text-align: center;
}
.index_equipment .box .list .item {
  width: 24.2%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
.index_equipment .box .list .item a {
  display: block;
}
.index_equipment .box .list .item .img img {
  min-width: 100%;
  height: 5.55rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.index_equipment .box .list .item .icon {
  position: absolute;
  left: 0.4rem;
  bottom: 0.5rem;
}
.index_equipment .box .list .item .icon img {
  max-height: 0.7rem;
  max-width: 0.8rem;
}
.index_equipment .box .list .item .position {
  position: absolute;
  left: 0.4rem;
  top: 1.5rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.index_equipment .box .list .item .position .content0 {
  font-size: var(--f14);
  font-family: "gilroy_regular";
  color: #fff;
}
.index_equipment .box .list .item .position .content1 {
  font-size: var(--f30);
  color: #fff;
  margin-top: 0.08rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_equipment .box .list .item .position .content2 {
  max-width: 6.6rem;
  width: 6rem;
  margin-top: 0.6rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.index_equipment .box .list .item .position .content2 .content3 {
  font-size: var(--f18);
  color: #fff;
  line-height: 0.28rem;
}
.index_equipment .box .list .item .position .content2 .content4 {
  margin-top: 0.22rem;
  display: flex;
  flex-wrap: wrap;
}
.index_equipment .box .list .item .position .content2 .content4 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  font-family: "fang";
}
.index_equipment .box .list .item .position .content2 .content4 p span {
  margin: 0 5px;
}
.index_equipment .box .list .act {
  width: 17.5%;
}
.index_equipment .box .list .active {
  width: 44.3%;
}
.index_equipment .box .list .active .position {
  top: 1.32rem;
}
.index_equipment .box .list .active .position .content1 {
  font-size: 0.36rem;
}
.index_equipment .box .list .active .position .content2 {
  opacity: 1;
  margin-top: 0.3rem;
}
.index_about {
  min-height: 7.5rem;
  position: relative;
  overflow: hidden;
}
.index_about .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.index_about .img img {
  width: 100%;
}
.index_about .box {
  padding-top: 1.6rem;
}
.index_about .box .title_01 {
  color: #fff;
}
.index_about .box .title_01 .desc {
  color: #fff;
}
.index_about .box .info {
  font-size: var(--f18);
  color: #fff;
  line-height: 0.3rem;
  max-width: 7.2rem;
  margin-top: 0.46rem;
}
.index_about .box .link {
  margin-top: 0.45rem;
}
.index_about .box .link a {
  border-color: #fff;
  color: #fff;
  border-width: 2px;
}
.index_about .box .link a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #073190;
}
.index_about .box .big_data {
  margin-top: 1.1rem;
}
.index_about .box .big_data .ite {
  text-align: center;
}
.index_about .box .big_data .ite:last-child {
  width: 2.1rem;
}
.index_about .box .big_data .ite .top {
  font-family: "fang";
  font-size: var(--f46);
  color: #fff;
}
.index_about .box .big_data .ite .bot {
  font-size: var(--f16);
  font-family: "fang";
  color: #fff;
  margin-top: 0.06rem;
}
.index_about .box .big_data p {
  width: 1px;
  background: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .index_equipment .box {
    padding: 0;
  }
  .index_equipment {
    padding: 0 5vw;
  }
  .index_equipment .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .index_equipment .box .list .item a .position {
    top: 1.32rem;
  }
  .index_equipment .box .list .item a .position .content2 {
    opacity: 1;
    margin-top: 0.3rem;
  }
  .index_about .img img,
  .index_about {
    min-height: 70vh;
  }
}
@media screen and (max-width: 669px) {
  .index_equipment .box .list .item a .position {
    left: 5vw;
    width: 90%;
    top: 0.82rem;
  }
  .index_equipment .box .list .item a .position .content2 {
    max-width: 100%;
  }
  .index_equipment .box .list .item a .img img {
    max-height: 5rem;
  }
  .index_about .box {
    padding-top: 0.7rem;
  }
  .index_about .box .big_data {
    
  }
  .index_about .box .big_data .ite {
    width: 50% !important;
    padding: 0.2rem 0;
  }
  .index_about .box .big_data p {
    display: none;
  }
  .index_about .img img,
  .index_about {
    min-height: 55vh;
  }
  .index_about .box .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
}
.p74_ {
    padding-bottom: 0.96rem;
}
.p74 {
    padding-top: 0.74rem;
}
.m58 {
    margin-top: 0.58rem;
}

/*--product--*/
.product{ padding-top: 0.96rem;overflow:hidden;}
.product-hd{display:flex;justify-content:space-between;align-items:center;overflow:hidden;}
.product-hd .box-title{overflow:hidden;animation:fadeInDown 1s;}
.product-hd .box-title h2{font-size:42px;color:#333;}
.product-hd .box-title h2 a{color:#333;}
.product-hd .box-title h2 a:hover{color:var(--vi-color);}
.product-hd .box-title p{font-size:18px;color:#999;}
.product-menu{overflow:hidden;}
.product-menu ul{display:flex;}
.product-menu li{position:relative;margin-left:15px;line-height:50px;font-size:16px;color:#999;cursor:pointer; }
.product-menu li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-18px;width:36px;height:3px;content:"";background:#005bac;transform:scaleX(0);transition:all .5s;}
.product-menu li:hover,.product-menu li.cur{color:#333;}
.product-menu li:hover:after,.product-menu li.cur:after{transform:scaleX(1);}
.product-bd{margin-top:60px;overflow:hidden;}
.product-group{display:none;position:relative;z-index:1;height:650px;overflow:hidden;}
.product-group .bigImg{position:absolute;z-index:-1;left:0;top:0;width:777px;height:650px;}
.product-group .bigImg img{display:block;width:100%;transition:all 1s;}
.product-group .inner{margin:85px 0;overflow:hidden;}
.product-group .text{float:left;padding-top:88px;width:300px;overflow:hidden;}
.product-group .text:before{display:block;width:40px;height:2px;content:"";background:#fff;}
.product-group .text h3{margin-top:24px;font-size:40px;color:#fff; margin-bottom: 5px; }
.product-group .text h3 a{color:#fff;}
.product-group .text em{font-size:12px;color:#fff;text-transform:uppercase;}
.product-group .list{float:right;padding:30px 10px;width:1146px;overflow:hidden;animation: fadeInUp 1s linear;}
.product-group .list .item{display:block;padding:20px;text-align:center;overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.product-group .list .item i{display:block;overflow:hidden;}
.product-group .list .item i img{display:block;width:100%;transition:all 1s;}
.product-group .list .item h3{margin-top:20px;font-size:18px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-group .list .item:hover i img{transform:scale(1.1);}
.product-group .list .item:hover h3{color:#005bac;}
.product-slide{position:relative;}
.product-slide .prev,.product-slide .next{position:absolute;z-index:99;top:50%;width:50px;height:50px;line-height:50px;cursor:pointer;text-align:center;color: #000;background: rgba(0,0,0,0.2);border-radius:50%;transform:translateY(-50%);color: #fff;}
.product-slide .prev{left:20px;}
.product-slide .next{right:20px;}
.product-slide .prev[aria-disabled="true"],.product-slide .next[aria-disabled="true"]{opacity:0;}
.product-slide .prev:hover,.product-slide .next:hover{background-color:#005bac;}
@media(max-width:1440px){
.product-group{height:552px;}
.product-group .bigImg{width:660px;height:552px;}
.product-group .list{width:846px;}
}
@media(max-width:1200px){
.product-hd .box-title{text-align:center;}
.product-hd .box-title h2{font-size:24px;}
.product-hd .box-title p{font-size:14px;}
.product-menu{margin-top:10px;}
.product-menu ul{flex-wrap:wrap;}
.product-menu li{font-size: 16px; margin-left: 15px;}
.product-bd{margin-top:30px;}
.product-group{height:auto;}
.product-group .bigImg{position:static;width:100%;height:auto;}
.product-group .inner{position:relative;padding:0; margin: 0; margin-top: -250px;}
.product-group .text{float:none;padding:0 20px;width:100%;}
.product-group .text h3{font-size:24px;}
.product-group .text .arrow{display:none;}
.product-group .list{width:100%;}
.product-group .list .item{padding:10px;}
.product-group .list .item h3{margin-top:10px;font-size:14px;}
}

@media (max-width: 767px){ 
.product-menu{ display: none;}
.product-group .text{ display: none;}
.product .title_01{ text-align: center;}
.product-hd {
        display: block;
        width: 100%;
}
.product-group .inner{margin-top: -120px;}
.title_01 .tit {font-size: var(--f58);}
.aboutnr{    font-size: 14px;}

.index_equipment .box .list .item .position .content2 .content3{ display: none;}

.Footer_Container .boxTop .boxRight .h5 a{ font-size: var(--f26);}
.Footer_Container .boxTop .boxRight .content1{ font-size: var(--f18);}
.Footer_Container .boxBot{font-size: var(--f18);}

.About_01 .box1 .item .orientation > div .content2{ font-size: var(--f30);}
.About_01 .box1 .item .orientation > div .content3{ font-size: var(--f20); line-height: 1.2;}
.About_04 .box .banner .swiper-slide .item .content3 .scroll .li .right{ font-size: var(--f18);}
.About_05 .box .banner .swiper .item .content3{ font-size: var(--f22);}
.Inner_Banner .orientation .content1{ font-size: var(--f60);}
.Contact_02 .box .boxLeft .main ul li{ font-size: var(--f28);}

.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .top {
    font-size: var(--f20);
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .bot {
    font-size: var(--f22);
    margin-top: 0.05rem;
}

}
/*--end product--*/
.df {
    display: flex;
    flex-wrap: wrap;
}
.download {
  background: #f2f2f2;
}
.download .le_box {
  width: 28%;
  background: linear-gradient(to right, #005bac, #0b98bc);
}
.download .le_box .sticky {
  padding: 0 0.4rem 0 var(--interval);
}
.download .le_box .sticky .content1 {
  color: #fff;
  padding: 0.8rem 0 0;
  font-size: var(--f48);
  font-family: "fang";
}
.download .le_box .sticky .content2 {
  color: #fff;
  font-size: var(--f20);
}
.download .le_box .sticky .content2 a {
  padding: 0.24rem 0;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.download .le_box .sticky .content2 a.active,
.download .le_box .sticky .content2 a:hover {
  color: #fff;
}
.download .ri_box {
  width: 72%;
}
.download .ri_box > div {
  padding: 0.8rem var(--interval) 1rem 1rem;
}
.download .ri_box > div .content1 {
  display: grid;
  gap: 0.16rem;
}
.download .ri_box > div .content1 .slide a {
  transition: 0.8s;
  background: #fff;
  display: flex;
  padding: 0.2rem 0.4rem;
  border-radius: 0.1rem;
}
.download .ri_box > div .content1 .slide a .txt {
  flex: 1;
}
.download .ri_box > div .content1 .slide a .txt p {
  transition: 0.4s;
  color: #000;
  width: 96%;
  font-size: var(--f20);
  line-height: 1.6;
}
.download .ri_box > div .content1 .slide a .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f16);
}
.download .ri_box > div .content1 .slide a .btn svg {
  height: 0.16rem;
}
.download .ri_box > div .content1 .slide a .btn svg path {
  transition: 0.4s;
}
.download .ri_box > div .content1 .slide a .btn span {
  transition: 0.4s;
  margin-left: 0.06rem;
  color: #000;
}
.download .ri_box > div .content1 .slide a:hover {
  background: #005bac;
}
.download .ri_box > div .content1 .slide a:hover .txt p {
  color: #fff;
}
.download .ri_box > div .content1 .slide a:hover .btn svg path {
  fill: #fff;
}
.download .ri_box > div .content1 .slide a:hover .btn span {
  color: #fff;
}
.download .ri_box > div .content2 {
  margin-top: 0.76rem;
}
@media (max-width: 1200px) {
  .download .ri_box > div {
    padding: 0.8rem var(--interval);
  }
  .download .le_box .sticky {
    padding: 0 var(--interval) 0.4rem;
  }
  .download .le_box .sticky .content1 {
  }
  .download .le_box .sticky .content2 a {
    padding: 0.3rem 0;
  }
  .download .le_box, .download .ri_box{
    width: 100%;
    flex: auto;
  }
}

.main{overflow:hidden;background:#fff;}
@media(max-width:1200px){
  .main{background:#f6f6f6;}
}
/*--products-menu--*/
.products-menu{height:81px;line-height:80px;overflow:hidden;background:#fff;border-bottom:#f0f0f0 solid 1px;}
.products-menu ul{display:flex; justify-content: center;}
.products-menu li{position:relative;flex:none;font-size:18px;}
.products-menu li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-26px;width:42px;height:3px;content:"";background:#005bac;transform:scaleX(0);transition:all 1s;}
.products-menu li a{display:block;padding:0 25px;color:#333; line-height: 80px;}
.products-menu li:hover:after,.products-menu li.cur:after{transform:scaleX(1);}
.products-menu li:hover a,.products-menu li.cur a{color:#005bac;}
@media(max-width:992px){
.products-menu{display:none;}
}

/*--m-inpage-menu--*/
.m-inpage-menu{display:none;position:relative;z-index:100;margin-bottom:1.25rem;padding:0 1.25rem;background:#fff;}
.m-inpage-menu .slide-box{position:relative;z-index:999;padding:1.125rem 0;}
.m-inpage-menu .slide-box li{position:relative;width:auto;}
.m-inpage-menu .slide-box li:after{display:none;position:absolute;z-index:-1;top:0;left:0;width:100%;height:calc(100% + 1.25rem);content:"";background:#fff;border-radius:5px 5px 0 0;box-shadow:0 -5px 6px rgba(0,0,0,0.1);}
.m-inpage-menu .slide-box li a{display:block;position:relative;padding:0 1.25rem;line-height:3.75rem;font-size:1.5rem;color:#333;background:#f6f6f6;border-radius:5px;}
.m-inpage-menu .slide-box li.cur a{color:#fff;background:var(--vi-color);}
.m-inpage-menu .slide-box li[data-drop] a:before{display:block;float:right;margin-left:1rem;font-family:"iconfont";content:"\e692";color:#dcdcdc;transition:all .5s;}
.m-inpage-menu .slide-box li[data-drop].active:after{display:block;}
.m-inpage-menu .slide-box li[data-drop].active a:before{transform:rotateX(-180deg);}
.m-inpage-menu .slide-box li[data-drop].active a{color:#333;background:transparent;}
.m-inpage-menu .dropBox{display:none;position:absolute;z-index:998;top:100%;left:1.25rem;right:1.25rem;padding:1.25rem;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 1rem rgba(0,0,0,0.1);}
.m-inpage-menu .drop-item{display:none;float:left;padding:1.25rem 0 1.25rem 1.25rem;width:15.875rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.m-inpage-menu .drop-item ul{height:50vh;overflow:auto;}
.m-inpage-menu .drop-item li{margin-bottom:10px;height:3.75rem;}
.m-inpage-menu .drop-item li:last-child{margin-bottom:0;}
.m-inpage-menu .drop-item li dt{position:relative;height:3.75rem;line-height:3.75rem;font-size:1.5rem;}
.m-inpage-menu .drop-item li dt:before{display:block;position:absolute;left:0;top:50%;margin-top:-1rem;width:3px;height:2rem;content:"";background:var(--vi-color);transform:scaleY(0);transition:all .5s;}
.m-inpage-menu .drop-item li dt a{display:block;padding:0 1.625rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-inpage-menu .drop-item li dd{display:none;position:absolute;right:1.25rem;top:1.25rem;bottom:1.25rem;padding:1.25rem;width:calc(100% - 18rem);height:50vh;overflow:auto;}
.m-inpage-menu .drop-item li dd a{display:block;position:relative;margin-bottom:10px;padding:0 1.625rem;color:#666;height:3.75rem;line-height:3.75rem;font-size:1.5rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-inpage-menu .drop-item li dd a:hover{color:#333;}
.m-inpage-menu .drop-item li.active dt{background:#fff;border-radius:5px 0 0 5px;}
.m-inpage-menu .drop-item li.active dt:before{transform:scaleY(1);}
.m-inpage-menu .drop-item li.active dt a{color:#333;}
.m-inpage-menu .drop-item li.active dd{display:block;}

/*--products-main--*/
.products-main{padding:60px 0 0;overflow:hidden;background:#f9f9f9;}
.products-show{padding:60px 40px;overflow:hidden;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1)}
.products-show .hd{text-align:center;overflow:hidden;animation:fadeInDown 1s;}
.products-show .hd:after{display:block;margin:15px auto 0;width:32px;height:2px;content:"";background:var(--vi-color);}
.products-show .hd em{display:block;font-family: 'gilroy_light';font-size: var(--f18); color: #999; margin-bottom: 0.08rem; text-transform: uppercase;}
.products-show .hd h2{    font-size: var(--f38); line-height: 1; font-family: "fang"; text-transform: uppercase;}
.products-show .bd{margin-top:20px;overflow:hidden;}
.products-show .tabs-menu{overflow:hidden; margin-top: 10px;}
.products-show .tabs-menu ul{display:flex;justify-content:center;overflow:hidden;flex-wrap:wrap;}
.products-show .tabs-menu li{margin:8px 15px;padding:0 20px;font-size:16px;line-height:45px;color:#333;white-space:nowrap;background:#f9f9f9;border-radius:5px;cursor:pointer;}
.products-show .tabs-menu li:hover{background-color:#005bac;}
.products-show .tabs-menu li:hover a{color:#fff;}
.products-show .tabs-menu li.cur{color:#fff;background-color:#005bac;}
.products-show .tabs-menu li.cur a{color:#fff;}
.products-show .tabs-main{margin-top:30px;}
.products-show .tabs-main .tabCon{overflow:hidden;}
.products-show .tabs-main ul{display:flex;flex-wrap:wrap;margin:-20px;overflow:hidden;}
.products-show .tabs-main li{flex:none;margin:20px;width:calc(20% - 40px);cursor:pointer;}
.products-show .tabs-main li img{display:block;width:100%;filter:contrast(0.95);}
.products-show .tabs-main .tabCon h3{ font-family: 'gilroy_light'; font-size: 18px; font-weight: 300; color: #212020; padding-top: 15px; padding-left: 10px;}
.products-show .tabs-main .hd{text-align: left;overflow:hidden; animation: none;     margin-top: 40px;}
.products-show .tabs-main .hd h2{font-size: var(--f26); line-height: 1; font-family: "Microsoft YaHei","Arial"; text-transform: unset;}

.txt11 p{padding-top:40px;font-family:"寰蒋闆呴粦";font-size:16px;color:#999;}
.products-details{margin-top:40px;padding:60px 40px;overflow:hidden;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1)}
.products-details .hd{text-align:center;overflow:hidden;animation:fadeInDown 1s;}
.products-details .hd:after{display:block;margin:15px auto 0;width:32px;height:2px;content:"";background:var(--vi-color);}
.products-details .hd em{display:block;font-family: 'gilroy_light';font-size: var(--f18); color: #999; margin-bottom: 0.08rem; text-transform: uppercase;}
.products-details .hd h2{font-size: var(--f42); line-height: 1; font-family: "fang"; }
.products-details .bd{padding-top:40px;overflow:hidden; width: 90%; margin: 0 auto;}
.products-details .bd h3{margin-bottom:10px;font-size:18px;line-height:40px;color:var(--vi-color);}
.products-details .bd p{font-size:16px;line-height:30px;color:#666;}
@media(max-width:1200px){
.products-show{padding:40px 10px;}
.products-show .hd h2{font-size:24px;}
.products-show .hd:after{margin-top:10px;}
.products-show .tabs-menu{overflow:auto;}
.products-show .tabs-menu ul{}
.products-show .tabs-menu li{margin:8px 5px 0;padding:0 15px;font-size:14px;line-height:40px;}
.products-show .tabs-main{margin-top:20px;}
.products-show .tabs-main ul{margin:-5px;}
.products-show .tabs-main li{margin:5px;width:calc(50% - 10px);}
.products-details{margin-top:20px;padding:40px 10px;}
.products-details .hd:after{margin-top:10px;}
.products-details .hd h2{font-size:24px;}
.products-details .bd{padding-top:20px;}
.products-details .bd h3{font-size:16px;line-height:1.5;}
.products-details .bd p{font-size:14px;line-height:1.5;}
}
@media(max-width:992px){
.products-main { padding: 0; }
.products-main .wMain{ padding-left: 0; padding-right: 0;}
}

/*--relate-product--*/
.relate-product{overflow:hidden;background:#f9f9f9;}
.relate-product .hd{overflow:hidden;}
.relate-product .hd h2{font-size: var(--f36); line-height: 1; font-family: "fang";}
.relate-product .hd p{margin-top:1rem;font-size:1rem;line-height:1.25;color:#999;}
.relate-product .list{display:flex;flex-wrap:wrap;padding:40px 0 0;}
.relate-product .item{margin:0.15rem;width:calc(100% / 4 - 0.3rem);text-align:center;overflow:hidden;border-radius:5px;transition:all 1s;}
.relate-product .pic{overflow:hidden;border-radius:5px;}
.relate-product .pic img{display:block;width:100%;transition:transform 1s;filter:contrast(0.9);}
.relate-product .text{padding:0.1rem;overflow:hidden;}
.relate-product .text h3{font-size:var(--f18);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.relate-product .text h3 a{color:#333;}
.relate-product .text p{display:none;}
.relate-product .text span{display:none;}
.relate-product .item:hover{background:#005bac;transform:translateY(-0.1rem);box-shadow:0 0 0.1rem rgba(0,0,0,0.1);}
.relate-product .item:hover .pic img{transform:scale(1.1);}
.relate-product .item:hover .text h3 a{color:#fff;}
@media(max-width:992px){

}

.joinus03 {
  padding: 80px var(--interval);
}
.joinus03 .joinus_main {
  width: 100%;
  margin: 0 auto;
}
.joinus03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.joinus03 ul li {
  width: 50%;
  transition: 0.2s all ease-in;
  padding: 7.5px;
}
.joinus03 ul a {
  display: block;
  overflow: hidden;
  position: relative;
}
.joinus03 ul a .mimg {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.joinus03 ul a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.joinus03 ul a .mfont {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.joinus03 ul a .mfont h3 {
  font-size: 26px;
  color: #fff;
  transition: 0.2s all ease-in;
}
.joinus03 ul a:hover .mimg img {
  transform: scale(1.05);
}
.joinus03 ul a:hover .mfont h3 {
  transform: translateY(-4px);
}

@media screen and (max-width: 1025px) {
  .joinus03 {
    padding: 0.5rem 0.15rem;
  }
  .joinus03 ul li {
    padding: 0.15rem;
    width: 50%;
  }
  .joinus03 ul a .mfont h3 {
    font-size: 0.34rem;
  }
  .joinus03 ul a .mfont {
    left: 0.35rem;
    bottom: 0.35rem;
  }
}
@media screen and (max-width: 768px) {
  .joinus03 ul li {
    width: 100%;
  }
}

.ContactUs {
  background: #f5f7f9;
}
.ContactUs .box .toggle {
  margin-top: 0.84rem;
}
.ContactUs .box .toggle ul li {
  margin: 0 0.55rem;
}
.ContactUs .box .toggle ul li a {
  font-size: 0.26rem;
  color: #666;
  font-family: "fang";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}
.ContactUs .box .toggle ul li a:hover {
  color: #005bac;
}
.ContactUs .box .toggle ul .active a {
  color: #000;
  border-color: #005bac;
}
.ContactUs .box .toggle_main {
  margin-top: 0;
}
.ContactUs .box .toggle_main .list {
  display: none;
}
.ContactUs .box .toggle_main .list .item {
  width: 49%;
}
.ContactUs .box .toggle_main .list .item h5 {
  font-size: 0.24rem;
  font-family: "fang";
  border-bottom: 1px solid #eee;
  padding-bottom: 0.38rem;
}
.ContactUs .box .toggle_main .list .item .main {
  margin-top: 0;
   background: #f5f7f9;
}
.ContactUs .box .toggle_main .list .item .main .ite {
  width: 100%;
  margin-bottom: 0.5rem;
}
.ContactUs .box .toggle_main .list .item .main .ite h6 {
  font-size: var(--f34);
  font-family: "fang";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs .box .toggle_main .list .item .main .ite h6 svg {
  vertical-align: middle;
  margin-left: 0.24rem;
  display: none;
}
.ContactUs .box .toggle_main .list .item .main .ite p {
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs .box .toggle_main .list .item .main .ite div {
  margin-top: 0.2rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}
.ContactUs .box .toggle_main .list .item .main .ite div p span {
  display: inline-block;
  margin-right: 0.1rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p font {
  display: inline-block;
  margin-right: 0.15rem;
}
.ContactUs .box .toggle_main .list .item .main .ite div p a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ContactUs .box .toggle_main .list .item .main .ite div p a:hover {
  color: #005bac;
}
.ContactUs .box .toggle_main .list .item .main .ite:hover h6 {
  color: #005bac;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child {
  width: 100%;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
  width: 33%;
  margin-bottom: 0.3rem;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child {
  width: 100%;
}
.ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
  display: inline-block;
}
.ContactUs .box .toggle_main .list.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .ContactUs .box .toggle_main .list .item .main .ite h6 {
    position: relative;
  }
  .ContactUs .box .toggle_main .list .item .main .ite p {
    position: relative;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    display: none;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    right: 35px;
    top: -30px;
  }
}

@media screen and (max-width: 669px) {
  .ContactUs .box .toggle ul li {
    margin: 0 0.2rem 0.2rem;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite {
    width: 100%;
    margin-bottom: 0.52rem;
  }
  .ContactUs .box .toggle_main .list:first-child .item:first-child .main .ite:first-child h6 svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .ContactUs .box .toggle_main .list .item {
    width: 100%;
  }
  .ContactUs .box .toggle_main .list .item .main .ite {
    margin-bottom: 0.7rem;
  }
}