/* ====移动端导航==== */

/* 按钮 */

.mobmenu {display: none; margin-left: .4rem;}

.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: #C1030E;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: #C1030E;}

.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #C1030E;}

.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: #C1030E;}

.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #C1030E;}

.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #C1030E;}



/* 导航联系方式 */

.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}

.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #C1030E 0%, #F37A0A 50%, #C1030E 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: #C1030E; 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: #C1030E;}





@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) {

  /* 底部 */

  .footer::after {    height: 45%;}

}



/* ======================================================1700px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1700px) {

 

}



/* ======================================================1580px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1580px) {

  /* 头部 */

  #c-placeholder {height: 1.25rem;}

  .headerBox {height: 1.25rem;}

  .headernav > ul > li {line-height: 1.25rem;}



  /* 首页 */
  .indexThre .cross-line {    top: 23.8%;}



}



/* ======================================================1500px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1500px) {

  /* 头部 */

  .headernav {width: 60%; margin-left: 5%;}

 

}

/* ======================================================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) {

  /* 首页 */

  .indexThre li.on .imgBox img {width: 40%;}

  .inFiveSwiper .slide-inner {padding-top: 50%;}

  .indexFive .tle {padding-bottom: 30%;}

  .indexFive .more {margin-top: 13%;}



  /* 关于我们 */
  .nypagenav ul li {padding: 0 3%;}

}



/* ======================================================1250px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1280px) {





}



/* ======================================================1200px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1200px) {

  /* 头部 */

  .headernav {display: none;}
  .mobmenu {display: flex;}



  /* 首页 */
  .indexOne ul li .icBox img {max-width: .5rem;}
  .indexOne ul li .counter {font-size: .6rem;}



  /* 产品中心 */

  .prolistnav {width: 25%;}
  .peolistBox .prolist {width: 75%;}
  .prolist ul {grid-template-columns: repeat(2,1fr);}



  /* 联系我们 */
  .contact li {width: 48%; margin: .3rem 0;}

}



/* ======================================================1100px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1100px) {

  





}



/* ======================================================1028px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1028px) {

  /* 首页 */

  .indexOne ul li .counter {font-size: .4rem;}
  .indexOne ul li .icBox img {max-width: .4rem;}



  /* 底部 */

  .footer .foterBox {flex-wrap: wrap;}

  .foternav {width: 100%; margin-top: 1rem;}

  .footer::after {display: none;}



  /* 内页banner */

  .ny-banner2 .imgBox img {height: 8rem;}



  /* 关于我们 */

  .aboutOne .le {width: 100%;}
  .aboutOne .re {position: relative; width: 100%;    right: -6%;}
  .aboutOne .re .imgBox {    transform: translateY(22%);}



  /* 投资者关系 */

  .instorOneSwiper2 ul {grid-template-columns: repeat(2,1fr);}

}



/* ======================================================960px========================================================= */

@media screen and (min-width: 200px) and (max-width: 960px) {

  /* 首页 */

  .indexThre .cross-line {top: 19%;}

  .indexThre li .con {height: auto; margin-top: 1rem;}

  .indexThre li .con .text {position: relative;left: 0; top: 0; transform: none; width: 100%;opacity: 1;    margin-top: .3rem; display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

  .indexThre li .con .imgBox {height: 150px;}

  .indexThre li .con .imgBox img {left: 0;top: 0;transform:none; position: relative;}

  .indexThre li .more {margin-top: .2rem;}

  .indexThre li .more a {opacity: 1; transform: translateY(0); visibility: visible; } 

  .indexFour ul {flex-wrap:wrap;}

  .indexFour li {width: 49%; margin-top: .3rem;    padding: 0 .25rem;}

  .indexFour li:nth-child(2)::after {display: none;}



  /* 关于我们 */

  .aboutTwo ul {flex-wrap: wrap; justify-content: space-between;}

  .aboutTwo ul li {width: 49%; padding: 0 .2rem;}

  .aboutTwo ul li:nth-child(2):after {display: none;}

  .aboutTwo ul li:nth-child(n+3) {margin-top: .4rem;}



  /* 产品中心 */

  .prolistnav {width: 30%;}

  .peolistBox .prolist {padding: .8rem 4% 10% 5%;    gap: .3rem;}

  .peolistBox .prolist {width: 70%;}

  .prolist ul li .imgBox {height: 150px;}

  

  /* 产品详情 */

  .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;}



}



/* ======================================================手机端========================================================= */

