/* ====移动端导�?==== */
/* 按钮 */
.mobmenu {display: none;}
.mobmenu dl {transform: rotateY(180deg);margin-right: 10px;width: 30px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #fff;}
.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: #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: 50%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #000; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 20px; }
.mobnavBox .top {padding: 10px 20px;height: 70px; position: sticky;top: 0;z-index: 9999;background: #000;box-shadow: 0 0 20px 0 rgba(255, 255, 255, .4);}
.mobnavBox .top .logo {	width: 120px; height: 100%; display: flex; align-items: center;}
.mobnavBox .top .logo img {max-width: 100%; max-height: 100%;}
.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: #fff;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);}
/* 导航搜索 */
.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 #fff;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #fff;}
.mobsearch form button {width: 42px;height: 42px;background: #cc0f04;color: #fff;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 12px 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; font-size: var(--font18);}
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #fff;padding-left: 4px;}
.mobnavBox .bottom .nav li h3 i {display: block;width: 30px;height: 30px;line-height: 32px;color: #333;text-align: center;font-size: 12px; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i img {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 {display: block;margin: 10px 0;padding-left: 20px;position: relative; font-size: var(--font16); color: #fff;}
.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: 8px;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: 11px;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a{color: #cc0f04;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #cc0f04;}
.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{color: #cc0f04;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #cc0f04;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #cc0f04;}
/* 导航联系方式 */
.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #cc0f04 0%, #fff 50%, #cc0f04 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
.sitebtn:hover {background-position: right center;}
.mobinfo {margin-top: 20px;}
.mobinfo h2 { color: #fff; font-weight: 700;}
.mobinfo dl dd {display: flex;margin-top: 5px; align-items: center;}
.mobinfo dl dd i {width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;margin-top: 5px;}
.mobinfo dl dd i img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);padding-left: 10px;color: #fff; }
.mobinfo dl dd p a {color: #fff; }
.mobinfo dl dd p a:hover{color: #cc0f04;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}


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

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

}

/* ======================================================1700px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1700px) {
  .aboutOne .container15 {max-width: 85%;}
}

/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {
  .logoImg img {max-width: 80%;}
  nav {/*width: 50%;*/}

}

/* ======================================================1500px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1500px) {
  /* 联系我们 */
  .contactTwo ul {grid-template-columns: repeat(3,1fr);}
}
/* ======================================================1450px========================================================= */

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

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

/* ======================================================1350px========================================================= */

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

/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* 联系我们 */
  .contactOne ul {    grid-template-columns: repeat(3,1fr);}

  /* 解决方案详情 */
  .table3 tr td {width: 50%;}
  .table3 tr td img {max-width: 100%;}
}

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

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 首页 */
  .proNavList .bd {width: 80%;}
  .indexOne .box {flex-wrap: wrap;}
  .inOneSwiper2 {width: 100%;}
  .inOneSwiper1Box {width: 100%; order: -1; margin-bottom: .5rem;}
  .inOneSwiper1 .swiper-wrapper { flex-wrap: wrap;flex-direction: inherit ;justify-content: space-between;}
  .inOneSwiper1 .swiper-slide {width: 48%;}

  /* 底部 */
  .footer .box {flex-wrap: wrap;}
  .footer .foternav {width: 100%; margin-top: .5rem;}

  /* 关于我们 */
  .aboutNav li {padding: .5rem 0; margin-right: .5rem;}



}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
  /* 产品详情 */
  .proDateBanner .con .more {flex-wrap: wrap;}
  .proDateBanner .con .more .conus {margin-top: .2rem; margin-left: 0;}

  /* 联系我们 */
  .contactOne ul {grid-template-columns: repeat(2,1fr);}


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
  /* 头部 */
  nav {display: none;}
  .headerRe {grid-template-columns: repeat(3,auto); gap: .5rem;}
  .mobmenu {display: flex;}

  /* 首页 */
  .indexOneTle {text-align: center; width: 100%;}
  .indexOneTle i {display: inline-block;}

  .indexOneTle .en {display: none;}
  .indexTwo .box {flex-wrap: wrap;}
  .indexTwo .le {width: 100%;}
  .indexTwo .re {width: 100%;}
  .indexTwo .reTop {height: auto;}
  .indexTwo .re .reBom {height: auto;}
  .indexTwo .reTop .reTople {height: auto;}
  .indexTwo .re .reTopre {padding-bottom: 1rem;}

  /* 产品详情 */
  .table1 tr {display: grid;grid-template-columns: repeat(2,1fr); width: 100%; gap: .2rem;}
  .table1 tr td {width: 100%;}
  .table1 tr:nth-child(2) {margin-top: .2rem;}
  .table1 tr:nth-child(2) td:nth-child(2) {position: relative; top: -100%;    margin-bottom: .2rem;}
  .table1 tr:nth-child(2) td:nth-child(3) {transform: translateX(100%) translateY(-107%);margin-left: .2rem;}

  /* 新闻列表 */
  .nynews-box ul li {width: 48%;}
  /* 新闻详情 */
  .recom-news ul li a {align-items: initial;}
  .recom-news ul li .pic img {height: 100%; object-fit: cover;}
  .news-left {width: 60%;}
  .news-right {width: 35%;}

  /* 人才招聘 */
  .talentTwo ul li {width: 50%;}
  .talentTwo ul li:nth-child(2) {border-right: 0;}

  


}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .bannerSwiper .con h3 {font-size: .5rem;}
  .bannerSwiper .con p {font-size: var(--font16);}

  /* 产品中心 */
  .prolistNav ul {flex-wrap: wrap;}
  .prolistNav ul li {margin-bottom: .2rem;}
  .prolistBox li {position: relative; top: 0 !important;}
  .prolistBox li .box {flex-wrap: wrap;}
  .prolistBox li .le {width: 100%; }
  .prolistBox .re {width: 100%;margin-top: .5rem;}

  /* 产品详情 */
  .prolistDateNav ul li {margin-right: .5rem;}
  .prolistDateTwo .box {flex-wrap: wrap;}
  .prolistDateTwo .box .le {width: 100%;}
  .prolistDateTwo .re {width: 100%; margin-top: .5rem;}
  .prolistDateTwo .box {padding: .3rem;}

  /* 关于我们 */
  .aboutOne .box {flex-wrap: wrap;}
  .aboutOne .le {width: 100%;}
  .aboutOne .re {width: 100%; margin-top: .5rem;}
  .aboutOne .container15 {max-width: 88%;}
  .aboutOne .re .swjt {top: auto;   right: 0;left: auto; bottom: -1rem; transform: rotate(0);}
  .aboutOne .re .swjt.swiper-button-prev {top: auto; right: 1.5rem; transform: rotate(180deg);}

  .aboutTwo {padding-bottom: 1rem;}
  .aboutTwo .xinaBox .bjBox > img {display: none;}
  .aboutTwo .xinaBox .bjBox {width: 100%; max-width: 85%; margin: auto;}
  .aboutTwo dl {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
  .aboutTwo dl dd {width: 50%; position: relative; left: auto !important; top: auto !important; margin-bottom: .5rem;}
  .aboutTwo dl dd .icBox {margin: auto;}
  .aboutTwo dl dd i {margin: auto;}

  /* 解决方案详情 */
  .table3 tr {display: flex; flex-wrap: wrap;}
  .table3 tr td {width: 100%; margin-bottom: .5rem;}
  .table3 td:nth-child(1) {padding-right: 0 !important}
  .table3 tr td:nth-child(2) {order: -1;}

  /* 联系我们 */
  .contactTwo {padding-bottom: 1rem;}
  .contactThree .box {width: 100%;}

}
@media screen and (max-width: 768px) {
   .inOneSwiper2 .imgBox {
        width: 100%;
        display: block;
    }
    .swiper-slide{
    width: 100%;
}
 
}
/* ======================================================手机�?========================================================= */
@media screen and (min-width: 200px) and (max-width: 768px) {
 /* 头部 */
 .headerBox {height: 60px;        margin-bottom: 10px;}
 .logoImg {width: 45%;}
 .logoImg img {max-width: 100%;}
 .luangage {display: none;}
 .heSearch {display: none;}
 .header-sec3 {display: none;}
 .headerRe {display: block;gap: 0;}
 .mobnavBox {width: 100%;}

 /* 首页 */
 /* .bannerSwiper {height: 6rem;} */
 .bannerSwiper .con {top: 35%; box-shadow:0 0 10px 0 #333; background: rgba(0, 0, 0,.5); border-radius: 10px; padding: .25rem; box-sizing: border-box;}
 .bannerSwiper .swjt {opacity: 1;}
 
 
 .inOneSwiper2 .slideBox .con {width: 100%;}

 .indexTwo .le .more2 {margin-top: .5rem;}
 .indexTwo .reTop {flex-wrap: wrap;}
 .indexTwo .reTop .reTople {width: 100%;}
 .indexTwo .re .reTopre {width: 100%;}
 .indexTwoSwiper .swiper-slide {}
 .indexTwoSwiper .swcon {bottom: 2.25rem; position: relative; z-index: 11;}
 .indexTwo .reBom form {grid-template-columns: repeat(2,1fr);    gap: .2rem;}
 .indexTwo .reBom form .inBox {width: 100%;}
 .indexTwo .re .reBom {padding: .5rem;}
 .indexTwo .reBom form .inBox {min-height: 35px;}
 .indexTwo .reBom form button {min-height: 35px; width: 100%;}

 /* 底部 */
 .footer .le {width: 100%;    text-align: center;}
 .footer .le form {min-height: 35px; justify-content: center;}
 .footer .le form input {width: 80%;}
 .footer .le .links {justify-content: center;}
 .footer .foternav {flex-wrap: wrap;}
 .footer .foternav dl .ddbox {display: none;}
 .footer .foternav dl {width: 100%;}
 .footer .foternav dl dt {margin-bottom: 0; position: relative; cursor: pointer;}
 .footer .foternav dl dt::after {content: ""; background: url(../images/d4322aeafb374c6086e08a8748e565b1.woff) {margin-top: .2rem;}
  .table1 tr:nth-child(2) td:nth-child(2) {position: relative; top: 0;    margin-bottom: .2rem;}
  .table1 tr:nth-child(2) td:nth-child(3) {transform: translateX(0) translateY(0);}

  /* 解决方案 */
  .solutionNav {padding-top: .2rem;}
  .solutionNav ul {flex-wrap: wrap;}
  .solutionNav li {width: 25%;margin-top: .5rem; flex-wrap: wrap;}
  .solutionlist li {flex-wrap: wrap;}
  .solutionlist li .le {width: 100%;}
  .solutionlist li .re {width: 100%; order: -1;}
  .solutionlist .le .text {margin-top: .3rem;}
  .solutionlist .le .tuijian {margin-top: .5rem;}
  .solutionlist li .le h4 {font-size: var(--font30);}

  /* 关于我们 */ 
  .aboutMain .container15 {max-width: 85%;}
  .aboutNav {padding: .5rem 0;}
  .aboutNav ul {display: grid; grid-template-columns: repeat(2,1fr); justify-content: space-between; gap: .2rem;}
  .aboutNav li {padding: 0;margin: 0;}
  .aboutNav li a {width: 100%; display: block; padding: .1rem; border: 1px solid #fff; text-align: center;}
  .aboutNav li svg {display: none;}
  .aboutNav li.on a {background: #cc0f04; border-color: #cc0f04;} 
  .aboutNav li.on a span {color: #fff;}
  .aboutOne .le .text p {line-height: .4rem;}
  .aboutThree ul {flex-wrap: wrap; margin-top: .25rem;}
  .aboutThree li {width: 100%; margin-top: .5rem;}
  .abfourSwiper .con {flex-wrap: wrap;}
  .abfourSwiper .con .le {width: 100%;    padding-bottom: 1.5rem; }
  .abfourSwiper .con .re {width: 100%; order: -1;}
  .abfourSwiper .swiper-pagination {bottom: .35rem;}

  /* 新闻列表 */
  .news-box ul li a {flex-wrap: wrap;}
  .news-box ul li .pic {width: 100%;}
  .news-box ul li .info {width: 100%; margin-top: .5rem;}
  .news-box ul li .info h3 {font-size: var(--font30);}
  .nynews-box ul li {width: 100%; margin-top: .5rem;}
  /* 新闻详情 */
  .news-left {width: 100%;}
  .news-right {width: 100%; margin-top: .5rem; position: relative; top: auto; padding: .3rem;}
  .gray-bg {padding-bottom: 1rem;}

  /* 人才招聘 */
  .talentOne {padding: 1rem 0;}
  .talentOne strong {font-size: .4rem;}
  .talentTwo .tle {flex-wrap: wrap;}
  .talentTwo .tle .le {width: 100%;}
  .talentTwo .tle .re {width: 100%; margin-top: .5rem;}
  .talentTwo ul li .icBox img {max-width: 50%;}

  /* 联系我们 */
  .contactOne ul {grid-template-columns: repeat(1,1fr);}
  .contactTwo .container15 {max-width: 95%;}
  .contactTwo ul {grid-template-columns: repeat(2,1fr);    gap: .1rem;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* 关于我们 */
  .aboutTwo dl dd {width: 100%; margin-bottom: 1rem;}
  
  
}

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

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

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

}
