/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin-left: 10px;}
.mobmenu dl {transform: rotateY(180deg);width: 30px; margin-right: 10px; 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: 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: 55px; 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: 150px; 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: #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);}
/* 导航搜索 */
.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: #2273d6;color: #333;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: .3rem 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(--font18);}
.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 {display: block;margin: 10px 0;padding-left: 20px;position: relative; font-size: var(--font16); color: #333;}
.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: #2273d6;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #2273d6;}
.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: #2273d6;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #2273d6;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #2273d6;}

/* 导航联系方式 */
.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #2273d6 0%, #2b4c75 50%, #2273d6 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: #2273d6; 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:hover {color: #2273d6;}


@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) {
 
}

/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {
  /* 头部 */
  nav ul > li > a {font-size: var(--font18);} 

}

/* ======================================================1500px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1500px) {
  /* 首页 */
  nav {width: 65%;}

  /* 关于我们 */
  .abTwoSwiper .con h5 {font-size: var(--font20);}
 
}
/* ======================================================1450px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1450px) {

}

/* ======================================================1400px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1400px) {
  .abTwoSwiper .con h5 {font-size: var(--font18);}

}

/* ======================================================1350px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1350px) {
  /* 解决方案 */
  .solu-banner .tle4 .text {width: 50%;}

}

/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* 首页 */
  .inOneNav .hd ul li.on a {font-size: var(--font24);}
  .indexOne .bd .le {width: 32%;}
 
  /* 产品中心 */
  .prolist .le {width: 20%;}
  .prolist .re {width: 68%;}
  .prolist .container::after {    left: 26%;}

  /* 关于我们 */
  .aboutTwo ul li {width: 31%;}
  .aboutTwo ul li .smTle p {font-size: var(--font19);}

  .abTwoSwiper .imgBox img {min-height: 200px;}
  .abTwoSwiper .con h5 {font-size: var(--font16);}

  .bannerSwiper .con h2{font-size: 0.5rem}
  .bannerSwiper .con span{font-size:var(--font18); }
  .bannerSwiper .con a {display:block;width: 120px;height: 40px;line-height: 35px;font-size: var(--font14);}
}

/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 头部 */
  nav {width: 60%;}
  .headernav {display: none;}

  /* 解决方案 */
  .solution-n4 {display: none !important;}
  .solution-n9 {width: 30px; right: -10px;}
   
}

/* ======================================================1100px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1100px) {
  /* 解决方案 */
  .soluThree ul {flex-wrap: wrap; justify-content: center;}
  .soluThree ul li {width: 43%;margin: 0.3rem;}
  


}

