/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin: 0 .2rem; position: relative;}
.mobmenu dl {width: 30px; margin-right: 10px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #333;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {margin: 6px 0;	width: 20px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
/* 导航头 */
.mobmenu h4 {color: #333;}
.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 20px; }
.mobnavBox .top {padding: 10px 20px; height: .8rem; 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 {max-width: 2rem; height: auto; display: flex; align-items: center;}
.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: #236DEF;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: 0.34rem; margin-top: 0.5rem;}
.mobnavBox  .form .f_sub,.mobnavBox .form .tx {height: 1rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 2.5rem);padding: 0 0.45rem;}
@media (max-width: 767px) {.mobnavBox  .form .int {width: calc(100% - 1.5rem);}}
.mobnavBox  .form .int i {width: 0.38rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 0.38rem);padding: 0.2rem 0.44rem;}
@media (max-width: 767px) {.mobnavBox  .form .int .tx {padding: 0.2rem 0.3rem;}}
.mobnavBox .form .f_sub {display: flex;align-items: center; justify-content: center;width: 2.5rem;color: #fff; background-color: #236DEF; cursor: pointer; font-size: var(--font24);}
@media (max-width: 767px) {.mobnavBox  .form .f_sub {width: 1.5rem;font-size: 0.28rem;}}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: .4rem 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(--font20);}
.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(--font17); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #236DEF; 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: #236DEF;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #236DEF;}
.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: #236DEF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #236DEF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #236DEF;}
.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: .2rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: .15rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #236DEF; background: #236DEF; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 0.9rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #236DEF 10%, #fff 60%, #236DEF 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
/* .sitebtn:hover {background-position: right center;} */
.mobinfo {padding-top: 20px; border-top: 1px solid #eee;}
.mobinfo h2 {color: #236DEF; font-weight: 700; margin-bottom: .3rem;}
.mobinfo dl dd {display: flex;margin-top: .15rem; 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: #236DEF;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: .2rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #236DEF;transition: all 0.3s linear;font-size: 0.26rem;height: 0.9rem;border: 1px solid #eee; width: 100%;}
.fz_bt i {display: flex;width: 0.3rem;height: 0.3rem;margin-right: 0.2rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #236DEF;}
.fz_bt span {color: #236DEF;}
.fz_bt:active {background: #236DEF; border-color: #236DEF;}
.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: #236DEF;}
  .fz_bt:hover{background: #236DEF; border-color: #236DEF;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}



/* ======================================================1450px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1440px) {


}

/* ======================================================1400px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1400px) {

}


/* ======================================================1300px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* 产品功能 */
  .profeat-box .profeat-nav li a {font-size: var(--font14);}


}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 头部 */
  nav {display: none;}
  .mobmenu {display: flex;}


  /* 首页 */
  .indexTwoTabs .content .item dl {flex-wrap: wrap;}
  .indexTwoTabs .content .item dl dd:nth-child(even) {display: none;}
  .indexTwoTabs .content .item dl dd:nth-child(odd) {width: 45%; margin: .2rem 0;}

  

}

/* ====================================================================================移动端============================================================ */

@media screen and (min-width: 200px) and (max-width: 1024px) {
  /* 首页 */
  .bannerInfo .info li span {font-size: var(--font16);}
  .indexFour .swiperBox {width: 70%;}

  /* 底部 */
  .foterTop {padding-top: .4rem;}
  .foterTop li {width: 48%; margin-top: .3rem;}

  /* 产品功能 */
  .profeat-box .profeat-nav .nav-box {display: none;}
  .profeat-box .w1300 {max-width: 80%;}

  /* 解决方案 */
  .solu-banner .box .text {max-width: 50%;}

  /* 新闻中心 */
  .newslist ul {grid-template-columns: repeat(2, 1fr);}
}


/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {

}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 通用 */
  .more1 {font-size: var(--font12);}
  .more1 span {font-size: var(--font12);}
  .indexTle .t1 {font-size: var(--font30);}
  
  /* 头部 */
  .mobnavBox {width: 100%;}

  .header .re .form {display: none;}
  .header .re .login {margin-right: .1rem;}
  .mobmenu h4 {font-size: var(--font12);}
  .header .re .free {padding: 0 .25rem; font-size: var(--font12);}

  /* 首页 */
  .indexBanner .slide .box {top: 50%;}
  .indexBanner .slide .bjBox img {min-height: 5rem;}
  .indexBanner .con .p1 ,  .indexBanner .con .p2 {font-size: var(--font30);}
  .bannerInfo {position: relative; bottom: 0; }
  .bannerInfo .info {padding: .2rem 0;}
  .bannerInfo .info ul {flex-wrap: wrap;}
  .bannerInfo .info li {width: 48%; margin-bottom: .2rem;}
  .bannerInfo .info li:nth-child(even) {display: none;}
  .bannerInfo .info li span {font-size: var(--font14);}
  .indexOne {padding-top: .5rem;}
  .indexOne ul {flex-wrap: wrap;}
  .indexOne li {width: 100%; margin-bottom: .3rem;}
  .indexTwoTabs {flex-wrap: wrap;}
  .indexTwoTabs .title {width: 100%; display: flex; justify-content: space-between; margin: 0 !important; padding: 0 !important;}
  .indexTwoTabs .title::before , .indexTwoTabs .title::after {display: none;}
  .indexTwoTabs .title li {width: 50%; margin-top: 0 !important; text-align: center;}
  .indexTwoTabs .content {margin-top: .5rem;}
  .indexTwoTabs .title li::after {top: 100%;transform: rotate(90deg) translateY(50%) translateX(0%);left: 50%;right: auto;transform-origin: center;}
  .indexThre .numlist {margin-top: .5rem;}
  .indexThre .numlist ul {flex-wrap: wrap;}
  .indexThre .numlist li {margin: .3rem 0; width: 30%;}
  .indexThre .numlist li .num {justify-content: center;}
  .indexThre .numlist li .counter {font-size: .5rem;}
  .indexFour .box {flex-wrap: wrap;}
  .indexFour .swiperBox {width: 100%;margin-top: .5rem;}
  .indexFour .thumbBox {max-width: 100%; margin-right: 0; }
  .indexFour .thumbBox .slide {width: auto;}
  .indexFour .thumbBox .swjt {display: none;}
  .indexFive ul {flex-wrap: wrap;}
  .indexFive li {width: 100%;margin-bottom: .3rem;}

  /* 底部 */
  .foterTop li {width: 100%;}
  .footer .box {flex-wrap: wrap;}
  .footer .le {width: 100%; order: -1; text-align: center;}
  .foterUs ul {justify-content: center;}
  .foternav {flex-wrap: wrap;width: 100%; margin-top: 0; padding: .3rem 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: .1rem 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;}
  .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;}

  /* ===============================================================================内页=========================================================== */
 
  /* 产品功能 */
  .profeat-banner .p1 {font-size: var(--font28);}
  .profeat-banner .more1 {margin-top: .4rem;}
  .profeat-box .w1300 {max-width: 92%;}
  .profeat-con .item .list ul {grid-template-columns: repeat(2,1fr);}

  /* 解决方案 */
  .solu-banner .box .text {max-width: 100%; display: none;}
  .solu-one {padding-bottom: 0 !important;}
  .solu-one li {width: 100%;}
  .solu-two .thumBox .slide .tit {font-size: var(--font14);}
  .solu-two .swiperBox .slide .slideBox {flex-wrap: wrap;}
  .solu-two .swiperBox .slide .le {width: 100%;}
  .solu-two .swiperBox .slide .re {width: 100%; margin-bottom: .5rem;order: -1;}
  .solu-thre ul {flex-wrap: wrap;}
  .solu-thre li {width: 48%;}
  .solu-thre li .p2 {font-size: var(--font12);}
  .solu-Four .tle {padding-left: 4%; text-align: center;}
  .solu-Four .swiperBox1 {position: relative;width: 100%; padding: 0 4%; margin-top: .5rem;}
  .solu-Four .swiperBox2 {margin-left: 4%;width: 100%;}
  .solu-Four .swiperBox2 .swjt {display: none;}
  .solu-Four .swiperBox2 .swjt.swiper-button-prev {margin-left: 2%;}

  /* 定价标准 */
  .g-price .g-price-container .g-price-body .accounts, .g-price .g-price-container .g-price-body .years {border-radius: 0; height: auto; padding: .1rem ; flex-wrap: wrap; justify-content: center;}
  .setprice-nav {top: 50px;}
  .setprice-nav li span {font-size: var(--font12);}
  .setprice-thre ul {flex-wrap: wrap;}
  .setprice-thre li {width: 45%; max-width: 45%; margin-bottom: .5rem;}
  .setprice-thre ul::after {display: none;}
  .setprice-thre li .text p {font-size: var(--font12);}
  .setprice-thre li .text {min-height: 50px;}

  /* 客户案例 */
  .case-banner .box .tit1 {font-size: var(--font30);}
  .caseOne .layui-tabs-header li .tit {font-size: var(--font12);}

  /* 服务优势 */
  .serviceOne li .num {font-size: .5rem;}
  .serviceOne li .text {font-size: var(--font12);}
  .serviceTwo li .w1300 {display: flex; flex-direction: column;}
  .serviceTwo li .imgBox {position: relative; width: 100%; order: -1;}
  .serviceTwo li .con {width: 100%; margin-top: .5rem;}
  .serviceTwo li {padding: .5rem 0;}
  .serviceTwo li .tit {font-size: var(--font30);}
  .serviceTwo li .text {font-size: var(--font14);}
  .serviceTwo li dd .ddp1 {font-size: var(--font18); margin-top: .2rem;}
  .serviceTwo li dd .ddp2 {font-size: var(--font12); transform: scale(.8);}
  .serviceThre li {width: 46%;}

  /* 帮助中心 */
  .help-banner .form {width: 100%;}
  .help-banner .tips .list a {font-size: var(--font12);}
  .helpOne .tle {text-align: center;}
  .helpOne .tle h3 {font-size: var(--font30);}

  /* 新闻中心 */
  .newslist ul {grid-template-columns: repeat(1, 1fr);}
  /* 详情 */
  .newsDate .box {flex-wrap: wrap;}
  .newsDate .box .le {width: 100%;}
  .newsDate .box .re {width: 100%; margin-top: .5rem;}
  .newsDate .tle h5 {font-size: var(--font28);}

  /* 关于我们 */
  .aboutTle {text-align: center;}
  .aboutOne .box {flex-wrap: wrap;}
  .aboutOne .box .le {width: 100%;}
  .aboutOne .box .re {width: 100%; margin-top: 1rem;}
  .aboutTwo ul {flex-wrap: wrap;}
  .aboutTwo li {width: 100%;}

}

@media screen and (min-width: 200px) and (max-width: 500px) {

}
