/* ====移动端导航==== */

/* 按钮 */

.mobmenu {display: none; margin-left: .4rem; position: relative;}

.mobmenu dl {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: .8rem; min-height: 80px; 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: 3rem; 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);}

/* 导航搜索 */

/* 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: #0078c5;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; font-size: var(--font24);}

@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: #0078c5; 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(--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 {display: block;margin: 10px 0;padding-left: 20px;position: relative; font-size: var(--font20); 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: #0078c5;}

.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #0078c5;}

.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: #0078c5;}

.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #0078c5;}

.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #0078c5;}



.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);}





/* 导航联系方式 */

/* 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, #0078c5 10%, #fff 60%, #0078c5 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: #0078c5; 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: #0078c5;}

@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: #0078c5;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: #0078c5;}

.fz_bt span {color: #0078c5;}

.fz_bt:active {background: #0078c5; border-color: #0078c5;}

.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: #0078c5;}

  .fz_bt:hover{background: #0078c5; border-color: #0078c5;}

  .fz_bt:hover i svg path{fill: #fff;}

  .fz_bt:hover span{color: #fff;}

}



@media screen and (min-width: 200px) and (max-width: 1900px) {

 

}



/* ======================================================1800px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1800px) {
 
 


}



/* ======================================================1720px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1720px) {
  .about-title span{font-size: var(--font22);}
 

}




/* ======================================================1580px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1580px) {









}



/* ======================================================1500px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1500px) {


  .ys-left dl dd span{width: 80%;}
 

}

/* ======================================================1450px========================================================= */



@media screen and (min-width: 200px) and (max-width: 1440px) {





}



/* ======================================================1400px========================================================= */



@media screen and (min-width: 200px) and (max-width: 1400px) {



}



/* ======================================================1360px========================================================= */



@media screen and (min-width: 200px) and (max-width: 1360px) {

}



/* ======================================================1300px========================================================= */



@media screen and (min-width: 200px) and (max-width: 1300px) {



}



/* ======================================================1200px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1200px) {
  /* 内页关于我们 */
  .about-bg .info { min-width: 70%;}
  .ys-right {    width: 51.86%;}

/* 内页服务项目 */
  .nypro-list ul li .info{width: 48%!important; padding: 0;}
  .nypro-list ul li:nth-of-type(odd) .pic{margin-right: 0;}
}



/* ======================================================1100px========================================================= */

@media screen and (min-width: 200px) and (max-width: 1100px) {





}



/* ====================================================================================移动端============================================================ */



@media screen and (min-width: 200px) and (max-width: 1024px) {

  /* 头部 */

  nav,.helange {display: none;}

  .mobmenu {display: inline-flex; align-items: center;}

  .header .headBox .le {   margin-right: 0;}
  .headlogo span {   font-size: 0.17rem;}
  .headlogo .text{margin-top: 0.2rem;}

  /* 首页 */
  .index-prev, .index-next{display: none;}
.index-num{display: block; bottom: -.6rem!important;}
.service-list,.news-list{width: 100%;}



}



@media screen and (min-width: 200px) and (max-width: 990px) {



}



/* ======================================================960px========================================================= */

