
/* #filterForm .fbox.short .fitem{display:block}#filterForm .fbox.short .fitem:nth-child(n+3){display:none} */
.loading{position: fixed;top: 0;right: 0;bottom: 0;left: 0;display: none;z-index: 99999;cursor: wait;}

.md-pro-1 .inps .inp-line {
  width: 0.1rem;
  height: 1px;
  background-color: #666;
  flex-shrink: 0;
  margin: 0 0.1rem;
}
.md-pro-1 .inps .inp {
  flex-grow: 1;
}
.md-pro-1 .inps .ip {
  width: 100%;
  height: 2em;
  color: #444;
  border: none;
  border-bottom: 1px solid #e8eff3;
}
@media screen and (max-width: 900px) {
  .md-pro-1 .fbox {
    justify-content: space-between;
  }
  .md-pro-1 .fitem {
    width: 48%;
    margin-right: 0;
  }
  .md-pro-1 .cur {
    line-height: 0.6rem;
  }
}

.md-pro-1 .fitem .fsp0 {
    min-height: 1.5em;
    display: block;
}

.md-pro-1 .select .cur{
    line-height: 2.5;
        height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
}

.md-pro-1 .inps .ip{
    height: 2.5em;
}

.md-pro-1 .select{
    height: auto;
}



.md-pro-page {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background-color: #f3fafe;
  position: relative;
}
.md-pro-page .pro-le {
  width: 16.875%;
}
.md-pro-page .pro-ri {
  width: 74.5625%;
}
@media screen and (min-width: 901px) {
  .md-pro-page::before {
    content: "";
    width: 5rem;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .md-pro-page .pro-le {
    width: 100%;
  }
  .md-pro-page .pro-ri {
    width: 100%;
  }
}

.md-pro-1 {
  padding-top: 1.1rem;
  padding-bottom: 0.5rem;
}
.md-pro-1 .form {
  padding: 0.3rem 0.4rem 0.5rem;
  background-color: #fff;
}
.md-pro-1 .fbox {
  margin-top: 0.14rem;
}
.md-pro-1 .fitem {
  width: calc(207 / 1120 * 100%);
  margin-right: calc(20 / 1120 * 100%);
  margin-bottom: 0.16rem;
}
.md-pro-1 .fitem:nth-child(5n) {
  margin-right: 0;
}
.md-pro-1 .fbtns {
  margin-top: 0.14rem;
}
.md-pro-1 .submit {
  min-width: 1.6rem;
  height: 2.5em;
  background-color: #0177bf;
  color: #fff;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
.md-pro-1 .reset {
  min-width: 1.6rem;
  height: 2.5em;
  background-color: #eee;
  color: #333;
  border: none;
  font-family: inherit;
  cursor: pointer;
  margin-left: 0.2rem;
}
.md-pro-1 .select {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0.1rem;
  color: #444;
  box-shadow: 0 -1px 0 0 inset #e8eff3;
  display: flex;
  align-items: center;
}
.md-pro-1 .select::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/static/home/images/a15.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-pro-1 .select .cur {
  padding: 0.08rem 0;
  padding-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.md-pro-1 .select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 900px) {
  .md-pro-1 .fbox {
    justify-content: space-between;
  }
  .md-pro-1 .fitem {
    width: 48%;
    margin-right: 0;
  }
  .md-pro-1 .cur {
    line-height: 0.6rem;
  }
}

.md-pro-2 {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}

.pro-list {
  margin-bottom: 0.3rem;
}
.pro-list .li {
  width: calc(378 / 1200 * 100%);
  margin-right: calc(30 / 1200 * 100%);
  margin-bottom: 0.3rem;
  position: relative;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  height: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .text {
  background-color: #0177bf;
}
.pro-list .dd:hover .name {
  color: #fff;
}
.pro-list .dd:hover .intro {
  color: #78b5db;
}
.pro-list .dd:hover .btn {
  background-color: #318fc8;
  background-image: url(/static/home/images/a7.png);
}
.pro-list .img {
  position: relative;
  padding-top: calc(285 / 378 * 100%);
  background-color: #fff;
  overflow: hidden;

}
.pro-list .text {
  width: 100%;
  padding: 0.31rem 0.3rem 0.29rem;
  box-shadow: 0 1px 0 0 inset #e5eff5;
  position: relative;
  transition: all 0.3s;
}
.pro-list .tle {
  width: calc(100% - 0.6rem);
}
.pro-list .name {
  font-weight: 400;
  color: #222;
  transition: all 0.3s;
}
.pro-list .intro {
  margin-top: 0.05rem;
}
.pro-list .btn {
  width: 1em;
  height: 1em;
  background-color: #f3fafe;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: 16.6666666667% auto;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}



.pro-nav {
  padding-top: 1.1rem;
  position: relative;
}
.pro-nav .ul1 {
  margin-top: 0.3rem;
}
.pro-nav .ul1 .li1 {
  margin-bottom: 0.3rem;
}
.pro-nav .ul1 .li1.show .dt1 {
  background-color: #0177bf;
}
.pro-nav .ul1 .li1.show .ic1 {
  background-image: url(../images/hm_4.png);
  transition: all 0.3s;
}
.pro-nav .ul1 .li1.show .a1 {
  color: #fff;
}
.pro-nav .ul1 .dt {
  position: relative;
  cursor: pointer;
}
.pro-nav .ul1 .a1 {
  color: #666;
  display: inline-block;
}
.pro-nav .ul1 .dt1 {
  padding: 0.17rem 0.18rem;
}
.pro-nav .ul1 .nt1 {
  background-color: #0177bf;
  color: #fff;
  padding: 0.14rem 0.3rem;
}
.pro-nav .ul1 .a2 {
  display: block;
  padding: 0.13rem 0.3rem;
  color: #444;
  transition: all 0.3s;
  position: relative;
}
.pro-nav .ul1 .a2:hover {
  background-color: #d1e8f4;
}
.pro-nav .ul1 .a2.on {
  background-color: #d1e8f4;
}
.pro-nav .ul1 .a2 {
  background-color: #d1e8f4;
}
.pro-nav .ul1 .li2{
  margin-bottom: 0.1rem;
}
.pro-nav .ul1 .ul3 {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.pro-nav .ul1 .a3 {
  display: inline-block;
  line-height: 2.3571428571;
  padding: 0 0.4rem;
  color: #666;
}
.pro-nav .ul1 .a3:hover {
  color: #0177bf;
}
.pro-nav .ul1 .ul4 {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.pro-nav .ul1 .a4 {
  display: block;
  line-height: 2.3571428571;
  padding: 0 0.5rem;
  color: #666;
}
.pro-nav .ul1 .a4:hover {
  color: #0177bf;
}
.pro-nav .ul1 .on {
  color: #0177bf !important;
}
.pro-nav .ul1 .has-ul {
  position: relative;
}
.pro-nav .ul1 .has-ul::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.4em);
  z-index: 3;
}
.pro-nav .ul1 .show > .has-ul::before {
  background-image: url(../images/hm_4.png);
}
.pro-nav .btns {
  margin-top: 0.2rem;
}
.pro-nav .btns .down {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.2rem;
  box-shadow: 0 0 0 1px inset #0177bf;
  color: #0177bf;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pro-nav .btns .down:hover {
  background-color: #0177bf;
  color: #fff;
}
.pro-nav .btns .down:hover .dic {
  filter: brightness(0) invert(1);
}
.pro-nav .btns .dic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.pro-nav .n-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #d7e5ed;
  margin-bottom: 0.1rem;
}
.pro-nav .n-select::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.pro-nav .n-select .cur {
  line-height: 3.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-nav .n-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.pro-nav .ul1 .li2>.has-ul::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
 background-image: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.4em);
  transform: rotate(45deg);
  z-index: 3;
}
.pro-nav .ul1 .li2>.show > .has-ul::before {
 
}

@media screen and (max-width: 900px) {
  .pro-nav .n-tit {
    cursor: pointer;
  }
  .pro-nav .ul1 .li2 {
    width: 100%;
  }
}

 

.pro-tt {
  position: relative;
  padding-left: 0.17rem;
  line-height: 1;
}
.pro-tt::before {
  content: "";
  width: 0.06rem;
  height: 1em;
  background-color: #004ab5;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}


.pro-inp {
  position: relative;
}
.pro-inp .ip {
  width: 100%;
  height: 3em;
  border: 1px solid #eee;
  padding: 0 0.2rem;
  padding-right: 0.6rem;
}
.pro-inp .submit {
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.75em);
  width: 1.5em;
  height: 1.5em;
  background-color: #0177bf;
  border: none;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
  cursor: pointer;
}


.md-pro-2.com-pag {
  display: flex;
  justify-content: center;
}
.md-pro-2.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.md-pro-2.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.md-pro-2.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.md-pro-2.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.md-pro-2.com-pag .cp_a {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.04rem;
  line-height: 1;
  color: #666;
  border-radius: 50%;
}
.md-pro-2.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.md-pro-2.com-pag .cp_num:hover, .md-pro-2.com-pag .cp_num.on {
  background-color: #0177bf;
  color: #fff;
}
.md-pro-2.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 16.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.md-pro-2.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.md-pro-2.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.md-pro-2.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-pro-2.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.md-pro-2.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.md-pro-2.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.md-pro-2.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.md-pro-2.com-pag input::-webkit-outer-spin-button,
.md-pro-2.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.md-pro-2.com-pag input[type=number] {
  -moz-appearance: textfield;
}
