body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height:173px;
  --color: #0068b7;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;  font-family:"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}

@media screen and (max-width: 1520px) {
	body{
	    	--f14: 12px;
		--f16: 14px;
		--f18: 16px;
		--f20: 18px;
		--f22: 20px;
	}

}

@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.42rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
a {
    
    transition: all .5s;
    outline: none !important;
}
body::-webkit-scrollbar {
  display: none;
}
.dataGet{
	margin-top: .5rem;
	font-size: var(--f14);
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 3px);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.white {
  color: #fff !important;
}
.center {
  text-align: center;
}
.bgf6,
.bgColor {
  background: #f6f7fa;
}
.fa {
  background: #fafafa;
}
.pt {
  padding-top:60px;
}
.pb {
  padding-bottom:60px;
}
.mt {
  margin-top: 0.4rem;
}
.height {
  height: -webkit-calc(1.38rem);
  height: calc(0.88rem + 0.5rem);
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_top {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Header_Container .main_top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .main_top ul li {
  line-height: 0.5rem;
  margin-left: 0.5rem;
}
.Header_Container .main_top ul li a {
  font-size: var(--f18);
  color: #fff;
  transition: 0.4s;
}
.Header_Container .main_top ul li a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.Header_Container .main_top ul li a svg path {
  transition: 0.4s;
}
.Header_Container .main_top ul li.active a {
  color: #0068b7;
}
.Header_Container .main_top ul li.active a svg path {
  fill: #0068b7;
}
.Header_Container .main_bot {
  --h: 0.88rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_bot .logo {
  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;
  height: var(--h);
}
.Header_Container .main_bot .logo a {
  position: relative;
  display: block;
}
.Header_Container .main_bot .logo a div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_bot .logo a img {
  height: 0.72rem;
}
.Header_Container .main_bot .logo a .p2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Header_Container .main_bot nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.Header_Container .main_bot nav .item {
  padding: 0 0.48rem;
  position: relative;
}
.Header_Container .main_bot nav .item > p a {
  font-size: var(--f20);
  color: #fff;
  line-height: var(--h);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_bot nav .item > p a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  background: #0068b7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_bot nav .item .select {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 1.6rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 5px #f5f5f5;
  box-shadow: 0px 3px 5px #f5f5f5;
}
.Header_Container .main_bot nav .item .select ul li {
  padding: 0.05rem 0;
}
.Header_Container .main_bot nav .item .select ul li a {
  font-size: var(--f18);
  color: #333;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.15rem;
}
.Header_Container .main_bot nav .item .select ul li a:hover {
  color: #0068b7;
}
.Header_Container .main_bot nav .item:hover > p a {
  color: #0068b7;
}
.Header_Container .main_bot nav .item:hover .select {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .main_bot nav .active > p a {
  color: #0068b7 !important;
  font-weight: bold;
}
.Header_Container .main_bot nav .active > p a::after {
  width: 80%;
}
.Header_Container .main_bot .search {
  margin-left: 0.5rem;
  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 .main_bot .search p {
  cursor: pointer;
}
.Header_Container .main_bot .search path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.on {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.Header_Container.active .main_top,
.Header_Container.on .main_top {
  background: #0068b7;
}
.Header_Container.active .main_top ul li.active a,
.Header_Container.on .main_top ul li.active a {
  color: #fff;
}
.Header_Container.active .main_top ul li.active a svg path,
.Header_Container.on .main_top ul li.active a svg path {
  fill: #fff;
}
.Header_Container.active .main_bot,
.Header_Container.on .main_bot {
  background: #fff;
}
.Header_Container.active .main_bot .logo a .p1,
.Header_Container.on .main_bot .logo a .p1 {
  opacity: 0;
}
.Header_Container.active .main_bot .logo a .p2,
.Header_Container.on .main_bot .logo a .p2 {
  opacity: 1;
}
.Header_Container.active .main_bot nav .item > p a,
.Header_Container.on .main_bot nav .item > p a {
  color: #000;
}
.Header_Container.active .main_bot .search p path,
.Header_Container.on .main_bot .search p path {
  fill: #0068b7;
}
.Header_Container.wy {
  -webkit-transform: translateY(-0.52rem);
  -ms-transform: translateY(-0.52rem);
  transform: translateY(-0.52rem);
}
.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: #f6f7fa;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
.hdbox {
    height: 170px;
    width: 100%;-webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 6%);
}

.head{position: fixed;width: 100%;top: 0;left: 0;z-index: 100;transition: all 0.6s;border-bottom: 1px solid rgba(0, 0, 0, 0);background: #fff;}

.head.act1 .head_con .con1{height: 65px;}

.head.act1 .head_con .con2 .ul .li .lit a{height: 45px;}

.head.act1 .head_con .con1 .con_le a{width: 340px;}

.head .head_con{}

.head .head_con .con1{display: flex;justify-content: space-between;height: 100px;}

.head .head_con .con1 .con_le{display: flex;align-items: center;height: 100%;}

.head .head_con .con1 .con_le a{display: block;width: 450px;}

.head .head_con .con1 .con_le a img{width: 100%;}

.head .head_con .con1 .con_re{height: 100%;display: flex;align-items: center;}

.head .head_con .con1 .con_re .re1{margin-right: 40px;}

.head .head_con .con1 .con_re .re2{margin-right: 40px;}
.fbd {
    font-weight: bold;
}
.f_24 {
    font-size: 24px;
}
.dianhua{display: flex;align-items: center;}

.dianhua a{display: block;color: #0068b7;position: relative;    font-family: 'gilroy_bold'; font-size:30px}

.dianhua a s{position: absolute;width: 0%;height: 1px;left: 0%;bottom: 0;background: #0068b7;}

.dianhua:hover a s{width: 100%;}

.rukou{height: 40px;padding: 0 37px;line-height: 38px;border-radius: 2px;border: 1px solid #333;position: relative;}

.rukou s{position: absolute;width: 100%;left: 0;bottom: 0;background: #0068b7;height: 0%;}

.rukou span{position: relative;z-index: 2;color: #333333;}

.rukou:hover{border: 1px solid #0068b7;color: #0068b7;}

.rukou:hover span{color: #fff;}

.rukou:hover s{height: 100%;}

.chakgd{border: 1px solid #0068b7;width: 160px;height: 44px;display: flex;align-items: center;justify-content: center;}

.chakgd span{color: #0068b7;}

.sousuo{width: 23px;height: 23px;background: url(../images/svg/sousuo.svg) center no-repeat;background-size: 100% 100%;}

.sousuo:hover{background-image: url(../images/svg/sousuo2.svg);}

.head .head_con .con2{border-top: 1px solid rgba(0, 0, 0, 0.05);border-bottom: 1px solid rgba(0, 0, 0, 0.05);}

.head .head_con .con2 .ul{display: flex;justify-content: space-between;}

.head .head_con .con2 .ul .li{position: relative;}

.head .head_con .con2 .ul .li .lib{position: absolute;min-width: 100%;left: 50%;transform: translateX(-50%);background: #fff;border-radius: 5px;top: calc(100% + 25px);pointer-events: none;opacity: 0;visibility: hidden;z-index: 2;box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.04);}

.head .head_con .con2 .ul .li .lib s{height: 20px;width: 100%;display: block;position: absolute;left: 0;top: -20px;}

.head .head_con .con2 .ul .li .lib a{display: block; white-space: nowrap;padding: 15px 30px;text-align: center;}

.head .head_con .con2 .ul .li .lib a:hover{background: rgba(0, 0, 0, 0.04);}

.head .head_con .con2 .ul .li .lit a{display: flex;height: 70px;align-items: center;position: relative;}

.head .head_con .con2 .ul .li .lit a s{display: block;width: 0%;height: 2px;background: #0068b7;position: absolute;left: 0;bottom: -1px;}

.head .head_con .con2 .ul .li:hover .lit a{color: #0068b7;}

.head .head_con .con2 .ul .li:hover .lit a s{width: 100%;}

.head .head_con .con2 .ul .li.act .lit a{color: #0068b7;}

.head .head_con .con2 .ul .li.act .lit a s{width: 100%;}

.head .head_con .con2 .ul .li:hover .lib{opacity: 1;z-index: 2;pointer-events: visible;visibility: visible;top: calc(100% + 15px);}



@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: #0068b7;
  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: #0068b7;
}
.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;
}
.Home_Banner {
  position: relative;
}
.Home_Banner .banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;  height:calc(100vh - 170px)
}
.Home_Banner .banner .swiper .swiper-slide picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1921px) {
  .Home_Banner .banner .swiper .swiper-slide picture img {
    height: auto;
  }
}
.Home_Banner .banner .swiper .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
}
.Home_Banner .banner .swiper .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right,rgba(234,84,50,0.8),rgba(234,84,50,.2) 60%);
}


.Home_Banner .banner .swiper .swiper-slide .orientation .content1 {
  font-size: 0.58rem;
  font-weight: bold; color:#fff
}
.Home_Banner .banner .swiper .swiper-slide .orientation .content2 {
  margin-top: 0.7rem;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Banner .page div span {
  width: 15px;
  height: 14px;
  border-radius: 0;
  opacity: 1;
  border-radius: 0.16rem;
  background: url(../images/icon1.png) no-repeat 50% 5% / cover;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 11px;
  margin-top: 1px;
  background: #0068b7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a {
  font-size: var(--f18);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.8rem;
  border: 1px solid #fff;
  line-height: 0.6rem;
  -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;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a p {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a p::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.button_01 .a p svg {
  margin: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.button_01 .a p svg path {
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a:hover {
  background:#ea5432;
  border-color: #ea5432;
  color: #fff;
}
.button_01 .a:hover p::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.button_01 .a:hover p svg {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.button_01 .a:hover p svg path {
  stroke: #ea5432;
}
.button_02 .a {
  font-size: var(--f18);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.8rem;
  border: 1px solid #0068b7;
  line-height: 0.6rem;
  -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;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #0068b7;
}
.button_02 .a p {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 .a p::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.button_02 .a p svg {
  margin: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.button_02 .a p svg path {
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .button_02 .a:hover {
    background: #0068b7;
    border-color: #0068b7;
    color: #fff;
  }
  .button_02 .a:hover p::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .button_02 .a:hover p svg {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .button_02 .a:hover p svg path {
    stroke: #0068b7;
  }
}
.button_03 .a {
  min-width: 1.8rem;
  line-height: 0.6rem;
  color: #0068b7;
  background: #fff;
  padding: 0 .3rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
}
.button_03 .a svg {
  margin-right: 8px;
}
.button_03 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a:hover {
  background: #0068b7;
  color: #fff;
  border-color: #0068b7;
}
.button_03 .a:hover svg path {
  stroke: #fff;
}
.button_04 .a {
  width: 1.8rem;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
}
.button_04 .a svg {
  margin-right: 8px;
}
.button_04 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_04 .a:hover {
  background: #0068b7;
  color: #fff;
  border-color: #0068b7;
}
.button_04 .a:hover svg path {
  stroke: #fff;
}
.title_01 .title {
  font-size: 40px;
  font-weight: bold;
}
.title_01 .desc {
  font-size: var(--f36);
  line-height: 0.68rem;
}
.f20 {
  font-size: var(--f20);
  color: #666;
  line-height: 2;
}
.Home_About {
  background: url(../images/img3.png) no-repeat;
  background-attachment: fixed;
}
.Home_About .box .boxLeft {
  width: 8.1rem;
}
.Home_About .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.Home_About .box .boxLeft .f20 {
  margin-top: 0.68rem;
  height: 2.85rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  text-align: justify;
}
.Home_About .box .boxLeft .f20::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_About .box .boxLeft .f20::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0068b7;
}
.Home_About .box .boxLeft .f20::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_About .box .boxLeft .f20 {
    scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Home_About .box .boxLeft .button_02 {
  margin-top: 1rem;
}
.Home_About .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2.6rem;
}
.Home_About .box .boxRight .list {
  padding: 2rem 0;
}
.Home_About .box .boxRight .list .item {
  margin-bottom: 0.88rem;
}
.Home_About .box .boxRight .list .item:last-child {
  margin-bottom: 0;
}
.Home_About .box .boxRight .list .item .content1 {
  font-family: 'gilroy_bold';
  font-size: 0.8rem;
  color: #0068b7;
  line-height: 1;
}
.Home_About .box .boxRight .list .item .content2 {
  font-size: var(--f18);
  margin-top: 0.2rem;
}
.Home_About .box .boxRight .list .item .content2.font{
    font-size: var(--f14);
}
.Home_Service {
  background:#f6f7f9; padding:50px 0px
}
.Home_Service .toggle {
  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_Service .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Service .toggle ul li {
  margin-left: 0.2rem;
  font-size: var(--f20);
  min-width: 1.3rem;
  line-height: 0.46rem;
  border: 1px solid #0068b7;
  text-align: center;
  color: #0068b7;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 0.2rem;
}
.Home_Service .toggle ul .active {
  background: #0068b7;
  color: #fff;
}
.Home_Service .box {
  --h: 4.7rem;
  --hh: 3.87rem;
  --w: 3.3rem;
  --ww: 7.5rem;
  padding-left: var(--interval);padding-right: var(--interval);
}
.Home_Service .box .banner .swiper {
  height: var(--h);
}
.Home_Service .box .banner .swiper .swiper-slide {
  height: var(--h);
  width: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
  border-radius: 0.2rem;
  /*-webkit-transition-delay: 0.1s;*/
  /*-o-transition-delay: 0.1s;*/
  /*transition-delay: 0.1s;*/
  /*transition-delay: 0.6s;*/
}
.Home_Service .box .banner .swiper .swiper-slide a {
  display: block;
  position: relative;
  height: var(--hh);
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Home_Service .box .banner .swiper .swiper-slide a .one {
  padding: 0.26rem 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
  width: 4.5;
  height: var(--hh);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; overflow:hidden
}
.Home_Service .box .banner .swiper .swiper-slide a .one .content1 {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.2;
  height: 1.2em;
}
.Home_Service .box .banner .swiper .swiper-slide a .one .content2 {
  font-size: var(--f16);
  line-height: 1.7;
  color: #666;
  height: 3.4em;
  margin-top: 0.1rem; display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Home_Service .box .banner .swiper .swiper-slide a .two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; overflow:hidden
}
.Home_Service .box .banner .swiper .swiper-slide a .two > img {
  border-radius: 0.2rem;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.2rem;
  width: 3.7rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgimg::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  border-radius: 0.2rem 0 0 .2rem;
  background: rgba(234, 84, 50, 0.35);
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgimg svg {
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
  display: none;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgText {
  position: absolute;
  bottom: 0.4rem;
  left: 0.5rem;
  z-index: 2;
  color: #fff;
  max-width: 3rem;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgText .content1 {
  font-weight: bold;
  font-size: var(--f30);
  line-height: 1.2;
  height: 1.2em;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgText .content2 {
  font-size: var(--f18);
  line-height: 1.7;
  height: 3.4em;
  margin-top: 0.2rem;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgText .content3 {
  margin-top: 0.32rem;
}
.Home_Service .box .banner .swiper .swiper-slide a .two .bgText .content3 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.1rem;
}
@media screen and (min-width: 1200px) {
  .Home_Service .box .banner .swiper .swiper-slide a:hover .one .content1 {
    color: #0068b7;
  }
  .Home_Service .box .banner .swiper .swiper-slide a:hover .two > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.Home_Service .box .banner .swiper .swiper-slide-active {
  width: var(--ww);
}
.Home_Service .box .banner .swiper .swiper-slide-active a {
  height: 100%;
  width: 100%;
}
.Home_Service .box .banner .swiper .swiper-slide-active a .two {
  padding: 0;
}
.Home_Service .box .banner .swiper .swiper-slide-active a .two .bgimg {
  padding: 0;
}
.Home_Service .box .banner .swiper .swiper-slide-active a .two .bgimg::after {
  opacity: 1;
}
.Home_Service .box .banner .swiper .swiper-slide-active a .two .bgText {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .Home_Service .box .banner .swiper .swiper-slide {
    width: var(--ww);
  }
  .Home_Service .box .banner .swiper .swiper-slide a {
    height: 100%;
    width: 100%;
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two {
    padding: 0;
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two .bgimg {
    padding: 0;
    width: 3.9rem;
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two .bgimg::after {
    opacity: 1;
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two .bgText {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.boxJd {
  margin-top: 0.7rem;
  position: relative;
}
.boxJd .line {
  position: relative;
}
.boxJd .line p {
  background: rgba(217, 217, 217, 0.5);
  height: 3px;
}
.boxJd .line .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0068b7;
}
.boxJd .button {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 2.2rem;
  background: #0068b7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
.boxJd .button p i {
  color: #fff;
  font-size: var(--f14);
  font-weight: bold;
  cursor: pointer;
}
.Home_Buddy {
  background: url(../images/img31.png) no-repeat 50% 50% / cover;

}
.Home_Buddy .box {
  padding: 0 var(--interval);
  --h: 1.1rem;
}
.Home_Buddy .box .swiper {
  height: calc(var(--h) * 2 + 20px);
}
.Home_Buddy .box .swiper .swiper-slide {
  background: #fff;
  border-radius: 0.2rem;
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Buddy .box .swiper .swiper-slide img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.Home_Buddy .box .page {
  text-align: center;
}
.Home_Buddy .box .page div {
  margin-top: 0.5rem;
}
.Home_Buddy .box .page div span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border-radius: 0.16rem;
  background:#fff;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.2;
}
.Home_Buddy .box .page div .swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 10px;
  margin-top: 1px;
  background: #0068b7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: invert(0);
  filter: invert(0);
  opacity: 1;
}
.Home_Option {
  position: relative;
}
.Home_Option .img img {
  width: 100%;
}
.Home_Option .orientation {
  position: absolute;
  left: var(--interval);
  top: 40%;
  font-size: var(--f48);
  font-weight: 500;
  font-weight: bold;
  color: #fff;
  height: 1.44rem;
}
.Home_Option .button {
  position: absolute;
  right: var(--interval);
  height: 1.44rem;
  top: 40%;
  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_Option .button .button_04 {
  margin-left: 0.2rem;
}
.Footer_Container {
  background: #F5F9F8;
}
.Footer_Container .Footer_top {
  padding: 0.42rem 0 0.32rem;
  border-bottom: 1px solid #d5d5d5;
}
.Footer_Container .Footer_top .boxLeft img {
  height: 0.72rem;
}
.Footer_Container .Footer_top .boxRight {
  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;
}
.Footer_Container .Footer_top .boxRight .item {
  margin-left: 1.35rem;
}
.Footer_Container .Footer_top .boxRight .item a {
  font-family: 'gilroy_bold';
  font-size: var(--f24);
  color: #000;
}
.Footer_Container .Footer_top .boxRight .item a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.Footer_Container .Footer_conter {
  padding: 0.5rem 0 1.1rem;
}
.Footer_Container .Footer_conter .nav {
  margin-right: auto;
}
.Footer_Container .Footer_conter .nav .itme {
  margin-right: 1.3rem;
}
.Footer_Container .Footer_conter .nav .itme .h5 a {
  font-size: var(--f20);
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .Footer_conter .nav .itme .h5 a:hover {
  color: #0068b7;
}
.Footer_Container .Footer_conter .nav .itme ul {
  margin-top: 0.32rem;
}
.Footer_Container .Footer_conter .nav .itme ul li a {
  color: #666;
  font-size: var(--f18);
  line-height: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .Footer_conter .nav .itme ul li a:hover {
  color: #0068b7;
}
.Footer_Container .Footer_conter .down {
  margin-right: 0.5rem;
}
.Footer_Container .Footer_conter .down a {
  display: block;
  font-size: var(--f18);
  min-width: 1.8rem;
  line-height: 0.6rem;
  border-radius: 0.6rem;
  border: 1px solid #0068b7;
  color: #0068b7;
  text-align: center;
  cursor: pointer;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .Footer_conter .down a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .Footer_conter .down a:hover {
  background: #0068b7;
  color: #fff;
}
.Footer_Container .Footer_conter .down a:hover path {
  fill: #fff;
}
.Footer_Container .Footer_conter .ewm {
  text-align: center;
}
.Footer_Container .Footer_conter .ewm figure {
  width: 1.5rem;
  margin: auto;
}
.Footer_Container .Footer_conter .ewm figure img {
  width: 100%;
}
.Footer_Container .Footer_conter .ewm figcaption {
  font-size: var(--f18);
  line-height: 2;
}
.Footer_Container .Footer_bot {
  padding-bottom: 0.5rem;
}
.Footer_Container .Footer_bot a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 5px;
}
.Footer_Container .Footer_bot a:hover {
  color: #0068b7;
}
.Footer_Container .Footer_bot .left {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.f56 {
  font-size: var(--f56);
  font-weight: bold;
  line-height: 1.2;
}
.f40 {
  font-size: var(--f40);
  font-weight: bold;
  line-height: 1.2;
}
.f48 {
  font-size: var(--f48);
  font-weight: bold;
  line-height: 1.2;
}
.Inner_Banner {
  position: relative; background:#ea5432;
}
.Inner_Banner picture img {
  width: 100%; opacity:0.5
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  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;
}
.mbx {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.2rem;
  color: #000;
  z-index: 2;
  font-size: var(--f18);
}
.mbx a {
  color:#000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a:hover {
  color: #0068b7;
}
.mbx a:hover path {
  fill: #0068b7;
}
.mbx em {
  color: #D5D5D5;
  margin: 0 5px;
}
.mbx svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx1 {
  color: #666;
  z-index: 2;
  font-size: var(--f18);
  margin-top: 0.3rem;
}
.mbx1 a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx1 a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #8C8C8C;
}
.mbx1 a:hover {
  color: #0068b7;
}
.mbx1 a:hover path {
  fill: #0068b7;
}
.mbx1 em {
  color: #D5D5D5;
  margin: 0 5px;
}
.mbx1 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_01 .box .item {
  border-bottom: 1px solid #eaeaea;
  padding: 0.5rem 0;
}
.News_01 .box .item a .time {
  font-family: 'gilroy_Medium';
  font-size: var(--f18);
  color: #999;
  padding-top: 0.6rem;
}
.News_01 .box .item a .time span {
  font-size: var(--f32);
  color: #000;
}
.News_01 .box .item a .time .content2 {
  margin-top: 5px;
}
.News_01 .box .item a .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 1rem 0 1.4rem;
}
.News_01 .box .item a .main .content1 {
  font-size: var(--f32);
  color: #111;
  font-weight: bold;
  line-height: 1.5;
  max-height: 3em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a .main .content2 {
  font-size: var(--f18);
  line-height: 1.6;
  color: #888;
  margin-top: 0.2rem;
  height: 3.2em;
}
.News_01 .box .item a .main .content3 {
  font-size: var(--f18);
  color: #0068b7;
  margin-top: 0.45rem;
}
.News_01 .box .item a .main .content3 svg {
  margin-left: 0.1rem;
}
.News_01 .box .item a .img {
  border-radius: 0.2rem;
  overflow: hidden;
  width: 6rem;
}
.News_01 .box .item a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a:hover .main .content1 {
  color: #0068b7;
}
.News_01 .box .item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.fengye .box .prev a,
.fengye .box .next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.8rem;
  height: 0.4rem;
  border: 2px solid #0068b7;
  border-radius: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .box .prev a svg,
.fengye .box .next a svg {
  margin: auto;
}
.fengye .box .prev a svg path,
.fengye .box .next a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .box .prev a:hover,
.fengye .box .next a:hover {
  background: #0068b7;
}
.fengye .box .prev a:hover svg path,
.fengye .box .next a:hover svg path {
  fill: #fff;
}
.fengye .box .number {
  margin: 0 0.8rem;
}
.fengye .box .number a {
  display: inline-block;
  width: 0.66rem;
  line-height: 0.4rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: var(--f16);
  font-family: 'gilroy_bold';
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .box .number a:hover {
  background: rgba(0, 133, 80, 0.3);
  color: #fff;
}
.fengye .box .number .active {
  background: rgba(0, 133, 80, 0.3);
  color: #fff;
}
.News_02 {
  margin-top: 0.8rem;
}
.News_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_02 .box .boxLeft .content1 {
  color: #333;
  font-size: var(--f40);
  font-weight: bold;
}
.News_02 .box .boxLeft .content2 {
  color: #999;
  font-size: var(--f18);
  margin-top: 0.36rem;
}
.News_02 .box .boxLeft .content3 {
  color: #333;
  line-height: 2.2;
  font-size: var(--f18);
  margin-top: 0.32rem;
}
.News_02 .box .boxLeft .content4 {
  padding: 0.64rem 0 0;
  border-top: 1px solid #ddd;
}
.News_02 .box .boxLeft .content4 .btn a {
  color: #0068b7;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .boxLeft .content4 .btn a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_02 .box .boxLeft .content4 .btn a:hover {
  opacity: 1;
}
.News_02 .box .boxLeft .content4 .goList a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .boxLeft .content4 .goList a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_02 .box .boxLeft .content4 .goList a:hover {
  color: #0068b7;
}
.News_02 .box .boxRight {
  width: 5.4rem;
  padding-left: 1rem;
}
.News_02 .box .boxRight .recommended {
  position: -webkit-sticky;
  position: sticky;
  top: 0.45rem;
}
.News_02 .box .boxRight .recommended .h5 {
  font-size: var(--f32);
  font-weight: bold;
}
.News_02 .box .boxRight .recommended ul {
  margin-top: 0.35rem;
}
.News_02 .box .boxRight .recommended ul li {
  margin-bottom: 0.8rem;
}
.News_02 .box .boxRight .recommended ul li a {
  display: block;
}
.News_02 .box .boxRight .recommended ul li a figure {
  border-radius: 0.2rem;
  overflow: hidden;
}
.News_02 .box .boxRight .recommended ul li a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .boxRight .recommended ul li a figcaption {
  margin-top: 0.2rem;
}
.News_02 .box .boxRight .recommended ul li a figcaption .content1 {
  font-size: var(--f24);
  color: #333;
  line-height: 1.4;
  height: 1.4em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .boxRight .recommended ul li a figcaption .content2 {
  margin-top: 0.2rem;
  color: #888;
  font-size: var(--f18);
  line-height: 1.6;
  max-height: 3.2em;
}
.News_02 .box .boxRight .recommended ul li a figcaption .content3 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #0068b7;
}
.News_02 .box .boxRight .recommended ul li a figcaption .content3 svg {
  margin-left: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_02 .box .boxRight .recommended ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_02 .box .boxRight .recommended ul li a:hover figcaption .content1 {
  color: #0068b7;
}
.Service_01 .box .boxLeft {
  width: 4rem;
  padding-right: 1rem;
}
.Service_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Service_01 .box .boxRight .box_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Service_01 .box .boxRight .box_ .item {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Service_01 .box .boxRight .box_ .item a {
  display: block;
}
.Service_01 .box .boxRight .box_ .item a figure {
  overflow: hidden;
}
.Service_01 .box .boxRight .box_ .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .boxRight .box_ .item a figcaption {
  padding: 0.2rem 0.2rem 0.4rem;
}
.Service_01 .box .boxRight .box_ .item a figcaption .content1 {
  font-size: var(--f24);
  color: #333;
  line-height: 1.4;
  height: 1.4em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .boxRight .box_ .item a figcaption .content2 {
  margin-top: 0.2rem;
  color: #888;
  font-size: var(--f18);
  line-height: 1.6;
  max-height: 3.2em;
}
.Service_01 .box .boxRight .box_ .item a figcaption .content3 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #0068b7;
}
.Service_01 .box .boxRight .box_ .item a figcaption .content3 svg {
  margin-left: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Service_01 .box .boxRight .box_ .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Service_01 .box .boxRight .box_ .item a:hover figcaption .content1 {
  color: #0068b7;
}
.Inner_Nav {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.Inner_Nav .item {
  margin-bottom: 0.35rem;
}
.Inner_Nav .item .item_top a {
  cursor: pointer;
}
.Inner_Nav .item .item_top a .left {
  color: #333;
  font-size: var(--f20);
  font-weight: bold;
  max-width: 80%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .item .item_top a .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Inner_Nav .item .item_top a .right span {
  display: block;
  margin: auto;
  width: 0.18rem;
  height: 2px;
  background: #0068b7;
  position: relative;
}
.Inner_Nav .item .item_top a .right span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0068b7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .item .item_top a:hover .left {
  color: #0068b7;
}
.Inner_Nav .item .item_bot {
  padding-left: 0.2rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .item .item_bot ul {
  min-height: 0;
  margin-top: 0.15rem;
}
.Inner_Nav .item .item_bot ul li {
  padding: 0.15rem 0;
}
.Inner_Nav .item .item_bot ul li a {
  display: block;
  font-size: var(--f18);
  color: #666;
  letter-spacing: 0.36px;
  line-height: 1.5;
  transition: 0.4s;
}
.Inner_Nav .item .item_bot ul li a:hover {
  color: #0068b7;
}
.Inner_Nav .item .item_bot ul li.active a {
  color: #0068b7;
}
.Inner_Nav .item.active .item_top a .right span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Inner_Nav .item.active .item_bot {
  grid-template-rows: 1fr;
}
.Contact_Information .boxRight {
  width: 10.18rem;
}
.Contact_Information .boxRight a {
  display: block;
}
.Contact_Information .boxRight a img {
  width: 100%;
}
.Contact_Information .boxLeft {
  
  -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;
}
.Contact_Information .boxLeft .content2 {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.32rem;
}
.Contact_Information .boxLeft .content2 .item .left {
  width: 1.9rem;
  font-size: var(--f20);
  color: #0068b7;
}
.Contact_Information .boxLeft .content2 .item .left svg {
  margin-right: 0.22rem;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_Information .boxLeft .content2 .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f20);
  color: #666;
  line-height: 0.3rem;
  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;
}
.Contact_Information .boxLeft .content3 {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.16rem;
}
.Contact_Us {
  background: #f9f9f9;
}
.Contact_Us .desc {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.1rem;
}
.Contact_Us .box {
  padding: 0 1rem;
}
.Contact_Us .box .main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Contact_Us .box .main .item {
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.Contact_Us .box .main .item input {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: 0;
  background: none;
  padding: 0 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
}
.Contact_Us .box .main .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_Us .box .main .item p {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_Us .box .main .item p span {
  color: #f00;
}
.Contact_Us .box .main1 {
  margin-top: 0.3rem;
}
.Contact_Us .box .main1 .item {
  position: relative;
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
}
.Contact_Us .box .main1 .item textarea {
  display: block;
  width: 100%;
  height: 1.8rem;
  border: 0;
  background: none;
  padding: 0.2rem 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  resize: none;
}
.Contact_Us .box .main1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_Us .box .main1 .item p {
  position: absolute;
  top: 0.18rem;
  left: 0.3rem;
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_Us .box .main1 .item p span {
  color: #f00;
}

.Contact_Us .box .privacy {
  margin-top: 0.16rem;
  font-size: var(--f14);
  color: #999;
}
.Contact_Us .box .privacy svg {
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  cursor: pointer;
}
.Contact_Us .box .privacy svg .true {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_Us .box .privacy .active path {
  stroke: #0068b7;
}
.Contact_Us .box .privacy .active .true {
  opacity: 1;
}
.Contact_Us .box .privacy a {
  color: #0068b7;
}
.Contact_Us .box .submit {
  margin-top: 0.26rem;
}
.Contact_Us .box .submit{
     outline: 0;
    border: 0;
    background: none;    margin: 0;
    padding: 0;
    border: none;    color: #fff; height: 50px
}
.Contact_Us .box .sub01{font-size: var(--f18);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.8rem;
    border: 1px solid #0068b7;
    
    -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;
    border-radius: 0.3rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	background: #0068b7; margin-top:0.3rem }

.Contact_Us .box .main_form .sub01{font-size: var(--f18);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.8rem;
    border: 1px solid #0068b7;
    
    -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;
    border-radius: 0.3rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	background: #0068b7; margin-top:0.3rem }
.Contact_Us .box .main_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Contact_Us .box .main_form .item{ position: relative}
.Contact_Us .box .main_form .item input {
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.Contact_Us .box .main_form .item input {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: 0;
 
  padding: 0 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
}
.Contact_Us .box .main_form .item .label{ margin-bottom:10px }
.Contact_Us .box .main_form .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_Us .box .main_form .item p {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_Us .box .main_form .item p span {
  color: #f00;
}
.Contact_Us .box .main_form .item select {
            width: 100%;
            padding: 0 0.3rem;
            border: none;
            border-radius:0.1rem;
            background: #fff;
            font-size: var(--f16);
            color: #2c3e50;
            
            appearance: none;
            outline: none;
            cursor: pointer;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233498db' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 20px center;
            background-size: 20px;
            transition: all 0.3s ease; height: 0.6rem
        }
        



button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f40);
  font-weight: bold;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #0068b7;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #0068b7;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list {
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #0068b7;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #0068b7;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #0068b7;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #0068b7;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Technology_01 .toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Technology_01 .toggle p {
  margin-left: 0.6rem;
}
.Technology_01 .toggle p a {
  display: block;
  font-size: var(--f24);
  color: #666;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0.12rem;
  position: relative;
  font-weight: bold;
}
.Technology_01 .toggle p a::after {
  content: '';
  width: 90%;
  height: 0.03rem;
  background: #0068b7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Technology_01 .toggle p a:hover {
  color: #0068b7;
}
.Technology_01 .toggle .active a {
  color: #0068b7;
}
.Technology_01 .toggle .active a::after {
  opacity: 1;
}
.Technology_01 .box {
  position: relative;
  margin-top: 1.3rem;
  --w: 9.15rem;
}
.Technology_01 .box .banner .swiper .swiper-slide {
  width: var(--w);
}
.Technology_01 .box .banner .swiper .swiper-slide figure {
  height: 5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_01 .box .banner .swiper .swiper-slide figure img {
  margin: auto;
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption {
  margin-top: 0.2rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption .content1 {
  font-size: var(--f32);
  font-weight: bold;
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.25rem;
  max-height: 6em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0068b7;
}
.Technology_01 .box .banner .swiper .swiper-slide figcaption .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Technology_01 .box .banner .swiper .swiper-slide figcaption .content2 {
    scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Technology_01 .box .banner .swiper .swiper-slide-active figure {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Technology_01 .box .banner .swiper .swiper-slide-active figcaption {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Technology_01 .btn_01 {
  --l: 4rem;
}
.Technology_01 .btn_01 .button {
  position: absolute;
  top: 34%;
  z-index: 2;
}
.Technology_01 .btn_01 .prev {
  left: var(--l);
}
.Technology_01 .btn_01 .next {
  right: var(--l);
}
.btn_01 .button {
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #0068b7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn_01 .button svg {
  margin: auto;
}
.btn_01 .button svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn_01 .button:hover {
  background: #0068b7;
}
.btn_01 .button:hover svg path {
  stroke: #fff;
}
.Technology_02 .box {
  padding: 0 var(--interval);
}
.Technology_02 .box .item a {
  display: block;
}
.Technology_02 .box .item a figure {
  border-radius: 0.2rem;
  overflow: hidden;
}
.Technology_02 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .box .item a figcaption {
  margin-top: 0.3rem;
}
.Technology_02 .box .item a figcaption .content1 {
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Technology_02 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.2rem;
  height: 6em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Technology_02 .box .item a figcaption .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Technology_02 .box .item a figcaption .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0068b7;
}
.Technology_02 .box .item a figcaption .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Technology_02 .box .item a figcaption .content2 {
    scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Technology_02 .box .item a figcaption .content2 span {
  color: #0068b7;
  margin-right: 0.1rem;
}
.Technology_02 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Technology_02 .box .item a:hover figcaption .content1 {
  color: #0068b7;
}
.Technology_03 {
  background: url(../images/img31.png) no-repeat 50% 50% / cover;
}
.Technology_03 .box {
  text-align: center;
}
.title_box .desc {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.15rem;
}
.develop_01 .box .boxLeft {
  width: 8.5rem;
  position: relative;
}
.develop_01 .box .boxLeft div {
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.develop_01 .box .boxLeft div img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_01 .box .boxLeft .active {
  position: initial;
  opacity: 1;
}
.develop_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.84rem;
}
.develop_01 .box .boxRight .item {
  border-bottom: 1px solid #e4e4e4;
  transition: 0.4s;
}
.develop_01 .box .boxRight .item:first-child {
  border-top: 1px solid #e4e4e4;
}
.develop_01 .box .boxRight .item .top {
  cursor: pointer;
}
.develop_01 .box .boxRight .item .top .left {
  font-size: var(--f26);
  color: #999;
  font-weight: bold;
  opacity: 0.6;
  padding: 0.3rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_01 .box .boxRight .item .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.develop_01 .box .boxRight .item .top .right span {
  display: block;
  margin: auto;
  width: 0.18rem;
  height: 2px;
  background: #0068b7;
  position: relative;
}
.develop_01 .box .boxRight .item .top .right span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0068b7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_01 .box .boxRight .item .top:hover .left {
  color: #0068b7;
  opacity: 1;
}
.develop_01 .box .boxRight .item .bot {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.develop_01 .box .boxRight .item .bot div {
  min-height: 0;
}
.develop_01 .box .boxRight .active {
  border-color: #0068b7;
}
.develop_01 .box .boxRight .active .top .left {
  color: #0068b7;
  opacity: 1;
}
.develop_01 .box .boxRight .active .top .right span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.develop_01 .box .boxRight .active .bot {
  grid-template-rows: 1fr;
  padding-bottom: 0.3rem;
}
.develop_03 .toggle {
  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;
}
.develop_03 .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.develop_03 .toggle ul li {
  margin-left: 0.2rem;
}
.develop_03 .toggle ul li a {
  display: block;
  font-size: var(--f20);
  min-width: 1.3rem;
  line-height: 0.46rem;
  border: 1px solid #0068b7;
  text-align: center;
  color: #0068b7;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 0.3rem;
}
.develop_03 .toggle ul .active a {
  background: #0068b7;
  color: #fff;
}
.develop_03 .box .list {
  display: grid;
  gap: 0.2rem;
  display: none;
}
.develop_03 .box .list .item .boxTop {
  border-radius: 10px;
  background: #fafafa;
  font-size: var(--f18);
  color: #333;
  padding: 0.22rem 0.64rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_03 .box .list .item .boxTop svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.develop_03 .box .list .item .boxTop svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_03 .box .list .item .boxTop .content1 {
  width: 3.8rem;
}
.develop_03 .box .list .item .boxTop .content2 {
  width: 3.9rem;
}
.develop_03 .box .list .item .boxTop .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.develop_03 .box .list .item .boxTop .content3 span {
  display: block;
  margin: auto;
  width: 0.18rem;
  height: 2px;
  background: #0068b7;
  position: relative;
}
.develop_03 .box .list .item .boxTop .content3 span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0068b7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.develop_03 .box .list .item .boxTop.active {
  background: #0068b7;
  color: #fff;
}
.develop_03 .box .list .item .boxTop.active .content1 path,
.develop_03 .box .list .item .boxTop.active .content2 path {
  stroke: #fff;
}
.develop_03 .box .list .item .boxTop.active .content3 span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #fff;
}
.develop_03 .box .list .item .boxBot {
  padding: 0.4rem 0.64rem;
  display: none;
}
.develop_03 .box .list .item .boxBot .ph {
  display: none;
}
.develop_03 .box .list .item .boxBot .content1 .h5 {
  font-size: var(--f22);
  color: #333;
}
.develop_03 .box .list .item .boxBot .content1 .desc {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.15rem;
}
.develop_03 .box .list .item .boxBot .content2 {
  margin-top: 0.4rem;
}
.develop_03 .box .list .item .boxBot .content3 {
  margin-top: 0.66rem;
}
.develop_03 .box .list.active {
  display: grid;
}
.develop_02 {
  background: url(../images/img41.jpg) no-repeat 50% 100%;
  background-attachment: fixed;
  position: relative;
  height: 200vh;
}
.develop_02 .orientation {
  position: relative;
  z-index: 2;
}
.develop_02 .box {
  margin-top: 0.78rem;
  padding-left: 1.2rem;
}
.develop_02 .box .list .item {
  padding-bottom: 114px;
}
@media screen and (min-width: 1200px) {
  .develop_02 .box .list .item {
    position: -webkit-sticky;
    position: sticky;
    top: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .develop_02 .box .list .item {
    padding-bottom: 0.7rem;
  }
}
.develop_02 .box .list .item .inner {
  width: 6.34rem;
  height: 3.96rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0.2rem;
  padding: 0.7rem 0.6rem 0;
  position: relative;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.develop_02 .box .list .item .contnet1 {
  font-size: var(--f26);
  font-weight: bold;
  line-height: 1;
}
.develop_02 .box .list .item .contnet2 {
  font-size: var(--f18);
  line-height: 1.7;
  color: #666;
  margin-top: 0.7rem;
}
.develop_02 .box .list .item .contnet3 {
  position: absolute;
  right: 0.6rem;
  top: 0.55rem;
}
.develop_02 .box .list .item .contnet3 img {
  height: 0.6rem;
}
.About_01 .box .boxLeft .title_box {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.About_01 .box .boxRight {
  max-width: 11.2rem;
}
.About_01 .box .boxRight .scroll {
  font-size: var(--f18);
  color: #333;
  line-height: 2.2;
}
.About_01 .box .boxRight .scroll p{  text-indent:2em; margin-bottom:0.1rem}
.About_01 .box1 {
  margin: 0.5rem 0 0.8rem;
  text-align: center;
}
.About_01 .box1 div {
  -webkit-animation: moveNext 1s linear infinite;
  animation: moveNext 1s linear infinite;
}
.About_01 .box1 p {
  font-size: var(--f16);
  color: #0068b7;
  margin-top: 0.1rem;
}
.About_01 .box2 {
  position: relative;
}
.About_01 .box2 .video {
  border-radius: 0.2rem;
  overflow: hidden;
}
.About_01 .box2 .video img {
  width: 100%;
}
.About_01 .box2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.About_01 .box3 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.96rem;
}
.About_01 .box3 .list .item .top {
  font-family: 'gilroy_bold';
  font-size: var(--f56);
  color: #0068b7;
  line-height: 1;
}
.About_01 .box3 .list .item .bot {
  font-size: var(--f18);
  margin-top: 0.2rem;
}
.About_02 {
  position: relative;
  background: url(../images/img35.png) no-repeat 50% 50% / cover;
}
.About_02 .box {
  margin-top: 0.9rem;
  padding: 0 0.56rem;
}
.About_02 .box .banner .swiper-wrapper {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
}
.About_02 .box .banner .swiper-slide {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .banner .swiper-slide .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--f48);
  color: #000;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.About_02 .box .banner .swiper-slide .item {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .banner .swiper-slide .item .left {
  font-size: 0.72rem;
  font-weight: bold;
  color: #0068b7;
  line-height: 1;
}
.About_02 .box .banner .swiper-slide .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
}
.About_02 .box .banner .swiper-slide .item .right .scroll {
  height: 16em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.About_02 .box .banner .swiper-slide .item .right .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_02 .box .banner .swiper-slide .item .right .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0068b7;
}
.About_02 .box .banner .swiper-slide .item .right .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_02 .box .banner .swiper-slide .item .right .scroll {
    scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_02 .box .banner .swiper-slide .item .right .scroll p {
  font-size: var(--f20);
  color: #000;
  line-height: 2;
}
.About_02 .box .banner .active .number {
  left: 78%;
  right: 0;
}
.About_02 .box .banner .swiper-slide-active .number {
  opacity: 0;
}
.About_02 .box .banner .swiper-slide-active .item {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.About_02 .box1 {
  margin-top: 0.6rem;
  padding: 0 0.56rem;
  position: relative;
}
.About_02 .box1 .banner {
  position: relative;
}
.About_02 .box1 .banner::after {
  content: '';
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d9d9d9;
}
.About_02 .box1 .banner .swiper {
  padding-top: 10px;
}
.About_02 .box1 .banner .swiper .item {
  text-align: center;
  cursor: pointer;
}
.About_02 .box1 .banner .swiper .item .top span {
  display: block;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  margin: auto;
  border-radius: 50%;
  position: relative;
}
.About_02 .box1 .banner .swiper .item .top span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0068b7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.About_02 .box1 .banner .swiper .item .bot {
  font-size: var(--f24);
  color: #aaa;
  margin-top: 0.14rem;
}
.About_02 .box1 .banner .swiper .swiper-slide-active .item .top span {
  background: #0068b7;
}
.About_02 .box1 .banner .swiper .swiper-slide-active .item .top span::after {
  -webkit-animation: big 1.5s linear infinite;
  animation: big 1.5s linear infinite;
}
.About_02 .box1 .banner .swiper .swiper-slide-active .item .bot {
  color: #0068b7;
  font-weight: bold;
}
.About_02 .box1 .btn .button {
  position: absolute;
  top: -10px;
}
.About_02 .box1 .btn .prev {
  left: 0;
}
.About_02 .box1 .btn .next {
  right: 0;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.About_03 .box {
  --w: 8rem;
}
.About_03 .box .boxLeft {
  width: var(--w);
  padding: 0 1rem 0 var(--interval);
}
.About_03 .box .boxLeft .list {
  margin-top: 1rem;
}
.About_03 .box .boxLeft .list .item {
  display: none;
}
.About_03 .box .boxLeft .list .item .content1 {
  font-size: var(--f32);
  color: #0068b7;
  font-weight: bold;
}
.About_03 .box .boxLeft .list .item .content2 {
  font-size: var(--f18);
  margin-top: 0.2rem;
  line-height: 1.4;
  height: 2.8em;
}
.About_03 .box .boxLeft .list .item .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  max-height: 12em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  margin-top: 0.32rem;
}
.About_03 .box .boxLeft .list .item .content3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_03 .box .boxLeft .list .item .content3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0068b7;
}
.About_03 .box .boxLeft .list .item .content3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_03 .box .boxLeft .list .item .content3 {
    scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_03 .box .boxLeft .list .item.active {
  display: block;
}
.About_03 .box .boxRight {
  width: calc(100% - var(--w));
}
.About_03 .box .boxRight .banner {
  --w: 5rem;
  --h: 6.76rem;
  --w1: 4rem;
  --h1: 5.4rem;
}
.About_03 .box .boxRight .banner .swiper-slide {
  width: var(--w1);
  height: var(--h);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0.6;
  /*transition-delay: 0.6s;*/
  transform-origin: left center;
}
.About_03 .box .boxRight .banner .swiper-slide .item {
  border-radius: 0.2rem;
  width: 100%;
  height: var(--h1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.About_03 .box .boxRight .banner .swiper-slide .item img {
  width: 100%;
  height: 100%;
}
.About_03 .box .boxRight .banner .swiper-slide-active {
  width: var(--w);
  opacity: 1;
}
.About_03 .box .boxRight .banner .swiper-slide-active .item {
  height: var(--h);
}
.About_03 .box1 {
  margin-top: -0.56rem;
}
.About_03 .box1 .prev {
  margin-right: 0.2rem;
}
.About_04 {
  background: url(../images/img37.png) 50% 50% / cover;
}
.About_04 .box .boxLeft {
  padding-top: 1.6rem;
  max-width: 4.6rem;
}
.About_04 .box .boxLeft > .desc {
  font-size: var(--f24);
  line-height: 1.6;
  margin-top: 1.06rem;
}
.About_04 .box .boxLeft .btn {
  margin-top: 0.78rem;
}
.About_04 .box .boxLeft .btn a {
  min-width: 1.8rem;
  line-height: 0.6rem;
  font-size: var(--f18);
  border-radius: 0.3rem;
  background: #0068b7;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.2rem;
}
.About_04 .box .boxLeft .btn a svg {
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.1rem;
}
.About_04 .box .boxLeft .btn a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .boxLeft .btn a:hover {
  background: rgba(0, 133, 80, 0.8);
}
.About_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_04 .box .boxRight .phone{
    display: none;
}

.About_05 .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;
}
.About_05 .btn .prev {
  margin-right: 0.2rem;
}
.About_05 .box .swiper {
  padding: 10px 0 10px var(--interval);
}
.About_05 .box .swiper .swiper-slide {
  padding: 0.48rem 0.58rem 0.34rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 3.804px 19.022px -1.902px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3.804px 19.022px -1.902px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 3.6rem;
  height: auto;
}
.About_05 .box .swiper .swiper-slide figcaption {
  margin-top: 0.22rem;
}
.About_05 .box .swiper .swiper-slide figcaption .content1 {
  font-size: var(--f18);
  color: #444;
  line-height: 1.2;
  height: 3.6em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .swiper .swiper-slide figcaption .content2 {
  margin-top: 0.16rem;
  padding-top: 0.16rem;
  font-size: var(--f16);
  color: #444;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.About_05 .box .swiper .swiper-slide figcaption .content3 {
  font-size: var(--f16);
  color: #0068b7;
  margin-top: 0.1rem;
}
.About_05 .box .swiper .swiper-slide:hover figcaption .content1 {
  color: #0068b7;
}
.Home_video{ background:#fff}
.About_06 {
  background: #fafafa;
}
.About_06 .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;
}
.About_06 .box .banner {
  padding: 0 var(--interval);
}
.About_06 .box .banner .swiper-slide {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.About_06 .box .banner .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.3rem;
}
.About_06 .box .banner .swiper-slide a .img {
  
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity:1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_06 .box .banner .swiper-slide a .img img {
  width: 100%;
  height: 100%;
}
.About_06 .box .banner .swiper-slide a .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0068b7;
  opacity: 0;
}
.About_06 .box .banner .swiper-slide a .main {
  position: relative;
  z-index: 2;
}
.About_06 .box .banner .swiper-slide a .content1 {
  font-size: var(--f32);  margin-top: 0.1rem;
  font-family: 'gilroy_bold';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_06 .box .banner .swiper-slide a .content1 span {
  font-size: var(--f18);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_06 .box .banner .swiper-slide a .content2 {
  margin-top: 0.1rem;
  font-size: var(--f24);
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  height: 3.2em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_06 .box .banner .swiper-slide a .content3 {
  font-size: var(--f18);
  line-height: 1.7;
  height: 3.4em;
  margin-top: 0.1rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.About_06 .box .banner .swiper-slide a .content4 {
  font-size: var(--f18);
  color: #0068b7;
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_06 .box .banner .swiper-slide a .content4 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.08rem;
}
.About_06 .box .banner .swiper-slide a .content4 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.mobile_search form {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #0068b7;
}
.cbl {
  position: fixed;
  right: 0.1rem;
  z-index: 9;
  bottom: 2rem;
  background: #0068b7;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.cbl ul {
  padding: 0 10px;
}
.cbl ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cbl ul li:last-child {
  border-radius: 0;
}
.cbl ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: var(--f16);
  width: 0.5rem;
  background: #0068b7;
  padding: 0.15rem 0;
  cursor: pointer;
}
.cbl ul li a p {
  margin-bottom: 0.08rem;
}

.china-map-wrapper {
  position: relative;
}
.china-map-wrapper .map-box {
  width: 100%;
  height: 8.4rem;
}
.china-map-wrapper .sth {
  position: absolute;
  bottom: 5%;
  left: 20%;
  font-size: var(--f20);
  color: #999;
}
@media screen and (max-width: 1680px) {
  .fengye .box .prev a svg,
  .fengye .box .next a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1530px) {
    .china-map-wrapper .map-box{
        height: 9rem;
    }
  .button_01 .a,
  .button_02 .a {
    width: 2rem;
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two .bgText {
    left: 0.4rem;
  }
  .About_02 .box .banner .swiper-slide .item .right .scroll p {
    font-size: var(--f18);
  }
  .About_03 .box .boxLeft .list .item .content3 {
    max-height: 10em;
  }
  .About_05 .box .swiper .swiper-slide {
    width: 4rem;
  }
  .Technology_01 .btn_01 {
    --l: 5.3rem;
  }
  .develop_02 .box .list .item .inner {
    width: 6.9rem;
    height: 5.1rem;
  }
  .Contact_Information .boxLeft .content2 .item .left {
    width: 2.4rem;
  }
  .About_02 .box1 .btn .button {
    top: -3px;
  }
  
  .About_04 .box .boxLeft {
    max-width: 4.4rem;
}
}
@media screen and (max-width: 1400px) {
  .develop_03 .toggle ul li a {
    font-size: var(--f18);
    padding: 0 0.3rem;
    min-width: 1.3rem;
  }
  .Technology_01 .btn_01 {
    --l: 4.7rem;
  }
  .develop_02 .box .list .item {
    top: 150px;
  }
  .develop_02 {
    height: 240vh;
  }
  .Technology_01 .box {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 1281px) {
  .Footer_Container .Footer_conter .nav .itme {
    margin-right: 0.8rem;
  }
  .Technology_01 .btn_01 {
    --l: 4.1rem;
  }
  .develop_02 {
    height: 260vh;
  }
}
@media screen and (max-width: 1200px) {
    .About_04 .box .boxRight .phone{
    display: block;
}
.About_04 .box .boxRight .pc{
    display: none;
}


  .height {
    display: none;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner .swiper .swiper-slide picture img {
    height: 60vh;
  }
  .Home_About {
    background-attachment: initial;
  }
  .Home_About .box .boxLeft {
    width: 100%;
  }
  .Home_About .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0;
  }
  .Home_About .box .boxRight .list {
    padding: 1rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .Home_About .box .boxRight .list .item {
    margin-bottom: 0;
  }
  .Home_About .box .boxRight .list .item .content1 {
    font-size: 0.7rem;
  }
  .Home_Service .box {
    padding-left: 0;
  }
  .Home_Service .box .swiper {
    padding-left: var(--interval);
  }
  .boxJd .button {
    width: 50px;
    height: 50px;
  }
  .boxJd .button p i {
    font-size: var(--f16);
  }
  .Home_Option .img img {
    width: 100%;
    height: 4rem;
  }
  .Footer_Container .Footer_conter .nav {
    display: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .Footer_Container .Footer_bot {
    text-align: center;
  }
  .Footer_Container .Footer_bot .left {
    width: 100%;
  }
  .Footer_Container .Footer_bot .right {
    width: 100%;
    line-height: 2;
  }
  .Footer_Container .Footer_bot a {
    margin-left: 0;
  }
  .Inner_Banner picture img {
    min-height: 5rem;
  }
  .About_01 .box3 .list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.9rem;
    gap: 0.4rem;
  }
  .About_02 .box .banner .swiper-slide .number {
    display: none;
  }
  .About_02 .box .banner .swiper-slide .item .left {
    font-size: 0.8rem;
  }
  .About_03 .box .boxLeft {
    width: 100%;
    padding: 0 5vw 0 var(--interval);
  }
  .About_03 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
  }
  .About_03 .box .boxRight .swiper {
    padding: 0 5vw;
  }
  .About_03 .box .boxLeft .list .item .content3 {
    max-height: 8em;
  }
  .About_03 .box1 {
    margin-top: 0.6rem;
  }
  .About_03 .box1 .btn .flexStart {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .About_04 .box .boxLeft {
    padding-top: 0;
    max-width: 3.6rem;
  }
  .News_01 .box .item a .main {
    padding: 0.3rem 0.4rem 0 0.4rem;
  }
  .News_01 .box .item a .img {
    width: 5rem;
  }
  .News_01 .box .item a .main .content3 {
    margin-top: 0.35rem;
  }
  .News_01 .box .item a .main .content1 {
    font-size: var(--f26);
  }
  .fengye .box .number {
    display: none;
  }
  .fengye .box .next {
    margin-left: 0.2rem;
  }
  .fengye .box .prev a svg,
  .fengye .box .next a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .News_02 .box .boxLeft,
  .develop_01 .box .boxLeft,
  .Contact_Information .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0;
  }
  .News_02 .box .boxRight,
  .develop_01 .box .boxRight,
  .Contact_Information .boxRight {
    width: 100%;
    margin-top: 0.7rem;
    padding: 0;
  }
  .recommended ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .recommended ul li {
    margin-bottom: 0 !important;
  }
  .Service_01 .box .boxLeft {
    width: 3.2rem;
    padding-right: 0.3rem;
  }
  .Service_01 .box .boxRight .box_ {
    grid-template-columns: repeat(2, 1fr);
  }
  .Technology_01 .box {
    margin-top: 1rem;
    --w: 9rem;
  }
  .Technology_01 .btn_01 {
    --l: 0.5rem;
  }
  .Technology_02 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .develop_02 {
    height: auto;
    background: url(../images/img41.jpg) no-repeat 50% 50% / cover;
  }
  .develop_03 .box .list .item .boxTop .content2 {
    width: 2rem;
  }
  .develop_03 .toggle ul li a {
    width: 1.5rem;
    line-height: 0.56rem;
  }
  .develop_02 .box {
    padding-left: 1.8rem;
  }
  .Contact_Information .boxLeft {
    padding: 0.9rem 5vw 0;
  }
  .Contact_Us .box {
    padding: 0;
  }
  .button_02 .a p {
    margin-left: 0;
  }
  .develop_02 .box {
    padding-left: 0;
  }
  .develop_02 .box .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .develop_02 .box .list .item {
    padding-bottom: 0;
  }
  .develop_02 .box .list .item .inner {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.4rem 0.6rem;
  }
  .develop_02 .box .list .item .contnet1 {
    position: relative;
    z-index: 2;
  }
  .Technology_01 .btn_01 {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .Technology_01 .btn_01 .button {
    position: initial;
  }
  .Technology_01 .btn_01 .next {
    margin-left: 0.3rem;
  }
  .Technology_01 .box .banner .swiper .swiper-slide figure {
    transform: scale(1);
  }
  .cbl {
    display: none !important;
  }
  
  .Contact_Us .box .privacy,
  .Contact_Us .box .main .item input{
      font-size: var(--f16);
  }
}
.phone {
  display: none;
}
@media screen and (max-width: 699px) {
    .Home_About .box .boxRight .list .item .content2.font,.dataGet{
        font-size: 10px;
    }
  .Technology_02 .box {
    padding: 0;
  }
  .Technology_02 .box .swiper {
    padding: 0 var(--interval);
  }
  .develop_03 .box .list .item .boxBot .ph {
    display: block;
  }
  .develop_02 .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .Home_Banner .banner .swiper .swiper-slide .orientation .content1 {
    font-size: 0.42rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-size: 14px;
  }
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .Home_About .box .boxRight .list .item .content1 {
    font-size: 0.54rem;
  }
  .Home_Service .toggle {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_Service .toggle ul li {
    margin-left: 0;
    margin-right: 0.3rem;
    padding: 0 0.3rem;
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
  .Footer_Container .Footer_conter .down a {
    padding: 0 0.3rem;
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
  .Home_Service .box .swiper {
    padding: 0 5vw;
  }
  .Home_Option .img img {
    height: 5.6rem;
  }
  .Home_Option .orientation {
    top: 25%;
  }
  .Home_Option .button {
    top: 52%;
    right: auto;
    left: 5vw;
  }
  .Home_Option .button .button_03 .a,
  .Home_Option .button .button_04 .a {
    min-width: 2.6rem;
  }
  .button_01 .a,
  .button_02 .a,
  .button_03 .a,
  .button_04 .a {
    min-width: 2.2rem;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
    line-height: 0.75rem;
    white-space: nowrap;
  }
  .Footer_Container .Footer_conter .nav {
    display: none;
  }
  .Footer_Container .Footer_top .boxRight {
    width: 100%;
    margin-top: 0.4rem;
    display: grid;
    gap: 0.3rem;
  }
  .Footer_Container .Footer_top .boxRight .item {
    width: 100%;
    margin-left: 0;
  }
  .Footer_Container .Footer_conter {
    padding: 0.5rem 0 0.5rem;
  }
  .Footer_Container .Footer_conter .down a svg {
    -webkit-transform: scale(0.8) translateY(-2px);
    -ms-transform: scale(0.8) translateY(-2px);
    transform: scale(0.8) translateY(-2px);
  }
  .Home_Option .orientation {
    font-size: var(--f40);
  }
  .Home_Service .box .banner .swiper .swiper-slide a .two .bgText .content3 svg {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .Home_Buddy .box {
    --h: 1.3rem;
  }
  .News_01 .box .item a .img {
    width: 100%;
    margin-top: 0.3rem;
  }
  .fengye .box .prev a,
  .fengye .box .next a {
    width: 1.1rem;
    height: 0.6rem;
  }
  .recommended ul,
  .Service_01 .box .boxRight .box_,
  .Technology_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Service_01 .box .boxLeft {
    width: 100%;
    padding-right: 0rem;
  }
  .Service_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Technology_01 .box {
    margin-top: 0.7rem;
    --w: 72vw;
  }
  .Technology_01 .box .banner .swiper .swiper-slide figure {
    height: 4rem;
  }
  .Technology_01 .btn_01 .button {
    top: 28%;
  }
  .Technology_01 .toggle,
  .develop_03 .toggle {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Technology_01 .toggle p,
  .develop_03 .toggle p,
  .Technology_01 .toggle li,
  .develop_03 .toggle li {
    margin-left: 0 !important;
    margin-right: 0.5rem;
  }
  .develop_02 .box {
    padding-left: 0;
  }
  .develop_02 .box .list .item .inner {
    width: 90vw;
  }
  .develop_02 .box .list .item .contnet2 {
    font-size: var(--f16);
  }
  .develop_03 .toggle ul li a {
    min-width: 2rem;
    line-height: 0.8rem;
    border-radius: 0.5rem;
  }
  .develop_03 .box .list .item .boxTop .content2 {
    display: none;
  }
  .develop_03 .box .list .item .boxTop .content3 span {
    width: 0.28rem;
  }
  .Contact_Us .box .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_Us .box .main .item input {
    height: 0.8rem;
  }
  .Contact_Information .boxLeft .content2 .item .left {
    width: 2.5rem;
  }
  .About_01 .box .boxRight .scroll {
    max-height: 15.2em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_01 .box .boxRight .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_01 .box .boxRight .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0068b7;
  }
  .About_01 .box .boxRight .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .About_01 .box .boxRight .scroll {
      scrollbar-color: #0068b7 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .About_01 .box2 .video img {
    min-height: 4rem;
  }
  .About_02 .box {
    padding: 0;
  }
  .About_02 .box1 .btn .button {
    top: 2px;
  }
  .btn_01 .button {
    width: 0.76rem;
    height: 0.76rem;
  }
  .About_04 .box .boxLeft {
    max-width: 100%;
    width: 100%;
  }
  .About_04 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .About_04 .box .boxLeft .btn a {
    min-width: 2.7rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
  }
  .About_05 .box .swiper .swiper-slide {
    width: 6rem;
  }
  .About_06 .pc {
    display: none !important;
  }
  .About_06 .phone {
    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;
  }
  .boxJd .button {
    display: flex !important;
  }
  .mobile_search .close i {
    font-size: 0.44rem;
  }
}
/*# sourceMappingURL=./style.css.map */



.flexrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.idx_p2 {
    position: relative; height:calc(100vh - 170px);    display: table;
    table-layout: fixed;
    width: 100%;
}

.idx_p2 .fp-slidesNav.fp-bottom {
    text-align: center;
}

.idx_p2 .slide {
    opacity: 0;
    transition: all .5s;
}

.idx_p2 .slide.active {
    opacity: 1;
}

.idxp2swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 166, 126, 0);
}

.gallery-top {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gallery-top .swiper-slide {
    height: 100%;
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.gallery-thumbs {
    height: 130px;
    box-sizing: border-box;
    width: 72%;
    overflow: visible;
    position: absolute;
    bottom: 16%;
    left: 8%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    background-size: cover;
    transition: all .5s;
    margin-top: 75px;
    border-radius: 18px;
    cursor: default;
}

.idxp2_list_small {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    transition: all .5s;
    text-align: center;
}

.idxp2_list_small p {
    font-size: 24px;
    color: #ffffff;
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    width: 367px !important;
    height: 205px;
    margin-top: 0px;
}

.gallery-thumbs .swiper-slide-thumb-active .idxp2_list_small {
    background-color: rgba(0, 104, 183, 0.4);
    border-radius: 27px;
}

.idxp2_list_big {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 62%;
    height: 100%;
    padding: 0px 8%;
    cursor: default;
    position: absolute;
    left: 0px;
    top: 0px;
}

.idxp2_list_big h3 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #ea5432;
    padding-top: 100px;
 font-weight:bold
}

.idxp2_list_big h4 {
 
    font-weight: lighter;
    font-size: 24px;
    padding: 10px 0px 40px;
    color: #bdbdbd;
  
}

.idxp2_list_big p {
    font-size: 24px;
    font-weight: lighter;
    line-height: 42px;
    letter-spacing: 1px;
    color: #000;
    width: 65%;
    margin-bottom: 280px; margin-top:30px;
    animation: p2desc 3s linear;
}




.idxp2swiper .idxp2pagination {
    text-align: left;
    bottom: 43%;
    padding-left: 8%;
}

.idxp2swiper .idxp2pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    opacity: 1;
    margin-right: 20px;
    background: url(../images/p2banner_ico.png) no-repeat center;
}

.idxp2swiper .idxp2pagination .swiper-pagination-bullet-active {
    background-image: url(../images/p2banner_ico_on.png);
}
.idxp2swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.about { height: auto; overflow: hidden; padding: 90px 0 100px; background: url("../images/index-about-bg.jpg") no-repeat center/cover; background-attachment: fixed; }

.about .title { margin-bottom: 40px; }

.about .title h3 { font-size: 46px; line-height: 46px; color: rgba(153, 153, 153, 0.55); text-transform: uppercase; }

.about .title h2 { font-size: 46px; color: #fff;  margin-bottom: 1%; color:#0068b7; font-weight:bold }

.about .title h4 { font-size: 32px; color: #fff; }

.about ul { width: 70%; height: auto; overflow: hidden; margin-top: 5%; }

.about ul li { width: 25%; float: left; color: #fff; text-align: center; }

.about ul li i{ width: 52px; margin: 0 auto; font-size:60px; color:#ea5432 }

.about ul li p { font-size: 20px; margin: 10px 0; color:#fff ; font-weight:bold; position:relative; }



.about ul li h1 { font-size: 20px; line-height: 56px; }

.about ul li h1 b { font-size: 56px; font-family: 'gilroy_bold'; color:#ea5432; }


footer {
  position: relative;
  z-index: 2;
  width: 100%;
 
  background-color: #e9f4fd;
  overflow: hidden; border-top:6px solid #0068b7
}
footer .footer {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
footer .footer .box {
     padding-left: var(--interval);
    padding-right: var(--interval);
    width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer .box .left {
  width: 45.54%; position:relative
}
footer .footer .box .left .logo {
  width: 6rem;
  
}
footer .footer .box .left .logo a {
  width: 100%;
  display: block;
}
footer .footer .box .left .logo a img {
  width: 100%;
}
footer .footer .box .left .top {
  margin-top: 0.5925rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer .box .left .top .good-link {
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-left: 1.125rem;
  width: 1.9125rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.135rem;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
footer .footer .box .left .top .good-link .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .box .left .top .good-link .text .icon {
  width: 0.2rem;
  height: 0.15rem;
  fill: #fff;
  transition: 0.5s;
}
footer .footer .box .left .top .good-link .down-box {
  width: 100%;
  max-height: 3rem;
  display: none;
  background-color: #343a42;
  position: absolute;
  top: 0.42rem;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
}
footer .footer .box .left .top .good-link .down-box li {
  width: 100%;
  text-align: center;
}
footer .footer .box .left .top .good-link .down-box li:hover a {
  color: #e84227;
  background-color: #f0f0f0;
}
footer .footer .box .left .top .good-link .down-box li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
footer .footer .box .left .quick-nav {
  width: 100%;
  margin-top: 0.1725rem;
}
footer .footer .box .left .quick-nav h3{  font-size:18px; margin-top: 0.2725rem; background:#f3f9fe; border-radius:40px; height:70px; line-height:50px;  padding:10px 30px 10px 10px; display:inline-block}
footer .footer .box .left .quick-nav h3 i{ width:50px; line-height:50px; height:50px; text-align:center; background:#ea5432; border-radius:25px; display:block; color:#fff; float:left; margin-right:20px; font-size:20px  }

footer .footer .box .left .quick-nav dl{ display: flex;
  justify-content: space-between;
  align-items: center ; width:80%; }
footer .footer .box .left .quick-nav dl dt{ transition: 0.5s;background:#ea5432;border-radius:20px; float:left; padding:25px 30px; margin-top:20px }
footer .footer .box .left .quick-nav h1 i{ width:50px; line-height:50px; height:50px; text-align:center; background:#f3f9fe; border-radius:25px; display:block; color:#ea5432; font-size:30px; margin:0px auto }
footer .footer .box .left .quick-nav h2{ color:#fff; font-size:18px; font-weight:bold; text-align:center; padding:15px 0px}
footer .footer .box .left .quick-nav p{transition: 0.5s;  font-size:18px; font-weight:bold; text-align:center; background:#f87d61; padding:10px 30px; border-radius:20px; color:#ea5432; text-align:center}
footer .footer .box .left .quick-nav dl dt:hover p{ color:#fff;}
footer .footer .box .left .quick-nav dl dt:hover{ margin-top:10px; margin-bottom:10px}

footer .footer .box .left .line {
  width: 92%;
  height: 1px;
  background-color: rgba(0, 104, 183, 0.1);
  margin-top: 0.3rem;
}
footer .footer .box .left .bottom {
  width: 100%;
  height: 0.6rem; line-height:0.6rem;
  display: flex; position:absolute; bottom:0px; border-top:1px solid #cde4f6
}
footer .footer .box .left .bottom .copyright,
footer .footer .box .left .bottom .record {
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: rgba(0, 0, 0, 0.3);
}
footer .footer .box .left .bottom .copyright a,
footer .footer .box .left .bottom .record a {
  color: rgba(0, 0, 0, 0.3);
  transition: 0.5s; line-height: 0.5rem;
}
footer .footer .box .left .bottom .copyright a:hover,
footer .footer .box .left .bottom .record a:hover {
  color: rgba(0, 0,0, 0.5);
  text-decoration: underline;
}
footer .footer .box .left .bottom .record {
  position: relative;
  margin-left: 0.2475rem;
  padding-left: 0.2475rem;
}
footer .footer .box .left .bottom .record::after {
  content: "";
  width: 1px;
  height: 0.12rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0.2025rem;
  left: 0;
}
footer .footer .box .right {
  width: 54.46%;
  height: auto;
  background-color: #ea5432;
}
footer .footer .box .right .title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.57rem;
  color: #ffffff;
  margin-top: 0.515rem;
  margin-left: 0.6525rem;
}
footer .footer .box .right .buy {
  width: 87.06%;
  height: 0.675rem;
  background-color: #CE2E14;
  border-radius: 0px 0.345rem 0px 0px;
  margin-top: 0.39rem;
}
footer .footer .box .right .buy a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .box .right .buy a .text {
  font-size: 0.2rem;
  line-height:2;
  color: #ffffff;
  margin-left: 0.675rem;
}
footer .footer .box .right .buy a .icon i { color:#fff; font-size:18px;}
footer .footer .box .right .buy a .icon {
 text-align:center; 
  margin-right: 0.1925rem; 
  
  position: relative;background:#ea5432; border-radius:50%; padding:10px;transition: all .5s;
}
footer .footer .box .right .buy a .icon::after {
  
}
footer .footer .box .right .buy:hover .icon{ margin-right:0.3rem}
footer .footer .box .right .buy a .icon svg {
  
}
footer .footer .box .right .contact {
  width: 75.75%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
footer .footer .box .right .contact .contact-left {
  float: left;
  width: 70%;
}
footer .footer .box .right .contact .contact-left .phone,
footer .footer .box .right .contact .contact-left .add,
footer .footer .box .right .contact .contact-left .email {
  font-size: 0.12rem;
  line-height: 0.145rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
}
footer .footer .box .right .contact .contact-left .phone b,
footer .footer .box .right .contact .contact-left .add b,
footer .footer .box .right .contact .contact-left .email b {
  flex-shrink: 0;
}
footer .footer .box .right .contact .contact-left .phone span,
footer .footer .box .right .contact .contact-left .add span,
footer .footer .box .right .contact .contact-left .email span {
  font-size: 0.12rem;
  line-height: 0.145rem;
  font-weight: bold;
  color: #ffffff;
  margin-left: 0.12rem;
}
footer .footer .box .right .contact .contact-left .phone span {

  font-size: 0.25rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: #ffffff;
}
footer .footer .box .right .contact .contact-left .email span {

  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.175rem;
  color: #ffffff;
}
footer .footer .box .right .contact .contact-left .email:last-child span {
  display: inline-block;
  width: 60%;
  line-height: 1.5;
}
footer .footer .box .right .contact { 

}
footer .footer .box .right .contact .ky{ width:29.33%; float:left; margin:2%; text-align:center}
footer .footer .box .right .contact  .img {
 
}
footer .footer .box .right .contact  .img img {
  width: 100%; border-radius:10px
}
footer .footer .box .right .contact .bot {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height:2;
  color: #FFFFFF;  opacity:0.6; text-align:center
}
footer .footer .box .right .contact  .bot .icon {
  margin-right: 0.05rem;
  width: 0.2025rem;
  height: 0.2025rem;
  fill: rgba(255, 255, 255, 0.5);
}
footer .footer .box .right .contact  .bot .text {
  white-space: nowrap;
}
.m-header,
.m-footer {
  display: none;
}

.Law_main .box .item {
  padding: 0.38rem 0;
  border-bottom: 1px solid #ddd;
}
.Law_main .box .item .left {
  font-size: 0.24rem;
  color: #333;
  position: relative;
  padding-left: 0.4rem;
  transition: 0.4s;
  max-width: 70%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Law_main .box .item .left i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Law_main .box .item .left i {
  transition: 0.4s;
}
.Law_main .box .item .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  font-family: 'gilroy_regular';
}
.Law_main .box .item .right .ri {
  margin-left: 0.6rem;
}
.Law_main .box .item .right .ri span {
  color: #0068b7;
}
.Law_main .box .item .right .ri i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.4s;
}
.Law_main .box .item .right .ri:hover i {
  color: #0068b7;
}
.Law_main .box .item:hover .left {
  color: #0068b7;
}
.Law_main .box .item:hover .left svg path {
  fill: #0068b7;
}

.sProduct-show .p_top{ padding-top:0.8rem }
.sProduct-show .p_top .tit {  margin-bottom:30px}
.sProduct-show .p_top .tit h1{ color:#262b38; opacity:0.5; font-size:30px}
.sProduct-show .p_top .tit h2{     color: #333;
    font-size: var(--f50);
    font-weight: bold;}
	.sProduct-show .p_top .tit h3{    color: #999;
    font-size: var(--f18);
    margin-top: 0.36rem;
}
.p_xq{ background:#f4f6f9; border-radius:15px; margin:0px var(--interval)    70px var(--interval) ; padding-top:0.8rem; padding-bottom:0.8rem; position:relative }
.p_xq p{    color: #333;
    line-height: 2.2;
    font-size: var(--f18); margin-bottom:0.2rem}
.p_xq table{ text-align:center }
.p_xq img{ max-width:100%}
.p_xq table tr:first-child{ background:linear-gradient(to right, #0068b7,#0084b6)}
.p_xq table tr:first-child td{ color:#fff;height:70px; line-height:70px }
.p_xq table tr td{ font-size:16px; height:60px; line-height:60px}
.p_xq table tr td{ border:1px solid #ccc}
.p_xq video{ width:880px;  height:100%; text-align:center; position: relative; left:50%; transform:translateX(-50%); display:block}
.p_xq h3{ font-size:24px; font-weight:bold; color:#333;}
.talentC-b .swiper22 .swiper-slide {
	padding: 0 10px;
	opacity: 0.2;
	transition: all 0.5s; margin-bottom:50px
}
.talentC-b .swiper22 .swiper-slide-active {
	opacity: 1;
}
.talentC-b .swiper22 .swiper-slide .talentC-c {
	float: left;
	
	
	position: relative;
}
.talentC-b .swiper22 .swiper-slide .talentC-c:last-child {
	margin-right: 0;
}
.talentC-b .swiper22 .swiper-slide .talentC-c .img {
	line-height: 0;
	overflow: hidden;
	border-radius: 7px;
}
.talentC-b .swiper22 .swiper-slide .talentC-c .img img {
	transform: scale(1);
	transition: all .5s;
}
.talentC-b .swiper22 .swiper-slide .talentC-c:hover .img img {
	transform: scale(1.2);
}


.talentC-b .swiper22 .swiper-slide .talentC-c .tit {
	position: absolute;
	bottom: 15px;
	color: #fff;
	width: 100%;
	padding: 0 27px 0 27px;
}
.talentC-b .swiper22 .gong {
	width: 55px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	transition: all .3s;
}
.talentC-b .swiper22 .gong:after {
	opacity: 0;
}
.talentC-b .swiper22 .swiper-button-prev {
	background: url(../images/gong-p.png)no-repeat center center/cover;
	left: calc(10.6% - 27px);
}
.talentC-b .swiper22 .swiper-button-next {
	background: url(../images/gong-n.png)no-repeat center center/cover;
	right: calc(10.6% - 27px);
}
.talentC-b .swiper22 .swiper-button-prev:hover {
	background: url(../images/gong-pa.png)no-repeat center center/cover;
}
.talentC-b .swiper22 .swiper-button-next:hover {
	background: url(../images/gong-na.png)no-repeat center center/cover;
}


.sProduct-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.sProduct-list-wrapOut {
	position: relative;
	overflow: hidden;
	
	background-color: #f0f4f7
}
.sProduct-list:after {
	display: none
}
.sProduct-list .item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #f9faff;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.sProduct-list .item .figure {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 42%;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	overflow: visible
}
.sProduct-list .item .figure .pic {
	position: absolute;

	overflow: visible
}
.sProduct-list .item .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
@media screen and (min-width:1025px) {
.sProduct-list .item .figure .pic._p img {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
}
.sProduct-list .item:nth-child(1) .txt .en{font-size:20px}
.sProduct-list .item:nth-child(1) .txt .cn{font-size:30px;}

.sProduct-list .item .txt {
	position: relative;
	color: #262b38;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
.sProduct-list .item .txt .nr {
	opacity: .9;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	 margin-top:10px; font-size:14px; line-height:1.8
}
.sProduct-list .item .txt .cn {
	
	line-height: 2; font-size:18px
}
@media screen and (min-width:1025px) {
.sProduct-list .item:nth-child(1) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 80px 80px
}
.sProduct-list .item:nth-child(1):after {
	display: none
}
.sProduct-list .item:nth-child(1):before {
	content: " ";
	position: absolute;
	left: 0;
	top: 200px;
	bottom: 200px;
width:12px;
	background-color: #ea5432;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}
.sProduct-list .item:nth-child(1) .figure {

	padding-bottom: 27.75%
}
.sProduct-list .item:nth-child(1) .txt .cn {
margin-top:30px
}
.sProduct-list .item:nth-child(1) .txt .nr{ font-size:18px;}
.sProduct-list .item:nth-child(1) .txt .btn-more {
	position: absolute;
	left: 0;
	bottom: 0
}
.sProduct-list .item:nth-child(1n+2) {
	width: 49%;
padding:60px 50px 40px;
margin-top:60px; float:left; margin-right:2%
}
.sProduct-list .item:nth-child(2n+1){  margin-right:0}
.sProduct-list .item:nth-child(1n+2) .txt {
	margin-top: 120px;
	padding-right: 260px
}
.sProduct-list .item:nth-child(1n+2) .txt .btn-more {
	position: absolute;
	right: 0;
	bottom: 0
}
.sProduct-list .item .txt {
	opacity: .4;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s; padding-right:80px
}
.sProduct-list .item:hover:before {
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item:hover .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
.sProduct-list .item:hover .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item:hover .txt {
	opacity: 1
}
}
@media screen and (max-width:1024px) {
.sProduct-list .item {
	width: 100%;
	padding: 140px 100px
}
.sProduct-list .item .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
.sProduct-list .item .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item .txt .nr {
	font-size: 16px
}
.sProduct-list .item .txt .cn {
margin-top:40px
}
.sProduct-list .item .txt .cn .p1 {
	font-size: 14px
}
.sProduct-list .item .txt .cn .p2 {
	font-size: 32px
}
.sProduct-list .item .txt .btn-more {
	position: absolute;
	left: 0;
	bottom: 0
}
.sProduct-list .item:nth-child(1n+2) {
margin-top:80px
}
}
@media screen and (max-width:1024px) and (min-width:641px) {
.sProduct-list .item:nth-child(1n+1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.sProduct-list .item:nth-child(1n+1):after {
	display: none
}
.sProduct-list .item:nth-child(1n+1) .figure {
	width: 49.33333333%;
	padding-bottom: 27.75%
}
}
@media screen and (max-width:640px) {
.sProduct-list .item .txt {
	margin-top: 120px;
	text-align: center
}
.sProduct-list .item .txt .btn-more {
	position: relative;
margin-top:60px;
	margin-left: auto;
	margin-right: auto
}
}

.mainMore {
    position: relative;
    transition: all 0.6s;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 60px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.sProduct-list .item .txt .mainMore {
	border-color: #a1a1a1;
	color: #666666;
	margin-left: 0px;
	margin-top: 30px; position:absolute; right:0px; bottom:0px
}
.sProduct-list .item .txt .mainMore span.icon{ width:32px}
.sProduct-list .item:nth-child(1) .mainMore{ left:0px; right:auto; width:150px}
.mainMore:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ea5432;
	left: -100%;
	transition: all 0.3s;
}
.mainMore {
	position: relative;
	transition: all 0.6s;
	font-size: 16px;
	border-color: #fff;
	color: #fff;
	padding: 12px 20px;
	border-radius: 60px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.mainMore span {
	position: relative;
	z-index: 5;
}
.mainMore span.icon {
	width: 60px;
}
.mainMore span.icon {
	transition: all 0.6s;
	display: inline-block;
	width: 72px;
	height: 24px;
	vertical-align: top;
	text-align: right
}

.mainMore:hover:after {
	left: 0;
}
.mainMore:hover span.icon, .mainMoreB:hover span.icon {
	background: url(../images/morebg.png) no-repeat right center;
}
.mainMore:hover {
	color: #fff !important;
	border-color: #0068b7;
}
.mainMore:hover:after {
	left: 0;
}

.hydons{padding-bottom: 35px; overflow:hidden}
.container-fluid {
    padding: 0px;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
}
.hsbg {
    background: #f6f7f9; padding-bottom:50px
}
.hydttop .tit{float: left;}



.hydttop .effct{margin-top: 65px;float: right;}



.hydt{ margin-bottom:50px}



.hydtnr{width: 100%;height: auto;overflow: hidden;}

.ixdts .ovh{float: left;width: 37%; overflow:hidden}

.ixdts .dtrt{float: right;width: 57%;margin-top: 10px;}
.hydtnr .li{ margin-bottom:20px; float:left; width:48%; margin-right:4%}
.hydtnr .li:nth-child(2n){ margin-right:0}

.dtrt>span {font-size: 14px;font-weight: bold;;color: #999999;}

.dtrt h1{font-size: 22px;font-weight: bold;color: #333333;margin: 15px 0px; transition:all .5s;}

.dtrt p{font-size: 18px;color: #666666;margin-bottom: 29px; line-height:1.5}
.ixdts img{  transition: all .5s; border-radius:5px; overflow:hidden}
.ixdts img:hover{transform:scale(1.1);}

.dtrt h1:hover{color: #014099;}

.hydtnr .swiper-container{margin-bottom: 40px;}


.shvideo{width: 48.75%;float: right;}
.shvdnr{margin-top: 5px;cursor: pointer;}
.tit{padding-top: 50px;margin-bottom: 30px;}
.shvdnr img{ margin-bottom:20px}
.shvdnr p{ font-size:16px; line-height:2; text-indent:2em; color:#777; margin-bottom:10px}
.container-fluid .tit h2{display: inline-block;font-size: 40px;font-weight: bold;}

.container-fluid .tit dbo{display: inline-block;padding: 10px 0px;}

.container-fluid .tit span{display: inline-block;position: relative;top: 2px;}

.container-fluid .tit span a{font-size: 16px;color: #014099;position: relative;}

.container-fluid .tit span a::before{content: " ";display: inline-block;width: 0px;height: 1px;background: #014099;position: relative;left: 0px;float: left;top: 11px;transition:all .5s;}

.container-fluid .tit span a:hover{padding-left: 10px;}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tit span a:hover::before{width: 20px;}

.hydttop .tit{float: left;}
.hydttop .effct{margin-top: 65px;float: right;}


.more span{font-size: 16px;color: #014099;display: inline-block;position: relative;padding-left: 50px;transition:all .5s;}

.more span::before{position: absolute;top: 50%;left: 0px;display: inline-block;width: 40px;height: 1px;background: #014099;content: " ";float: left;margin-top: 1px;

transition:all .5s;}

.more span:hover{padding-left: 70px;}

.more span:hover::before{width: 60px;}

.jsfc_a{height: auto;overflow: hidden;}

.jsfc_a .tit{float: left;}

.jsfc_a  .effct{float: right;margin-top: 50px;}

.effct{height: 20px;position: relative;width: 85px;}

.effct .swiper-button-prev{background: url(../images/zjt.png) no-repeat center center;width: 10px;height: 19px;opacity: 1;top: 21px;transition:all .5s;}



.effct .swiper-button-next{background: url(../images/yjt.png) no-repeat center center;width: 10px;height: 19px;opacity: 1;top: 21px;transition:all .5s;}



.effct .swiper-button-prev:hover{left:5px;}

.effct .swiper-button-next:hover{right: 5px;}

.effct .hengx{

    width: 2px;



height: 16px;



background: #bec2c9;



position: absolute;



left: 50%;



top: 50%;

transform: translate(-50%,-50%);

}

.shnews{ padding-bottom:50px}
.shact{width:100%;}





.sha_a{background: #014099;width: 55px;height: 55px;text-align: center;color: #fff;transition:all .5s;border: 1px solid #014099;}

.sha_a h2{font-size: 24px;height: 35px;line-height: 35px;border-bottom: 1px solid #3466ad;}

.sha_a p{font-size: 12px;}

.sha_b{width: 100%;}

.sha_b p{font-size: 16px;color: #333333;line-height: 28px;transition:all .5s;}


.shact_nr{ overflow:hidden}

.shact_nr ul li{padding: 20px 0px;height: auto;overflow: hidden;border-bottom: 1px solid #e9ecef; width:32%; margin-right:1%; float:left}
.shact_nr ul li:nth-child(3n){ margin-right:0}
.shact_nr ul li:hover p{color: #014099;}
.shact_nr ul li i{ float:left; color:#ea5432; margin-right:10px; font-size:20px; line-height:28px; }
.shact_nr ul li p{ float:left}
.shact_nr ul li:hover .sha_a{background: #fff;color: #014099;}
.service_js .box{ background:#fafcfb; margin-bottom:30px}
.service_js .box img{ max-width:100%}
.service_js .boxLeft{ width:50%; position:relative}
.service_js .boxRight{ width:50%; position:relative}
.service_js .box .text{ position:absolute; top:50%; transform:translateY(-50%); padding:50px}
.service_js .box .text h1{ font-size:30px; font-weight:bold; color:#333; margin-bottom:20px}
.service_js .box .text p{ font-size:15px; color:#555; line-height:1.6 }
.s01_b{ background:#f5f5f5; overflow:hidden}
.s01_b .title{ text-align:center}



.s01_sectA{float: left;width: 100%;padding-bottom: 0.2rem;}
.s01_sectA .listA{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:calc(10px + 0.33rem);}
.s01_sectA li{width:15.55%;min-height: 2.5rem;}
.s01_sectA li::after{content: "";display: block;clear: both;}
.s01_sectA li a{ text-align:center;width: 100%;height: 100%;background: #ffffff;color: #666666;border-radius:calc(5px + 0.05rem);padding: calc(10px + 0.3rem) calc(5px + 0.1rem) calc(10px + 0.2rem) calc(5px + 0.1rem);}
.s01_sectA li ._imgA{height:calc(20px + 0.76rem); margin-bottom:30px}
.s01_sectA li img{display:block; margin:0 auto; width:calc(20px + 0.76rem);}
.s01_sectA li .textA{float: left;width: 100%;font-size: calc(12px + 0.06rem);line-height: calc(20px + 0.1rem);text-align: center;}
.s01_sectA li i{ color:#ea5432; text-align:center; font-size:80px; }
.s01_sectA li a:hover{background: #ea5432;color: #ffffff;}
.s01_sectA li a:hover i{ color:#fff;}



.s01_sectA .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s01_sectA .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s01_sectA .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s01_sectA .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s01_sectA .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}


.s01_sectC .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s01_sectC .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s01_sectC .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s01_sectC .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s01_sectC .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}



.s02_sectB .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s02_sectB .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s02_sectB .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s02_sectB .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s02_sectB .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}


.s03_A .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s03_A .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s03_A .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_A .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_A .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}
.s03_c .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s03_c .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s03_c .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_c .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_c .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}

.s03_D .titles{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; position:relative; z-index:6;}
.s03_D .titles .tit1{float: left;font-size: calc(14px + 0.21rem);line-height: calc(20px + 0.2rem);color: #333333;font-weight: bold;position:relative;}
.s03_D .titles .tit1::after{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/left_ico.png) right no-repeat;background-size:auto 100%; left:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_D .titles .tit1::before{content: "";display: block;position: absolute;width:calc(30px + 0.3rem);height:calc(6px + 0.06rem);background: url(../images/right_ico.png) left no-repeat; background-size:auto 100%;   right:calc(-30px - 0.5rem);top: 50%;transform: translate(0,-50%);}
.s03_D .titles .tit2{float: left;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: 0.16rem;}



.s01_sectC{float: left;width: 100%;background: url(../images/service01.jpg)center no-repeat;background-size: cover; padding: calc(10px + 0.58rem) calc(10px + 0.5rem);position: relative;z-index: 5;}
.s01_sectC::after{content: "";display: block;position: absolute;background: rgba(0,0,0,0.41);width: 100%;height: 100%;left: 0;top: 0;z-index: 1;}
.s01_sectC .titles .tit1{color: #ffffff;}
.s01_sectC .titles .tit2{color: #ffffff;}
.s01_sectC .listC{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: calc(10px + 0.25rem); position:relative; z-index:6;}
.s01_sectC ul{width: 100%;display: flex;align-items: center;justify-content:center;flex-wrap: wrap;}
.s01_sectC li{width:4.73rem; margin:0 5px;}
.s01_sectC li a{float: left;width: 100%;color: #ffffff;border: 1px solid #fefefe;padding: calc(4px + 0.24rem) calc(4px + 0.3rem);border-radius: 0.16rem;}
.s01_sectC li a:hover{border: 1px solid #ea5432;background: #ea5432;}
.s01_sectC li ._l{float: left;width:12%; font-size: calc(14px + 0.2rem);line-height: calc(20px + 0.2rem);font-weight: bold;font-family: 'gilroy_bold';}
.s01_sectC li ._r{float: left;width: 88%;font-size: calc(12px + 0.06rem);line-height: calc(20px + 0.08rem);padding-left: 0.14rem;}
.s01_sectC .call{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: calc(10px + 0.29rem); position:relative; z-index:6;}
.s01_sectC .call a{float: left; background:#ea5432; border: 1px solid #ea5432;padding: calc(5px + 0.05rem) calc(10px + 0.2rem);border-radius: 0.47rem;  margin:0px 10px}
.s01_sectC .call a:hover{ background:none;border: 1px solid #fff; box-shadow:0 3px 5px rgba(255,255,255,0.1);}
.s01_sectC .call .icoC{display: inline-block;vertical-align: middle;line-height: 0;width: calc(15px + 0.06rem);height: calc(15px + 0.06rem);margin-right: calc(2px + 0.03rem);}
.s01_sectC .call img{display: block;width: 100%;}
.s01_sectC .call .textC{display: inline-block;vertical-align: middle;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.1rem);color: #ffffff;}


.s02_sectB{float: left;width: 100%;padding-top: 0.68rem;padding-bottom: 0.68rem; background:#f5f5f5;}
.s02_sectB .telB{width: 100%;text-align: center;margin-top:calc(6px + 0.2rem);}
.s02_sectB .telB .ico{display: inline-block;vertical-align: middle;width: calc(10px + 0.12rem);height: calc(10px + 0.12rem);line-height: 0;margin-right:calc(5px + 0.05rem);}
.s02_sectB .telB img{display: block;width: 100%;}
.s02_sectB .telB .name{display: inline-block;vertical-align: middle;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.1rem);color: #666666;margin-right:calc(5px + 0.05rem);}
.s02_sectB .telB .numb{display: inline-block;vertical-align: middle;font-size: calc(14px + 0.1rem);line-height: calc(20px + 0.1rem);color: #ff6e02;font-weight: bold;}
.s02_sectB .listB{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-top: calc(10px + 0.36rem);}
.s02_sectB li{width:calc(25% - 0.56rem);margin-bottom: calc(10px + 0.4rem); margin-left:0.56rem}
.s02_sectB li::after{content: "";display: block;clear: both;}
.s02_sectB a{float: left;width: 100%;background: #ffffff;padding:calc(5px + 0.05rem) 0;padding-right: 0.3rem;border-radius:calc(5px + 0.05rem);display: flex;align-items: center; position:relative;}
.s02_sectB a ._boxB{width: 100%;flex-wrap:wrap; display: flex; align-items: center; justify-content:space-between;}
.s02_sectB ._imgB{float: left;  line-height: 0;margin-left:-40px; text-align:center}
.s02_sectB ._imgB i{ color:#fff; line-height:80px; font-size:30px; width:80px; height:80px; border-radius:50%; background:#ea5432; display:block}
.s02_sectB img{display: block;width: 100%;}
.s02_sectB .contB{float: left; padding-left:calc(10px + 0.1rem);}
.s02_sectB .contB .c1{display: block;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.1rem);color: #333333;font-weight: bold;}
.s02_sectB .contB .c2{display: block;font-size: calc(12px + 0.02rem);line-height: calc(20px + 0.1rem);color: #ff6e02;}
.s02_sectB .more{float: right;border: 1px solid #9a9a9a;border-radius: calc(20px + 0.1rem);padding: 0.02rem calc(5px + 0.05rem) 0.02rem 0.23rem;}
.s02_sectB .more span{display: inline-block;vertical-align: middle; font-size: calc(12px + 0.02rem);line-height: calc(20px + 0.1rem);color: #9a9a9a; white-space:nowrap;}
.s02_sectB .more i{display: inline-block;vertical-align: middle;width: calc(15px + 0.04rem);height: calc(5px + 0.02rem);background:url(../_im_g/service15.png) right bottom no-repeat;margin-top: -0.05rem; margin-left:calc(5px + 0.15rem)}
.s02_sectB a:hover .c1{color: #ff6e02;}
.s03_A UL{ overflow:hidden; margin-top:20px}
.s03_A UL LI{ float:left; width:15%; margin-right:2%; text-align:center}
.s03_A UL LI:nth-child(6){ margin-right:0}
.s03_A {padding-top: 0.68rem;padding-bottom: 0.68rem;background:#f5f5f5;}
.s03_A UL LI h1{ font-size:20px; font-weight:bold; color:#0068b7}
.s03_A UL LI p{ font-size:18px;color:#363B53; line-height:2} 
.s03_A UL LI  .solid {
   
    margin:20px auto;
   }
  .s03_B{ position:relative;;
            height: 600px;} 
    .hexagon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 220px;
            height: 250px;
            background: #0068b7;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .hexagon h1 {
            color: white;
            font-size: 24px;
            text-align: center;
            padding: 20px;
        }

        /* 服务项气泡 */
        .service-bubble {
            position: absolute;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: #ea5432;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .service-bubble:hover {
            transform: scale(1.1);
            background: #3bb4a5;
        }

        /* 特殊标注的安心卡 */
        .special {
            background: #ffd700 !important;
            color: #333;
        }


        /* 动态定位气泡 */
        .bubble-1 { top: 10%; left: 55% }
        .bubble-2 { top: 15%; left: 65% }
        .bubble-3 { top: 33%; left: 73% }
        .bubble-4 { top: 60%; left: 75% }
        .bubble-5 { top: 75%; left: 55% }
        .bubble-6 { top: 75%; left: 46% }
        .bubble-7 { top: 75%; left: 37% }
        .bubble-8 { top: 33%; left: 17% }
        .bubble-9 { top: 15%; left: 25% }
        .bubble-10 { top: 10%; left: 35% }
		
		
		
.s03_c{width: 100%;padding-top: 0.68rem;padding-bottom: 0.68rem;}		     
.s03_D{width: 100%;padding-top: 0.68rem;padding-bottom: 0.68rem; background:#f5f5f5;}		     

        .targets-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 45px; margin-top:20px
        }

        .target-card {
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 20px;
            width: 280px;
            position: relative;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }

        .target-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.1);
        }

        .target-card p {
            color: #424242;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 35px;
        }

        .target-number {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background: #ea5432;
            color: white;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 16px;
            font-weight: 500;font-family: 'gilroy_bold';
        }
		
		    .strategy-section {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 25px;
            margin-TOP: 25px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .strategy-section:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .section-title {
            color: #e74c3c;
            font-size: 20px;
            margin-bottom: 15px;
            padding-left: 10px;
            border-left: 4px solid #e74c3c;
        }

        .strategy-list {
            list-style: none;
            padding-left: 20px;
        }

        .strategy-list li {
            margin-bottom: 12px;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 4px;
            position: relative;
        }

        .strategy-list li:before {
            content: "•";
            color: #e74c3c;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

 /* 服务板块通用样式 */
        .service-section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: transform 0.3s ease; 
        }

        .service-section:hover {
            transform: translateY(-5px);
        }

      

        /* 服务内容网格布局 */
        .service-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            padding: 20px;
        }

        .service-card {
            border-left: 4px solid var(--primary);
            padding: 20px;
            background: #fff;
            position: relative;
        }

        .service-card h3 {
            color: #333;
            margin-bottom: 15px; font-weight:bold; font-size:18px
        }

        .service-card::before {
             content: "\e60b";
            color:#ea5432;
            font-size: 0.5rem;
            position: absolute;
            left: -25px;
            top: 15px; font-family: "iconfont" !important;
        }

        /* 优势展示 */
        .advantage-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .advantage-item {
            text-align: center;
            padding: 25px;
            background: rgba(255,107,53,0.1);
            border-radius: 8px;
        }

        .advantage-item h3 {
            color:#333; font-size:18PX; font-weight:bold;
            margin: 15px 0;
        }
		
		
		
.videolist   .ul{display: flex;flex-wrap: wrap;}

.videolist   .ul .li{width: 31.25%;margin-right: 3.125%;margin-bottom: 50px;box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.02);position: relative;}

.videolist   .ul .li .img{overflow: hidden;}

.videolist   .ul .li .img img{width: 100%;transform: scale(1.0001);}

.videolist   .ul .li s{position: absolute;bottom: 0;width: 0%;height: 6px;background: #0068b7;}

.videolist   .ul .li:nth-child(3n){margin-right: 0;}

.videolist   .ul .li a{display: block;height: 100%;background: #fff;}

.videolist   .ul .li .txt{padding: 30px 30px 40px;}

.videolist   .ul .li .txt .t1{display: flex;align-items: center;color: #0068b7;}

.videolist   .ul .li .txt .t1 img{width: 30px;margin-right: 10px;}

.videolist   .ul .li .txt .t2{margin-top: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.videolist   .ul .li:hover s{width: 100%;}

.videolist   .ul .li:hover .img img{transform: scale(1.05);}

.alltime, .alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}