@media screen and (min-width: 200px) and (max-width: 960px) {
  /* 首页 */
  .footer-top{justify-content: center;}
  .foot-nav {   width: 100%; margin-top: 0.8rem;}
	.footer-middle ul li{margin-bottom: 0.3rem;}
	.footer-copy{text-align: center; justify-content: center;}


  /* 内页关于我们 */
  .ys-box{flex-wrap: wrap;}
  .ys-left{width: 100%;}
  .ys-right{display: none;}
  .ys-left dl dd span{width: 100%; }

  /* 内页通用系统详情页 */
  .main-left{width: 100%;}
  .main-right{display: none;}


  .about-box .info {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about-box .pic {
    width: 100%;
  }
  .about-box .pic img{margin: 0 auto}

}



/* ======================================================手机端========================================================= */

@media screen and (min-width: 200px) and (max-width: 767px) {

  /* 头部 */

  #c-placeholder {min-height: 60px;}

  .header .headBox {min-height: 60px;}

  .helange {margin-right: .3rem;}

  .mobnavBox {width: 100%;}

  .mobnavBox .top {min-height: 60px;}

  .headlogo h1{line-height: 0.6;}

/* 首页banner */
.indexBanner .bjBox {height: 6.14rem;}
  .indexBanner .con h2 {  font-size: 0.4rem;}
  .indexBanner .con b{font-size: 0.3rem;}
  .indexBanner .con span{font-size: 0.26rem;}
  .index-title h2{font-size: 0.4rem;}
  .index-title b{font-size: 0.35rem;}


/* 首页 */


.service-list{width: 100%;}
.service-list ul li{min-height: 280px;}
.product .index-title{text-align: center; flex-direction: column; }
.product .index-title div{width: 100%;}
.pro-btn{margin: 0.4rem 0 0;}
.pro-btn ul{flex-wrap: wrap; justify-content: space-between;}
.pro-btn ul::after{width: 30%; content: '';}
.pro-btn ul li{width: 30%;}
.pro-btn ul li a{padding: 0.1rem 0; width: 100%;}
.pro-btn ul li:hover a{border-radius: 0;}
.product-list ul li{   grid-column: inherit!important; grid-row: inherit!important;}
.product-list ul { display: grid; grid-template-columns: repeat(2, 1fr);}
.product-list ul li .text{display: none;}
.product-list ul li:hover .pic { transform: scale(1); z-index: 2;}
.product-list ul li:nth-child(2) .info,.product-list ul li:nth-child(3) .info{     justify-content: space-around;}
.product-list ul li:nth-child(2) .info .pro-bottom, .product-list ul li:nth-child(3) .info .pro-bottom { display: block;}
.product-list ul li:nth-child(2) .info .line,.product-list ul li:nth-child(3) .info .line{display: block;}
.product-list ul li:nth-child(2) .pro-top .pro-more,.product-list ul li:nth-child(3) .pro-top .pro-more{margin-top: .42rem; opacity: 0;}
.product-list ul li:hover .pro-top .pro-more { opacity: 1;}
.product-list ul { grid-template-rows: 4.75rem 4.75rem;}
.product-list ul li:nth-child(2) .info .pro-top, .product-list ul li:nth-child(3) .info .pro-top { margin-bottom: 0;}
.product-list ul li .pro-bottom { margin-bottom: -0.1rem;}
.vehicle .index-title{text-align: center; }

.about-bg{overflow: hidden;}
.about-bg .index-title{text-align: center;}
.map { position: relative; right: 0; top: 1.2rem; z-index: 1; width: 150%; right: 44%}
.about-bg .info {  min-width: 100%;}

.news-list{width: 100%;}

  
  /* 底部 */
  .foot-nav{display: none;}
  .foot-logo span { font-size: 0.2rem;}
  .foot-logo .text{margin-top: 0.2rem;}
  .go-top i {background-size: 27%;}


/* 内页关于我们 */
.ny-banner .imgBox img{height: 4rem;}
.class-box{margin: 0.6rem 0 0.3rem;}
.ny-class ul{flex-wrap: wrap; justify-content: space-between;}
.ny-class ul::after{content: ''; width: 31%;}
.ny-class ul li{width: 31%; margin: 0; margin-bottom: 0.2rem;}
.ny-class ul li a{background: #f5f5f5; padding: 0.2rem 0;}
.ny-class ul li span{font-size: 0.2rem;}
.ny-class ul li::after{display: none;}
.ny-class ul li:hover a,.ny-class ul li.on a{background: #0078c5;}
.ny-class ul li:hover em,.ny-class ul li:hover span,.ny-class ul li.on em,.ny-class ul li.on span{color: #fff;}

.about-box .info {  width: 100%;}

.about-title strong{font-size: 0.38rem;}
.about-box .about-title span{font-size: 0.25rem;}
.about-box .info h3{line-height: 1.5;}
.about-box .pic {  width: 100%; margin-top: .4rem;}
.ys-left {  padding: 0 0 0 7%;}
.ys-left dl dd span { width: 80%;}
.ys-left dl dd strong{font-size: 0.3rem;}
.system .info,.honor-list{width: 100%;}
.honor-list{margin-top: 0.5rem;}


/* 内页服务项目 */
.nypro-list ul li .info,.nypro-list ul li .pic {width: 100% !important;}
.nypro-list ul li .pic{margin-bottom: 0.4rem;}
.nypro-list ul li .info strong{font-size: 0.4rem;}
.nypro-list ul li .info b{font-size: 0.24rem;}

.lineclass-box{border-bottom: none; margin: 0.6rem 0 0;}

.line-list ul { grid-template-columns: repeat(2, 1fr);}
.line-list ul li .info h3{font-size: 0.3rem;}

.nycar-list ul { grid-template-columns: repeat(2, 1fr);}

.latest-news ul { grid-template-columns: repeat(1, 1fr);}
.latest-news ul li{margin-bottom: 0.5rem;}
.nynews-list ul li .info { width: 100%;}
.nynews-list ul li .icon{display: none;}
.nynews-list ul li .info em{font-size: 0.4rem;}
.nynews-list ul li .text { width: auto; flex: 1;}

/* 内页联系我们 */
.contact-left,.contact-right{width: 100%;}
.contact-left{margin-bottom: .8rem;}
.contact-list ul li .icon{margin-right: 0.1rem;}
.contact-title span{font-size: 0.2rem;}
.message-title strong{font-size: 0.4rem;}
.message-title span{font-size: 0.3rem;}
.message ul li{width: 100%;}

}








