/* 公共样式 */
:root {
  --main_color: #24c5f1;
}

.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  position: relative;
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

.common-tl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 19%;
  text-align: center;
}
.section4  .common-tl {
  top: 17%;
}
.section.active .common-tl h2 {
  transition: all 2s ease 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.section.active .common-tl p {
  transition: all 2s ease 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.common-tl h2 {
font-size: .525rem;
  font-weight: normal;
  color: #ffffff;
  transform: translateY(-100%);
  opacity: 0;
}
.common-tl p {
  font-size: 0.225rem;
  color: #ffffff;
  margin-top: 0.1875rem;
  transform: translateY(-100%);
  opacity: 0;
}
.common-more {
  display: inline-block;
  width: 2.3rem;
  height: 0.625rem;
  background-color: var(--main_color);
  border-radius: 0.3125rem;
  font-size: 0.2rem;
  line-height: 0.625rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100%);
}
.section.active .common-more {
  transition: all 1s ease 0.7s;
  opacity: 1;
  transform: translateY(0);
}

/*菜单导航  */

#menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 1.125rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.0875rem 0 rgba(0, 0, 0, 0.36);
  z-index: 9999;
}
#menu .logo {
  display: inline-block;
  width: 7rem;
  height: auto;
}
#menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu .rt {
  flex: 1;
}
#menu ul {
  justify-content: end;
}
#menu li {
  margin-right: 1.25rem;
}
#menu li:last-child {
  margin-right: 0;
}
#menu li  a {
  font-size: 0.25rem;
  color: #474747;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.headerSwiper .swiper-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  position: absolute;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 9999;
  padding-right: 10%;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.head {
  width: 100%;
  z-index: 999;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.1875rem;
}
.head .logo {
  display: inline-block;
  width: 2.225rem;
  height: 1.5375rem;
  object-fit: cover;
}
.head .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head .img {
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  object-fit: cover;
}
/* .section,
.fp-tableCell {
  height: 100vh !important;
} */
/* section2 */
.section2 {
  width: 100%;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}
