/* ====移动端导航==== */
/* 按钮 */
.mobnav333{display: none;}
.mobmenu333 {display: none; margin-left: 10px;}
.mobmenu333 dl {transform: rotateY(180deg);width: 30px; margin-right: 10px; cursor: pointer;}
.mobmenu333 dl dd {width: 0;height: 2px;background: #fff;}
.mobmenu333 dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu333 dl dd:nth-child(2) {margin: 6px 0;	width: 20px;}
.mobmenu333 dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
/* 导航头 */

.mobmenu333 h4 {color: #fff;}
.mobmask333 {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;}
.mobmask333.active{opacity: 1;visibility: visible;}
.mobnavBox333 {padding-bottom: 20px; width: 100%;height: 100vh;position: fixed;z-index: 100;top: 0;left: 0%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox333.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 20px; }
.mobnavBox333 .top {padding: 10px 20px;height: 35px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);position: relative;}
.mobnavBox333 .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;float: right;}
.mobnavBox333 .top .mobnavclose:before,
.mobnavBox333 .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox333 .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox333 .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: rgb(250, 112, 0);color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* 导航内容 */
.mobnavBox333 .bottom {padding: 6px 0;}
.mobnavBox333 .bottom .nav33 li {margin: .5rem 0;border-bottom: 1px solid #ccc;line-height: 40px;}
.mobnavBox333 .bottom .nav33 li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox333 .bottom .nav33 li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size:14px;}
.mobnavBox333 .bottom .nav33 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;}
.mobnavBox333 .bottom .nav33 li h3 i svg {max-width: 100%;}
.mobnavBox333 .bottom .nav33 li .m-subnav333 {padding-bottom: 5px;display: none;}
.mobnavBox333 .bottom .nav33 li .m-subnav333 a {display: block;padding-left: 20px;position: relative; font-size: 14px;; color: #333;border-bottom: 1px solid #dbdbdb;}
.mobnavBox333 .bottom .nav33 li .m-subnav333 a:last-of-type{
  border-bottom: 0
}
.mobnavBox333 .bottom .nav33 li .m-subnav333 a:before{content: "";width: 8px;height: 8px;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 4px;top: 17px;transition: all 0.4s;}
/* .mobnavBox333 .bottom .nav33 li .m-subnav333 a:after{content: "";width: 4px;height: 4px;background: #CCCCCC; border-radius: 50%; position: absolute; left: 7px;top: 8px;transition: all 0.4s;} */
.mobnavBox333 .bottom .nav33 li.on h3 a {color: rgb(250, 112, 0);}
.mobnavBox333 .bottom .nav33 li.on h3 i {transform: rotate(90deg);color: rgb(250, 112, 0);}
.mobnavBox333 .bottom .nav33 li.on h3 i:before,
.mobnavBox333 .bottom .nav33 li.on h3 i:after {background: #fff;}
.mobnavBox333 .bottom .nav33 li h3 a:hover,
.mobnavBox333 .bottom .nav33 li .m-subnav333 a:hover , .mobnavBox333 .bottom .nav33 li .m-subnav333 a.on {color: rgb(250, 112, 0);}
.mobnavBox333 .bottom .nav33 li .m-subnav333 a:hover:before , .mobnavBox333 .bottom .nav33 li .m-subnav333 a.on:before {border-color: rgb(250, 112, 0);}
.mobnavBox333 .bottom .nav33 li .m-subnav333 a:hover:after , .mobnavBox333 .bottom .nav33 li .m-subnav333 a.on:after {background: rgb(250, 112, 0);}

/* 导航联系方式 */
.moblan a {display: flex;align-items: center;justify-content: center;line-height: 44px;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, rgb(250, 112, 0) 0%, #F37A0A 50%, rgb(250, 112, 0) 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: rgb(250, 112, 0); font-weight: 700; margin-bottom: .3rem;font-size: 16px;}
.mobinfo dl dd {display: flex;margin-top: 0.25rem; 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: rgb(250, 112, 0);}


.mobmenu333 dl dd {background: #333;}
.mobmenu333 h4 {color: #333;}



@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: 1300px) and (max-width: 1580px) {.procenOne {margin-top: -10%;}}
@media screen and (min-width: 200px) and (max-width: 1580px) {
  /* 头部 */
  .headerBox {min-height: 80px;}
  .headernav > ul > li {line-height: 80px;}
  #c-placeholder {height: 80px;}
  .headProCenNav .container {padding-left: 10%;}
  .headProCenNav .re dt {font-size: var(--font16);}
  .headProCenNav .re dd a {font-size: var(--font14);}


/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
   /* 头部 */
  .headernav {display: none;}
  .mobmenu333 {margin-left: 0px;margin-top: -35px;display: block;position: relative;}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
  /* 案例展示 */
  .caselist li .imgBox {height: 200px;}

}

@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) {


}