@media screen and (min-width: 200px) and (max-width: 767px) {

  /* 头部 */

  .weblink {display: none;}

  .searchIcon {margin-left: 0;}

  .mobnavBox {width: 100%;}



  /*了解更多 */

  .more1 {width: 2rem;height: 0.6rem;}



  /* 首页 */

  .swControls {width: 85%;}

  .bannerSwiper .con strong {font-size: .6rem;}

  .indexOne ul {flex-wrap: wrap;}

  .indexOne ul li {width: 100%;    justify-content: center; margin: .2rem 0;}

  .indexOne ul li .counter {font-size: .6rem; margin: 0 .3rem;}

  .indexOne ul li .icBox img {max-width: .6rem;}

  .indexOne ul li i {display: none;}

  .indexTwo {padding-top: 6rem;}

  .indexTwo .bjBox {background-attachment: local; background-position: 50% 0 !important;}

  .indexThre .tle {text-align: center;}

  .indexThre ul {flex-wrap: wrap;}

  .indexThre li {width: 100%;    flex: none; margin-top: .3rem;}

  .indexThre li .con .imgBox {height: 100px;}

  .indexThre li .more {display: flex; justify-content: center; margin-top: .5rem;}

  .indexThre .cross-line {display: none;}

  .inFiveSwiper .slide-inner {height: 7rem; padding: 0;}

  .indexFive .tle {padding: 0; top: 15%;}

  .inFiveSwiper .con {width: 88%; top: 40%;}

  .indexFive .more {top: 75%; margin-top: 0;}

  .indexSix .tleBox {flex-wrap: wrap;}

  .indexSix .tleBox .tle {width: 100%; text-align: center;}

  .indexSix .tleBox ul {justify-content:center ; margin-top: .3rem;    width: 100%;}

  .indexSix .tleBox ul li a {width: 1.8rem;height: 0.6rem;}



  /* 底部 */

  .foterlogo {text-align: center;}

  .foterlogo img {max-width: 80%;}

  .foterle {width: 100%;}

  .foterle dl dd .icBox {max-width: .3rem;}

  .foterle .leOne {margin-top: .5rem;}

  /* 底部导航 */

  .foternav {flex-wrap: wrap;}

  .foternav dl .ddbox {display: none;}

  .foternav dl {width: 100%; margin-right: 0; text-align: left;}

  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;     padding: .1rem 0;}

  .foternav dl dt::before {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::after {display: none;}

  .foternav dl.on dt::before {transform: rotate(90deg);}

  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #fff;padding-bottom: 10px;}

  .foternav dl:last-child {margin-bottom: 0; border: 0;}

  .foternav dl.nolist dt::before {display: none;}

  .foternav dl.nolist dt a {display: block;}

  /* 底部导航 end */

  .foterus {justify-content: flex-start;}

  .copyright {margin-top: 1rem;}

  .copyright .copyPone {margin-bottom: .3rem;}



 /* ===============================================================================内页=========================================================== */

  /* 内页banner */

  .ny-banner .imgBox img {height: 6.5rem; object-fit: cover;}

  .ny-banner .con h2 , .ny-banner .con .en {font-size: .6rem;}

  .ny-banner2 .text {display: none;}



  /* 内页栏目导航 */

  .nypagenav ul {flex-wrap: wrap; justify-content: space-between; padding: .2rem 0;}

  .nypagenav ul li {padding: 0 .25rem; margin: .2rem 0; width: 47.5%; padding: 0;}

  .nypagenav ul li::after {display: none;}

  .nypagenav ul li a {border: 1px solid #ddd; text-align: center; padding: .2rem 0;}

  .nypagenav ul li.on a {background: #284ABA; color: #fff; border-color: #284ABA;}



  /* 关于我们 */
  .aboutTle p {width: 100% !important;}
  .abThreSwiper {max-width: 70%;}

  .aboutFour .swiperBox1 .abfourSwiper1 .year {font-size: 2.6rem;}

  .aboutFour .swiperBox3 .swiper-slide {height: 60px;}

  .aboutFive .tle .tleText {width: 100%;}

  .abFiveSwiper1 .swiper-slide {width: 110px;height: 40px;}

  .abFiveSwiper3 {padding-bottom: 40px;}

  .abFiveSwiper3 .swiper-slide .imgBox {height: 80px;}

  .abSixSwiper {max-width: 70%;}



  /* 产品中心 */

  .peolistBox {flex-wrap: wrap;}

  .prolistnav {width: 100%; padding-bottom: .5rem;}

  .prolistnav ul {position: relative; top: 0;}

  .peolistBox .prolist {width: 100%;}

  /* 产品详情 */

  .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%;}

  .dateThree .re ul li h6 {font-size: var(--font26);}



  /* 解决方案 */

  .solulist li a {flex-wrap: wrap;}

  .solulist li .con {width: 100%;}

  .solulist li .imgBox {width: 100%; margin-top: .5rem;}



  /* 投资者关系 */

  .instorOneSwiper2 ul {gap: .3rem;}

  .instorOneSwiper2 ul li {padding: .5rem .25rem;padding-bottom: 1rem;}

  .investorTwo ul li {width: 100%;}

  .investorTwo ul li .tle {width: 45%;}



  /* 联系我们 */

  .contact li {width: 100%;}







































































 /* 新闻详情 */

 .newsDate .box {flex-wrap: wrap;}

 .newsDate .box .left {width: 100%;}

 .newsDate .right {width: 100%; margin-top: .4rem; position: relative; top: 0;}

 .newsDate .right .linksBox {width: 100%;}

 .newsDate .right .linksBox ul {display: grid; grid-template-columns: repeat(4,auto); gap: .3rem;}

 .newsInfoSwiper {max-width: 82%;}



 /* 投资者关系 */

 .investorOne .swiperBox .swjt {display: block;}

 .instorOneSwiper .swiper-slide a {margin-left: .25rem;}



  

}



@media screen and (min-width: 200px) and (max-width: 640px) {

  /* 产品中心 */

  .prolist ul {grid-template-columns: repeat(1,1fr);}



}



@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) {





}