.section2.active .img,
.section2.active .rt {
  transform: translateX(0);
  transition: all 1s ease 0.3s;
  opacity: 1;
}
.section2 .common-card {
  padding-top: 6%;
}
.section2 .img {
  position: relative;
  width: 9.3rem;
  height: 9.3rem;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
  margin-right: 0.8375rem;
  transform: translateX(-80%);
  opacity: 0;
}
.section2 .img .video {
display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.55rem;
  height: 1.55rem;
  object-fit: cover;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.section2 .rt {
  flex: 1;
  opacity: 0;
  transform: translateX(100%);
}
.section2 .rt .text {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #333333;
  margin-top: 1.1875rem;
}
.section2 .number span {
  font-size: 0.5375rem;
  font-weight: bold;
  color: #333333;
}
.section2 .number i,
.section2 .number h6 {
  font-size: 0.3625rem;
  color: #333333;
}
.section2 .number h6 {
  font-weight: normal;
  margin-top: 0.0875rem;
}
.section2 .more {
  display: inline-block;
  width: 0.95rem;
  height: 0.95rem;
  position: relative;
  left: -10%;
  margin-top: 15%;
}
.section2 .more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* section3 */
.section3 {
  width: 100%;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.section3.active .section3Swiper {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease 0.4s;
}
.section3Swiper {
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(50%);
  opacity: 0;
}
.section3Swiper a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.section3Swiper .text {
  width: 100%;
  background-image: linear-gradient(180deg, #9ce1fa 0%, #328ec4 100%), linear-gradient(#24c5f1, #24c5f1);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  bottom: 0.625rem;
  height: 0;
  opacity: 0;
  font-size: 0.15rem;
  line-height: 0.3375rem;
  color: #ffffff;
  padding: 0.3125rem 0.25rem 0.375rem 0.15rem;
  transition: all 0.3s;
}
.section3Swiper .swiper-slide:hover .text {
  opacity: 1;
  height: 1.5rem;
}
.section3Swiper img {
  height: 5.3375rem;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}
.section3Swiper .name {
  width: 100%;
  height: 0.625rem;
  font-size: 0.2rem;
  line-height: 0.625rem;
  text-align: center;
  color: #ffffff;
  background-color: var(--main_color);
}
.common-tl.black h2 {
  color: #000;
}
.common-tl.black p {
  color: #000;
}
/* section4 */
.section4 {
  width: 100%;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}
.section4.fp-auto-height {
  min-height: auto !important;
}
.section4-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16%;
}
.section4 .common-more {
  opacity: 1;
  transform: translateY(0);
}
.section4-con .top {
  margin-bottom: 0.5rem;
}
.section4-con .lt {
  width: 9.95rem;
  height: auto;
  margin-right: 0.4375rem;
}
.section4-con .lt img {
  width: 100%;
  height: 4.35rem;
  object-fit: cover;
  margin-bottom: 0.25rem;
}
.section4-con .text {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.section4-con .text .tl p {
  font-size: 0.25rem;
  flex: 1;
  padding-right: 5%;
  color: #333333;
}
.section4-con .text .tl span {
  display: inline-block;
  width: 18%;
  text-align: right;
  font-size: 0.2rem;
  color: #999999;
}
.section4-con .text .ls {
  font-size: 0.2rem;
  line-height: 0.475rem;
  color: #666666;
  margin-top: 0.225rem;
}
.section4-con li .more {
  font-size: 0.2rem;

  color: #666666;
}
.section4-con .rt {
  flex: 1;
}
.section4-con li {
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid rgba(159, 158, 158, 0.6);
}
.section4-con .rt li a {
  display: flex;
}
.section4-con .rt li:first-child {
  margin-bottom: 1.7125rem;
}
.section4-con .rt li img {
  width: 2.7875rem;
  object-fit: cover;
  margin-right: 0.2125rem;
  height: 2.2125rem;
}
.section4-con .rt .text {
  flex: 1;
}
.section4-con .text .tl {
  width: 100%;
}

.footer {
  position: relative;
  width: 100%;
  height: 3.75rem;
  background-image: linear-gradient(180deg, #9ce1fa 0%, #328ec4 100%), linear-gradient(#005f95, #005f95);
  background-blend-mode: normal, normal;
  padding-top: 0.875rem;
}
.footer  .common-card{
    justify-content: space-evenly;
  height:auto;
}
.section5.active .ph,
.section5.active .bto {
  transform: translateY(0);
  opacity: 1;
}
.footer .ph {
  transform: translateY(80%);
  opacity: 0;
  transition: all 1s ease 0.6s;
  width: 3.875rem;
  height: auto;
  margin-right: 2.5rem;
}
.footer .ph p {
  font-size: 0.3125rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.footer .ph span {
  font-size: 0.475rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .rt {
 // flex: 1;
}
.footer .rt p {
  margin-bottom: 0.1875rem;
  font-size: 0.225rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .rt a,
.footer .rt span {
  font-size: 0.2rem;
line-height: .475rem;
  color: #ffffff;
}
.footer .rt img {
  width: 2.425rem;
  height: 2.425rem;
  object-fit: cover;
  margin-top: 0.1875rem;
}
.footer .rt li {
  display: flex;
  flex-direction: column;
  transform: translateY(-80%);
  opacity: 0;
  transition: all 1s ease 0.5s;
}
.footer .rt ul {
  display: flex;
  justify-content: space-between;
}
.footer .bto {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid rgba(251, 249, 249, 0.5);
  color: #ffffff;
  opacity: 0;
  padding: 0.25rem 2%;
  transform: translateY(50%);
  transition: all 1s ease 0.7s;
}
.section5.active li {
  transform: translateY(0);
  opacity: 1;
}

.innerMenu {
  position: static !important;
  display: block !important;
  box-shadow: none !important;
  height: 1.2125rem !important;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.375rem;
  font-weight: bold;
  color: #000000;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.navigation {
  width: 100%;
  height: 1.1375rem;
}
.navigation .common-card {
  position: relative;
  top: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  box-shadow: 0px 0.0375rem 0.0875rem 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.1rem;
}
.navigation a {
  font-size: 0.3rem;
  color: #333333;
  display: inline-block;
  border-right: 1px solid #000;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.navigation a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}


.product {
  width: 100%;
  height: auto;
  background: url(../img/bg8.png) center no-repeat;
  background-size: cover;
  border-top: 1px solid #dcdcdc;
  padding: 0.875rem 0 0.625rem 0;
}
/* 控制器 */
.controller {
  width: 100%;
  height: auto;
}
.product .item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 0.2rem solid #f2f2f2;
  padding: 0.25rem;

    align-items: center;
}
.product .lt {
  flex: 1;
}
.product .icon {
  width: 0.275rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.125rem;
}
.product .name {
    font-weight: bold;
  font-size: 0.2875rem;
  color: #000000;
}
.controller .item li {
  height: 0.85rem;
  border-bottom: 1px solid #24c5f1;
  display: flex;
  align-items: center;
}
.controller .item li .text,
.advantage li .text {
  font-size: 0.2875rem;
  color: #000000;
}
.product .rt {
  flex: 1;
  width: 5.25rem;
  height: 5.125rem;
  padding: 0.125rem 0;
  margin-left: 0.875rem;
}
.product .rt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.movement .top .tl {
  margin-bottom: 0.4375rem;
}
.argument-con .ls,
.domain .item .text,
.design .lt .ls {
  font-size: 0.2875rem;
  line-height: 0.7875rem;
  color: #000000;
}

.advantage li {
  height: 0.85rem;
  display: flex;
  align-items: center;
}
.movement .top,
.domain .lt  .ls:nth-child(1) {
  border-bottom: 1px solid #24c5f1;
  margin-bottom: 0.25rem;
}
.movement .item {
  align-items: center;
}
.domain .item .ls .text,
.argument-con .ls {
  padding-left: 0.375rem;
}
.domain   .tl{
margin-bottom: .25rem;
}
.design .rt{
   flex: none;
}

.product  .design:nth-child(1)  .rt,
.product  .design:nth-child(2)  .rt{
  flex: 1;
}
/* ----------------------- */




















.detailsList h6 {
  font-size: 0.25rem;
  color: #333333;
}
.detailsList {
  display: none;
  margin: 0.3125rem 0;
}
.detailsList .lss {
  font-size: 0.225rem;
  line-height: 0.5875rem;
  color: #666666;
  margin-top: 0.125rem;
}

.footer.inner .ph,
.footer.inner .rt li,
.footer.inner .bto {
  transform: translateY(0);
  opacity: 1;
}

/* 公司简介 */
.intro {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat center;
  background-size: cover;
  padding: 0.325rem 0 0.5rem 0;
}
.com-tl {
  font-size: 0.375rem;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.intro .text {
  font-size: 0.225rem;
  line-height: 0.625rem;
  margin-top: 0.125rem;

  color: #333333;
}
.intro .number ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3125rem;
}
.intro .number li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.625rem) / 3);
  height: 4.1125rem;
  background-color: #fff;
  box-shadow: 0px 0.0375rem 0.0875rem 0px rgba(0, 0, 0, 0.14);
}
.intro .number span {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333333;
}
.intro .number i {
  font-size: 0.3rem;
  color: #333333;
}
.intro .number h6 {
  font-size: 0.3rem;
  color: #333333;
  font-weight: normal;
  margin-top: 0.0625rem;
}

.video-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .close-btn {
  position: absolute;
  top: 5%;
  left: 50%;
  background: url(../img/close.png) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
.videoPlayback {
  width: 100%;
  height: auto;
  position: relative;
}
.videoPlayback .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.videoPlayback #image {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  width: 1.55rem;
  object-fit: cover;
  height: 1.55rem;
  transform: translate(-50%, -50%);
}
/* 企业文化 */
.corporateCulture {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0.5625rem 0;
  background-color: #f0f0f0;
}

.culture-con {
  margin-top: 0.5625rem;
}
.culture-con ul{
    justify-content: space-evenly;
}
.culture-con li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.culture-con .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 3.625rem;
  height: 3.125rem;
  background: url(../img/ic13-5.png) no-repeat;
  background-size: cover;
}
.culture-con .img h6 {
  font-size: 0.275rem;
  font-weight: normal;
  color: #000000;
  margin-top: 0.1875rem;
}
.culture-con .img .ls {
    text-align: center;
font-size: .2rem;
  line-height: 0.4375rem;
  color: #000000;
}
.culture-con .img img {
  width: 0.4375rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.culture-con li p {
  font-size: 0.3625rem;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 0.625rem;
}
.culture-con li:hover .img {
  background: url(../img/ic13-6.png) no-repeat;
  background-size: contain;
}
/* 发展历程 */
.developmentCourse {
  width: 100%;
  height: auto;
  background-image: linear-gradient(180deg, #9ce1fa 0%, #3f93c5 100%), linear-gradient(#005f95, #005f95);
  background-blend-mode: normal, normal;
  background-size: cover;
  padding: 0.375rem 0 1.125rem 0;
}
.developmentCourse .com-tl {
  color: #fff;
}
.developmentSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../img/bg6.png) center no-repeat;
  background-size: contain;

}
.developmentSwiper .text {
  position: relative;
  display: flex;
  height: 4.0625rem;
  flex-direction: column;
  align-items: center;
}
.developmentSwiper .time {
  font-size: 0.25rem;
  font-weight: bold;
  color: #ffffff;
padding-top: .375rem;
  
}
.developmentSwiper .text  .time,
.developmentSwiper .text  .ls{
 height: calc(100% /2 );
}
.developmentSwiper .ls {
padding-bottom: .25rem;
display: flex;
    align-items: end;
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #ffffff;
}


.developmentSwiper .text.active {
  flex-direction: column-reverse;
}
.developmentSwiper .text.active  .ls{
padding-top: .25rem;
    align-items: baseline;
}
.developmentSwiper .text.active  .time{
    display: flex;
    align-items: end;
padding-bottom: .375rem;
padding-top: 0;
}
.developmentSwiper .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.475rem;
  border-radius: 50%;
  height: 0.475rem;
  background-color: rgba(250, 246, 246, 0.5);
}
.developmentSwiper .dot::before {
  display: block;
  content: '';
  width: 0.325rem;
  height: 0.325rem;
  background-color: #fff;
  border-radius: 50%;
}
/* 资质证书 */
.qualification {
  width: 100%;
  height: auto;
  background: url(../img/bg7.png) center no-repeat;
  background-size: cover;
  padding: 0.375rem 0 0.275rem 0;
}
.qualification-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.375rem;
}
.qualificationItem {
  display: flex;
  align-items: center;
}
.qualificationItem div {
  margin-right: 0.4375rem;
}
.qualificationItem li {
  width: 4.675rem;
  height: auto;
  margin-right: 0.4375rem;
}
.qualificationItem li:last-child {
  margin-right: 0;
}
.qualification-con .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.qualification-con .img .bgimg {
  width: 90%;
 
  height: 3.25rem;
  object-fit: contain;
  vertical-align: bottom;
}

.qualification-con .icon{
  width: 100%;
}
.tempWrap{
    width: 100% !important;
}
/* news */
.news {
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}
.news .nav {
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #e6e6e6;
}
.news .nav .item {
  font-size: 0.3rem;
  color: #333333;
  border-right: 2px solid #e6e6e6;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.news .nav .item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.news ul {
  margin-top: 0.4375rem;
}
.news li {
  width: 100%;
  height: 3.8rem;
  background-color: #f4f4f4;
  margin-bottom: 0.375rem;
  padding: 0.2125rem 0.3rem 0.1625rem 0.1625rem;
}
.news li .text h6 {
  font-size: 0.225rem;
  color: #000000;
}
.news li .time span {
  font-size: 0.3375rem;
  color: #666666;
}
.news li .tl {
  width: 100%;
}
.news li .time i {
  font-size: 0.175rem;
  color: #666666;
}
.news li .text {
flex:1;
  display: flex;
  flex-direction: column;
  align-items: self-end;
}
.news li  .text .ls {
    width: 100%;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  margin: 0.25rem 0 0.3125rem 0;
}
.news li img {
  width: 3.9375rem;
  height: 3.35rem;
  object-fit: cover;
  margin-right: 0.5625rem;
}

.news li .more {
  display: inline-block;
  width: 1.225rem;
  height: 0.425rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 0.425rem;
  color: #000000;
}
.news .bto .more {
  margin-right: 0.625rem;
}
.common-tl.inner {
  position: static;
  text-align: center;
  transform: translateX(0);
}
.common-tl.inner h2 {
  transform: translateY(0);
  opacity: 1;
  color: #000;
}
.newsDetails {
  padding: 0.375rem 0;
}
.newsDetails .text {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333333;
  margin-top: 0.3125rem;
}
.newsDetails .text p,.newsDetails .text p span{
  font-size: 16px;
  line-height: 30px;
}
/* 联系我们 */

.contactTxt {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.1875rem 0;
}
.contactTxt h6 {
  font-size: 0.45rem;
  font-weight: bold;
  color: var(--main_color);
}
.contactTxt .ls {
  font-size: 0.225rem;
  line-height: 0.4625rem;
  margin-top: 0.1875rem;
  color: #000000;
}
.contactUs {
  width: 100%;
  height: auto;
}
.contactUs .top {
  width: 100%;
  height: auto;
  background-color: #eaeaea;
  padding: 0.7375rem 0 0.5625rem 0;
}
.contactUs ul {
  display: flex;
  align-items: center;
}
.contactUs .common-title p {
  font-size: 0.25rem;
}

.contactUs .top li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 0.75rem) / 4);
  height: 4.325rem;
  background-color: #ffffff;
  margin-right: 0.25rem;
}
.contactUs .top li:last-child {
  margin-right: 0;
}
.contactUs .top li img {
  width: 0.625rem;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.375rem;
}
.contactUs .top li .ls {
  font-size: 0.2125rem;
  text-align: center;
  padding: 0 2%;
  color: #000000;
}
.contactUs .gs {
  text-align: center;
  font-weight: normal;
  font-size: 0.3rem;
  margin-bottom: 0.4375rem;
  color: #656565;
}
.contactUs .bto {
  padding: 0.3125rem 0 0.4375rem 0;
}
.contactUs .bto .bt img {
  width: 11.1125rem;
  height: 6.125rem;
  object-fit: cover;
}
.form {
  flex: 1;
  margin-right: 0.4875rem;
}