/* ======================================================1028px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1028px) {
  /* 头部 */
  nav {display: none;}
  .mobmenu {display: flex; margin-left: 20px;}

  /* 底部 */
  .foternavus {flex-wrap: wrap;}
  .foternav {width: 100%; padding-right: 0; border: 0;}
  .foterus {width: 100%;padding-bottom: 1.5rem; padding-top: .2rem;}

  /* 产品中心 */
  .prolist .re ul {    grid-template-columns: repeat(2,1fr);}
  .prolist .le {width: 30%;}
  .prolist .container::after {left: 38%;}
  .prolist .re {width: 55%;}

  /* 联系我们 */
  .contact .box {flex-wrap: wrap;}
  .contact .box .le {width: 100%;}
  .contact .box .re {width: 100%; margin-top: 1rem;}
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .indexOne .bd ul li {flex-wrap: wrap;}
  .indexOne .bd .le {width: 100%;}
  .indexOne .bd dl {width: 100%; margin-top: .3rem;}
  .inOneNav .hd {justify-content: flex-start;}

  /* 解决方案 */
  .solution-n12 {font-size: 12px;}

  /* 产品详情 */
  .dateTwo .con {padding-right: 0;}
  .dateTwo .con h3 {font-size: .45rem;}
  .dateThree .box {flex-wrap: wrap;}
  .dateThree .box .le {width: 100%;}
  .dateThree .box .re {width: 50%; margin-top: .5rem; position: relative; top: 0;}

  /* 内页banner */
  .ny-banner .imgBox img {height: 6.5rem; object-fit: cover;}

  /* 全球服务 */
  .globalOne ul {margin: 0;}
  .globalTwo ul {flex-wrap: wrap;}
  .globalTwo .globalTle {padding-bottom: 0;}
  .globalTwo ul li {width: 45%; margin-top: 1rem;}

  /* 新闻中心 */
  .newslist ul {grid-template-columns: repeat(2,1fr);}

  /* 关于我们 */
  .aboutOne .text {width: 100%;}
  .aboutOne ul {width: 100%;}
  .aboutTwo ul {flex-wrap: wrap; justify-content: center;}
  .aboutTwo ul li {width: 40%; margin: .4rem;}
  
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* 首页 */
  .weblink {display: none;}
  #c-placeholder {min-height: 60px;}
  .headerBox {margin: 0; padding: 0 4%; box-sizing: border-box; min-height: 60px;}
  .header .container {max-width: 90%;}
  .choseLuangage {display: none;}
  .mobnavBox {width: 100%;}
  .searchIcon {display: none;}
  .headerLogo img {max-width: 2rem;}

  /* 首页 */
  .indexTle h3 {font-size: 0.45rem;}
  .bannerSwiper {height: 60vh;}
  .bannerSwiper .con {top: 50%;}
  .bannerSwiper .con h2 {font-size: .6rem;}
  .bannerSwiper .con span {font-size: var(--font20);}
  .bannerSwiper .con a { width: 130px; height: 45px;line-height: 40px;}
  .indexOne .bd dl {flex-wrap: wrap;}
  .indexOne .bd dl dd {width: 100%;}
  .indexOne .bd .ddre h5 {font-size: var(--font16);}
  .indexTwo {padding-bottom: 0;}
  .indexTwo .box {width: 100%; padding-right: 0;}
  .indexTwo .imgBox {position: relative; width: 100%; margin-top: 1rem;}
  .indexFour {background: #f5f5f5;}
  .indexFour .c-yun-box {display: none;}
  .indexFour .text {width: 100%;}
  .indexFour ul .num .counter {font-size: .6rem; line-height: .6rem;}
  .indexFour ul li {margin-right: .5rem;}

  /* 底部 */
  .foterTop {flex-wrap: wrap;}
  .foterus {order: -1; padding: .5rem 0;}
  .foterus .con {text-align: center;}
  .foterLinks {margin: auto; margin-top: .5rem;}
  .foterTop .footerlogo {width: 100%; text-align: center;}
  .foterTop ul {justify-content: center; width: 100%; margin-top: .5rem;}
  .foternav {width: 100%; margin-left: 0; margin-top: .5rem; flex-wrap: wrap;}
  .foternav dl dt a::after {display: none;}
  .foternav dl .ddbox {display: none;}
  .foternav dl {width: 100%;}
  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;}
  .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;right: 5%; top: 0; transform-origin: center; transition: .35s;}
  .foternav dl dt.on::after {transform: rotate(90deg);}
  .foternav dl {margin-bottom: 15px;border-bottom: 1px solid #585858;padding-bottom: 15px;}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block;}

 /* ===============================================================================内页=========================================================== */
  /* 内页banner */
  .prolist-banner .tle2 h3 {font-size: .5rem;}
  .solu-banner .tle4 h2 {font-size: .45rem;}
  .bannernav {display: none;}
  .nynavlist {display: block;}

  /* 关于我们 */
  .aboutTwo {background-position:50% 0 !important; background-attachment: local;}
  .aboutFour {background-position:50% 0 !important; background-attachment: local;}

  /* 解决方案 */
  .solu-banner .tle4 .text {width: 100%;}
  .solunav ul {flex-wrap: wrap;}
  .solunav ul li {border: 1px solid #fff; width: calc(100% / 3); margin-left: -1px;}
  .solunav ul li:last-child {border-right: 1px solid #fff;}
  .soluOne .text {width: 100%;}
  .soluOne .box {flex-wrap: wrap;}
  .soluOne .box .le {width: 100%;}
  .soluOne .box .re {width: 100%; margin-top: .3rem;}
  .soluOne .more .arrow {margin: auto;}
  .soluTwo {height: 8rem;}
  .solution-n {overflow-x: scroll;}
  .solution-nul {padding-left: 2.2rem;padding-right: 1rem;}
  .solution-nul.on {padding-left: 2.2rem; padding-right: 1rem;}
  .solution-nimg1 {height: 20vw; margin-right: -2.2rem;}
  .solution-nimg2 {height: 20vw; margin-left: -2.2rem;}
  .solution-nul.on .solution-nli {width: 1.2rem;}
  .solution-nul.on .solution-nli.on { width: 6rem;}
  .solution-nli {width: 1.4rem;}
  .solution-n12 {width: .8rem; height: 3rem; padding: 0 .2rem; padding-top: 1.3rem; border-radius: .5rem; left: -.4rem;}
  .solution-n2 {height: .8rem;line-height: .8rem;}
  .solution-n3 {width: 15px;}
  .solution-ndiv {padding: .55rem;padding-top: 3rem;}
  .solution-n5 {font-size: .36rem;font-weight: bold;}
  .solution-n79 {height: 80%;}
  .soluThree ul li {width: 100%; margin: 0; margin-top: .3rem;}
  .soluThree ul li img {max-width: 15%;}
  .soluFive {flex-wrap: wrap;}
  .soluFive .imgBox {width: 100%; order: 1;}
  .soluFive .con {width: 100%;}

  /* 产品中心 */
  .proSearch input {padding-right: .8rem;}
  .prolist .box {flex-wrap: wrap;}
  .prolist .le {width: 100%; position: relative; top: 0;}
  .pronlistav h3 {font-size: .4rem;}
  .pronlistav ul {padding: 0 .2rem;}
  .prolist .container::after {display: none;}
  .pronlistav li::after {left: -5%;}
  .pronlistav li:hover::after, .pronlistav li.on::after {width: 110%;}
  .prolist .re {width: 100%; padding-top: 0;}
  /* 产品详情 */
  .dateOne .re {display: none;}
  .dateOne .le h3 {padding-right: .5rem;}
  .dateOne .le dl {width: auto;}
  .dateTwo .box {flex-wrap: wrap;}
  .dateTwo .imgBox {width: 100%;}
  .dateTwo .con {width: 100%; margin-top: .5rem;}
  .dateThree .box .re {width: 100%;}

  /* 全球服务 */
  .globalOne .globalTle span {width: 100%;}
  .globalOne ul {margin-top: .5rem;}
  .globalOne ul li {flex-wrap: wrap;}
  .globalOne ul li .disc {width: 100%;}
  .globalOne ul li img {max-width: .5rem;}
  .globalOne li .counter {font-size: .45rem;}
  .globalTwo ul li {width: 100%;}
  .globalThree .box form .inBox {width: 100%;}

  /* 新闻中心 */
  .newslist ul {grid-template-columns: repeat(1,1fr);    gap: .5rem;}
  .newslist li .con h5 {font-size: var(--font22);}
  /* 新闻详情 */
  .newsDate .box {flex-wrap: wrap;}
  .newsDate .box .le {width: 100%;}
  .newsDate .box .re {width: 100%;}
  .newsDate .le .tle h3 {font-size: var(--font30);}
  .newsDate .datefy .prevNext {width: 100%;}
  .newsDate .datefy .back {display: flex; justify-content: center; width: 100%; margin-top: .5rem;}
  .newsDate .box .re {position: relative; top: 0; margin-top: 1rem;}

  /* 关于我们 */
  .aboutOne ul {flex-wrap: wrap; justify-content: space-between; margin-top: 0;}
  .aboutOne ul li {width: 48%; margin-top: .3rem;}
  .aboutOne ul li .counter {font-size: .6rem;}
  .aboutOne ul li .num {justify-content: center;}
  .aboutTwo ul li {width: 100%; margin: 0; margin-top: .4rem;}
  .aboutFour .con p {width: 100%;}

  .aboutTwo dl {flex-wrap: wrap;}
  .aboutTwo dl dd {width: 49%; margin-top: .2rem;}
  .aboutTwo dl dd .icBox {margin: 0;}
  .aboutTwo dl dd:last-child {width: 100%;    justify-content: center;}

  .abTwoSwiperThum .swiper-slide {margin-right: 1%;}
  .abTwoSwiperThum .slideBox {flex-wrap: wrap;}
  .abTwoSwiperThum .slideBox span {width: 100%; display: block; margin-top: .1rem; text-align: center; margin-left: 0;}

  .abTwoSwiper .swiper-slide {flex-wrap: wrap; height: auto;}
  .abTwoSwiper .imgBox {width: 100%;}
  .abTwoSwiper .imgBox img {min-height: auto;}
  .abTwoSwiper .con {width: 100%; padding-bottom: 2rem;}
  .abTwoSwiper .swjt {width: 40px; height: 40px;}
  
}

@media screen and (min-width: 200px) and (max-width: 600px) {
  .soluFourSwiper {max-width: 100%;}
  .soluFourSwiper .swjt {display: none;}
  .soluFourSwiper .swiper-pagination {display: block;}
  .soluFour .more {margin-top: 1.5rem;}


}

@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) {


}
