/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin: 0 0 0 2.5rem; position: relative; z-index: 9;}
.mobmenu dl {width: 1.875rem; margin-right: 10px; cursor: pointer; height: 1rem;}
.mobmenu dl dd {width: 0;height: .125rem;background: #fff; width: 1.25rem;position: absolute;    transition: all 0.3s;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {top: 50%;margin-top: -0.063rem;}
.mobmenu dl dd:last-child {bottom: 0; animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

header.c-style2 .mobmenu dl dd {background: #333;}
header.c-style2 .mobmenu h4 {color: #333; }

/* 导航头 */
.flexsb{display: flex; justify-content: space-between; align-items: center;}
.mobmenu h4 {color: #fff; }
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: .625rem 1.25rem; height: 6.25rem; min-height: 50px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo {display: flex; align-items: center; height: 100%;}
.mobnavBox .top .logo img{ max-height:100%; filter: brightness(0); -webkit-filter:brightness(0);}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #FF0000;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 1.25rem; margin-top: 1.25rem;}
.mobnavBox .form .f_sub,.mobnavBox .form .tx {height:5rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 9.625rem);padding: 0 2.8125rem;}
.mobnavBox .form .int i {width: 2rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 2rem);padding: 1.25rem 1rem;font-size: var(--font20);}
.mobnavBox .form .f_sub {display: flex;align-items: center;justify-content: center;width: 9.625rem;color: #fff;background-color: #FF0000;cursor: pointer;font-size: var(--font24);}
@media (max-width: 768px) {
  .mobnavBox .form .int {width: calc(100% - 1.5rem);padding: 0 1rem;}
  .mobnavBox .form .f_sub, .mobnavBox .form .int .tx {height: 3.5rem; font-size: var(--font16);}
  .mobnavBox .form .f_sub {font-size: var(--font16);}
  .mobnavBox .bottom .nav li h3 a,.fz_bt{font-size: var(--font19);}
}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 2.5rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; width: 16px;height: 16px;color: #333;text-align: center;font-size: 12px; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {margin: 10px 0;padding-left: 5px;position: relative; font-size: var(--font20); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #FF0000; display: inline-flex; margin-right: 5px; flex-shrink: 0;}

/*三级导航 */
.mobnavBox .bottom .nav li .m-subnav dl {border-bottom: 1px solid #eee;}
.mobnavBox .bottom .nav li .m-subnav dl:last-child {border: 0;}
.mobnavBox .bottom .nav li .m-subnav dl dt {display: flex; justify-content: space-between;}
.mobnavBox .bottom .nav li .m-subnav dl dt a::before {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn {width: 16px; position: relative;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn i {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);    font-weight: 700;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn .i2 {opacity: 0;}
.mobnavBox .bottom .nav li .m-subnav dl .list {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl .list a {display: flex; position: relative; align-items: center;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i2 {opacity: 1;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i1 {opacity: 0;}
/* .mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 8px;height: 8px;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 4px;top: 5px;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 4px;height: 4px;background: #CCCCCC; border-radius: 50%; position: absolute; left: 7px;top: 8px;transition: all 0.4s;} */
.mobnavBox .bottom .nav li.on h3 a {color: #FF0000;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #FF0000;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover , .mobnavBox .bottom .nav li .m-subnav a.on {color: #FF0000;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #FF0000;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #FF0000;}
.mobnavBox .bottom .links dl dd {margin: .3rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: .2rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}

/* 导航语言 */
/* version2.0 */
.mobnavBox .moblang .tit {font-size: var(--font20); text-align: center; font-weight: 700; margin-bottom: 1.25rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: 1rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #FF0000; background: #FF0000; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 3.125rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #FF0000 10%, #fff 60%, #FF0000 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
/* .sitebtn:hover {background-position: right center;} */
.mobinfo {padding-top: 1.25rem; border-top: 1px solid #eee;}
.mobinfo h2 {color: #FF0000; font-weight: 700; margin-bottom: 1.875rem;}
.mobinfo dl dd {display: flex;margin-top: .938rem; align-items: center;}
.mobinfo dl dd {}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:active {color: #FF0000;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: 1.25rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #FF0000;transition: all 0.3s linear;border: 1px solid #eee; width: 100%; padding: .625rem 0; font-size: var(--font24);}
.fz_bt i {display: flex;width: 1.875rem;height: 1.875rem;margin-right:1.25rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #FF0000;}
.fz_bt span {color: #FF0000;}
.fz_bt:active {background: #FF0000; border-color: #FF0000;}
.fz_bt:active i svg path{fill: #fff;}
.fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #FF0000;}
  .fz_bt:hover{background: #FF0000; border-color: #FF0000;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}
@media (max-width: 768px) {
  .mobnavBox .bottom .nav li {margin: 1.25rem 0;}
  .mobnavBox .bottom .nav li h3 a {font-size: var(--font18);}
  .mobnavBox .bottom .nav li .m-subnav a {font-size: var(--font16);}
  .fz_bt i {width: 1.25rem; height: 1.25rem; margin-right: .5rem;}
}


/* ======================================================1400px========================================================= */
/* 大桌面显示器，≥ 1200px */
@media (max-width: 1400px) { 


}

@media (max-width: 1366px) { 
  /* 首页 */
  .indexTwo .swiper .slide .slide_box {padding: 0 0 0 5.78125%;}
  .indexTwo .pagtion {left: 5.78125%;}

}

/* ======================================================1200px========================================================= */
/* 大设备（小桌面/平板横屏，≥ 992px） 小于 1200px */
@media  (max-width: 1200px) { 

}

/* ======================================================992px========================================================= */
/* 中等设备（平板，≥ 768px）小于 992px */
@media (max-width: 992px) { 
  /* 头部 */
  nav {display: none;}
  .mobmenu {display: flex; margin-left: 2rem;}
  .headluange .layui-nav .layui-nav-item > a {padding-right: 20px;}
  
  /* 底部 */
  .footer {}
  .footer .footerBox {padding-top: 2rem;}
  .copyRight {margin-top: 2rem;}
  .copyRight .links {order: -1; margin-bottom: .625rem; width: 100%;}

  .foternav {flex-wrap: wrap;width: 100%; margin-top: 2rem; padding: .3rem 0; margin-left: 0;}
  .foternav dl .ddbox {display: none;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0;}
  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;  padding: .313rem 0;}
  .foternav dl dt::after {content: "";background: url(../images/jt1.svg) no-repeat right;display: block;width: 15px;height: 15px;background-size: 100%;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .35s; z-index: 1;}
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}
  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}


  /* 内页导航 */
  .ny_nav li {margin: 0 1.5rem;}

  /* 关于我们 */
  .aboutTwo .slide {width: calc(100% / 4.5);}
}



/* ======================================================移动端========================================================= */
/* 小设备（手机横屏/大手机，≥ 576px）小于 768px */
@media (max-width: 768px) { 
  /* 通用 */
  .more1 {padding: .8rem 1rem;}
  .more1 span {margin-right: .5rem; font-size: var(--font16);}
  .more1 i {font-size: var(--font16);}
  .more2 {padding: .7rem 1.5rem;}

  .indexTle {text-align: center;}

  /* 头部 */
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 3.75rem;}
  .headluange {display: none;}
  .headBox {height: 3.75rem !important;}
  .headBox .logo img { min-height: initial;}
  .head_search {margin-right: 0; display: none;}
  .head_form a {padding: .5rem 1rem;}

  /* 首页 */
  .indexBanner {height: 80vh;}
  .indexBanner .swiper .slide .slide_box {text-align: center;}
  .indexBanner .swiper .slide .info .p1 {font-size: 2.5rem;}
  .indexBanner .swiper .slide .info .p2 {font-size: var(--font18);margin-top: 1.5rem;}
  .indexBanner .swiper .slide .more {margin-top: 2rem;}
  .indexOne {padding: 3rem 0 6rem;}
  .indexOne .tle {justify-content: center;}
  .indexOne .tle .more {margin-top: 2rem; width: 100%; text-align: center;}
  .indexOne .slide a {height: 30rem; padding: 3rem 2rem;}
  .indexOne .slide .icBox {height: 4rem;}
  .indexOne .slide .icBox img {min-height: initial;}
  .indexOne .swiperBox {margin-top: 3rem;}
  .indexTwo {padding: 3rem 0;}
  .indexTwo .swiper .slide .slide_box {padding: 0 4%;}
  .indexTwo .swiper .slide .le {width: 100%;}
  .indexTwo .swiper .slide .imgBox {width: 100%; order: -1;}
  .indexTwo .swiper .slide .p1 {font-size: var(--font20);}
  .indexTwo .swiper .slide .p2 {margin-top: 1.5rem; font-size: var(--font16);}
  .indexTwo .swiper .slide .more {margin-top: 2rem;}
  .indexTwo .pagtion {bottom: 1rem;}
  .indexTwo .swjt {right: 2%; bottom: 1rem;}
  .indexThre {padding: 3rem 0;}
  .indexThre .tit_text {width: 100%;}
  .indexThre .list {margin-top: 2rem;}
  .indexThre .list ul {grid-template-columns: repeat(2, 1fr); gap: .5rem;}
  .indexThre .list li .text {padding: 1rem;}
  .indexFour {background-attachment: local; padding: 3rem 0;    background-position-x: 57%;}
  .indexFour .tit_text {width: 100%;}
  .indexFour .more {margin-top: 2rem;}
  .indexFour .numlist {margin-top: 3rem;}
  .indexFour .numlist ul {align-items: flex-start;}
  .indexFour .numlist li {width: 50%; text-align: center; margin-bottom: 2rem;}
  .indexFour .numlist li .num {font-size: var(--font30);}
  .indexFive {padding: 3rem 0;}
  .indexFive .swiperBox {margin-top: 2rem;}
  .indexFive .slide .info {padding: 1rem;}
  .indexSix {padding: 3rem 0; background-attachment: local;}
  .indexSix .tit_text {width: 100%; font-size: var(--font18); margin-top: 2rem; text-align: left;}
  .indexSix .more {margin-top: 3rem;}
  .indexSeven {padding: 3rem 0;}
  .indexSeven .swiperBox {margin-top: 3rem;}
  .foterUs {margin-top: 3rem;}
  .foterUs .box {padding: 2rem 0;}
  .foterUs .box .tle {font-size: var(--font28);}


  /* =============================================内页============================================ */
  /* 通用 */
  .ny-banner .pic img {min-height: 15rem;}
  .ny-banner .info strong {font-size: 2rem;}
  .ny-banner .info {top: 60%;}
  .ny-banner2 .pic img {min-height: 12rem;}
  .ny-banner2 .banner_mbx {display: none;}

  /* 内页导航 */
  .ny_nav {white-space: nowrap;}
  .ny_nav ul {justify-content: flex-start;  overflow-x: auto; overflow-y: hidden;}
  .ny_nav li a {padding: 1rem 0;}

  /* 产品 */
  .proOne .list li {position: relative; top: 0; padding: 3rem 0;}
  .proOne .list li .li_box {flex-wrap: wrap;}
  .proOne .list li .imgBox {width: 100%;}
  .proOne .list li .info {width: 100%;}
  .proOne .list li .p1 {font-size: var(--font22); margin-top: 2rem; }
  .proTwo {padding: 3rem 0;}
  .proTwo ul {grid-template-columns: repeat(1, 1fr); gap: 1rem; margin-top: 3rem;}
  .proTwo li {padding-top: 3rem; min-height: 25rem;}
  .proTwo li .icBox {height: 5rem;}
  .proTwo li .icBox img {min-height: initial;}
  .proTwo li .p1 {margin-top: 2rem;}

  /* 产品详情*/
  .prodateOne {padding: 3rem 0;}
  .prodateOne .left {width: 100%; text-align: center;}
  .prodateOne .right {width: 100%; margin-top: 2rem;}
  .prodateTwo {padding: 3rem 0;}
  .prodateThre {padding: 3rem 0;}
  .prodateThre .w1500 ul {grid-template-columns: repeat(1, 1fr); gap: 2rem;}
  .prodateThre .w1500 .list {margin-top: 2rem;}
  .prodateThre .w1500 li .info .p1 {padding-bottom: 1rem;}
  .prodateThre .w1500 li .info {margin-top: 1rem;}
  /* 服务自动化详情 */
  .prodateThre2 .proOne .list li .imgBox {width: 100%;}
  .prodateThre2 .proOne .list li .info {width: 100%;}
  .prodateThre2 .proOne .list li .p1 {font-size: var(--font22);  }

  /* 关于我们 */
  .aboutOne {padding: 3rem 0;}
  .aboutOne .indexTle {text-align: center; width: 100%;}
  .aboutOne .right {width: 100%; margin-top: 2rem;}
  .aboutOne .right p {font-size: var(--font16);}
  .aboutOne .imgBox {margin-top: 2rem;}
  .aboutTwo {padding: 3rem 0 10rem}
  .aboutTwo .swiperBox {margin-top: 3rem;}
  .aboutTwo .slide {width: calc(100% / 2.5);}
  .aboutTwo .slide .slide_box {height: 14rem;}
  .aboutTwo .swjt {bottom: -6rem;}
  .aboutThre {padding: 3rem 0;}
  .aboutThre .tit_text {width: 100%;}
  .aboutThre .list ul {grid-template-columns: repeat(2, 1fr); gap: 1rem;}
  .aboutThre li {min-height: max-content; padding: 3rem 0.5rem;}
  .aboutThre li .text {margin-top: 3rem; font-size: var(--font14);}
  .aboutFour .w1500 {flex-wrap: wrap;justify-content: flex-start;}
  .aboutFour .imgBox {width: 100%;position: relative; height: auto; order: 2;}
  .aboutFour .info {width: 100%; padding: 3rem 0; }
  .aboutFour .info .text { font-size: var(--font18);margin-top: 2rem;}
  .aboutFive {padding: 3rem 0 5rem;}
  .aboutFive .tit_text {width: 100%;}
  .aboutFive .nav ul {gap: 1rem;}
  .aboutFive .nav li a {padding: .8rem .5rem; font-size: var(--font14);}

  /* 案例列表 */
  .case-list {padding: 3rem 0;}
  .case-list ul {grid-template-columns: repeat(2, 1fr); gap: 1rem;}
  /* 案例详情 */
  .caseMain-bg {padding: 3rem 0;}
  .case-details {width: 100%; padding: 2rem 1rem;}
  .case-recom {width: 100%; margin-top: 2rem;}
  .casexq-title {padding-bottom: 1rem;}
  .casexq-title strong {font-size: var(--font22);margin-bottom: 0;}
  .case-back {width: 100%; display: flex; justify-content: center; margin-top: 2rem;}

  /* 新闻列表 */
  .news-list {padding: 3rem 0;}
  .news-list ul li .date {width: 6rem; height: 6rem; margin-right: 1.5rem;}
  .news-list ul li .date b {font-size: var(--font30);}
  .news-list ul li .info {width: calc(100% - 7.5rem);}
  /* 新闻详情 */
  .newsxq-box {flex-wrap: wrap; padding: 0;}
  .news-left {width: 100%;}
  .news-right {width: 100%; margin-top: 2rem;}
  .news-left .newsCon {padding: 1.5rem;}
  .newsxq-title strong {font-size: var(--font22);}
  .newsxq-title {padding-bottom: 1.5rem;}
  .newsxq-box .news-right {width: 100%; position: relative; padding: 1.5rem;}
  .newsxq-page {margin-top: 1.25rem;}

  /* 加入我们 */
  .joinMain {padding: 3rem 0;}
  .ny-title {margin-bottom: 3rem;}
  .join-list dl dt {padding: 1rem 3%;}
  .join-list dl dd {padding: 1.5rem 1.3%;}
  .join-list dl dt .icon::before, .join-list dl dt .icon::after {font-size: 2.5rem;}
  
  /* 技术支持 */
  .techMain {padding: 3rem 0;}

  /* 联系我们 */
  .contact {padding: 3rem 0;}
  .contact-list ul li {width: 100%; margin-bottom: 2rem;}
  .contact-list ul li p {font-size: var(--font18);}
  #map {display: none;}
  .contactMain .tactTwo {background: #f5f5f5;}

  /* 底部留言 */
  .tactTwo {padding: 3rem 0;}
  .tactTwo .box {flex-wrap: wrap;}
  .tactTwo .left {width: 100%;}
  .tactTwo .right {width: 100%; margin-top: 4rem;}
  .tactTwo .left .p1 {font-size: var(--font34); text-align: center;}
  .tactTwo .left .text {margin-top: 1.5rem;}
  .tactTwo .left .more {margin-top: 3rem; display: flex; justify-content: center;}
  .tactTwo .left .more1 {padding: .8rem 1rem;}
  .tactTwo .form .inBox {width: 100%;}
  .tactTwo .form .sub {display: flex; justify-content: center;}

}

/* 超小设备（手机，小于 576px） */
@media (max-width: 576px) {

  /* 关于我们 */
  .aboutTwo .slide {width: calc(100% / 1.5);}

  /* 案例列表 */
  .case-list ul {grid-template-columns: repeat(1, 1fr); row-gap: 2rem;}




}