.form input[type='text'] {
  width: 100%;
  height: 0.8625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding-left: 0.25rem;
  color: #656565;
  margin-right: 0.3125rem;
  margin-bottom: 0.2rem;
}
.form .item input[type='text']:last-child {
  margin-right: 0;
}
.form textarea {
  width: 100%;
  height: 1.525rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.2375rem 0 0 0.25rem;
  color: #656565;
  margin-bottom: 0.475rem;
}
.form input[type='submit'] {
  width: 100%;
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-image: linear-gradient(180deg, #9ce1fa 0%, #328ec4 100%), linear-gradient(#0e6cf4, #0e6cf4);
  background-blend-mode: normal, normal;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  text-align: center;
  color: #ffffff;
}
.BMap_bubble_title {
  font-size: 16px;
}
.BMap_bubble_content {
  font-size: 14px;
}





#menu ul li {
  position: relative;
}
.pullDown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
top: .2875rem;
  width: auto;
  height: auto;
  background-color:#fff;
  box-shadow: 0 .05rem .125rem 0 #ccc;
padding: .1875rem  .125rem .125rem .125rem ;
 border-radius: .0625rem;
    z-index: 99999;
}

.pullDown-con a {
 position: relative;
    text-align: center;
  white-space: nowrap;
  display: inline-block;
  line-height: .6875rem;
    width: 100%;
}

.pullDown-con a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px; 
  background-color: #24c5f1; 
  transition: width 0.3s ease-out;
}
.pullDown-con  a:hover::after{
    width: 100%;
}


.VideoPlayback {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
width: 10rem;
height: 6.25rem;
  background: #999999;
border-radius: .125rem;

}

.VideoPlayback   h6{
  color: #000;
  font-size: .3rem;
}

.close-btn {
cursor: pointer;
  width: 0.375rem;
  height: 0.375rem;
  background: url(../img/close.png) no-repeat;
  background-size: cover;
}

#videoPlayer{
padding: 0 .125rem .125rem .125rem;
  width: 100%;

height: 5.625rem;
  object-fit: cover;
}

.VideoPlayback.active {
  display: block;
}
.VideoPlayback .tl {
padding:  0 .25rem;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  height: .625rem;
  background-color: #fff;
}

.development-con{
  position: relative;
  margin-top: 0.25rem;
}
.development-button-next {
 cursor: pointer;
 width: .375rem;
  height: .75rem;
  background: url(../img/ic11-1.png) no-repeat;
  background-size: cover;
  position: absolute;
left: -0.3125rem;
  top: 41%;
  transform: translateX(-50%);
}
.development-button-prev {
 cursor: pointer;
width: .4375rem;
  height: .75rem;
  background: url(../img/ic11-2.png) no-repeat;
  background-size: cover;
  position: absolute;
right: -0.6875rem;
  top: 41%;
  transform: translateX(-50%);
}

table {
    width: 100% !important;
    height: auto;
margin-top:15px;
}
table  td{
 line-height: .5rem;
  height: .5rem;
  text-align: center;
font-size: .25rem;
}

table tr td:nth-child(2n+1){
  text-align: left;
}

.intro.inner{
    background: none;
padding-top:0;
}

iframe{
    width: 100% !important;

    border: none  !important;
}



/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 10px; /* 设置滚动条宽度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道背景颜色 */
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}

/* 鼠标悬停时滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 悬停时滑块颜色 */
}
