@charset "UTF-8";

.menu-content {
  background: #fff;
}

/* online-class */
.page-online {
  padding: 0.34rem 0px 0.46rem;
}
.online-class {
  /* border-bottom: 1px solid #c9ccd4; */
}
.online-class dl {
  border-top: 1px solid #fff;
  background: #f6f7fb;
}
.online-class dl:first-child {
  border-top: none;
}
.online-class dl dt {
  width: 1.6rem;
  background: #f6f7fb;
  padding: 0.22rem 0.1rem 0.22rem 0.35rem;
}
.online-class dl dd {
  padding: 0.24rem 0.17rem;
}
.online-class dl dd span {
  display: inline-block;
  padding: 0.02rem 0.08rem;
  margin: 0px 0.07rem 0.1rem;
  cursor: pointer;
  color: #404040;
  background: #fff;

}
.online-class dl dd .on {
  color: #9c0a25;
  font-weight: bold;
}


@media only screen and (max-width:1240px){
  .online-class dl dt {
    width: 7em;
  }
}
@media only screen and (max-width:767px){
  .online-class dl dt {
    width: 100%;
  }
}


/* online-search */
.online-search {
  margin-top: 0.43rem;
  border: 0.03rem solid #9c0a25;
  padding: 0px 2.4rem 0px 1.25rem;
  position: relative;
}
.online-search .page-ico {
  position: absolute;
  left: 0px;
  top:0px;
  height: 100%;
  width: 1.15rem;
  background: url(../images/bj/search01.png) no-repeat center center/0.3rem 0.3rem;
}
.online-search input {
  width: 100%;
}
.online-search .page-inp input {
  padding:0.1rem 0.1rem;
  line-height: 2.25;
  border: none;
}
.online-search .page-btn {
  position: absolute;
  right: 0px;
  top:0px;
  bottom: 0px;
  background: #9c0a25;
  width: 2.14rem;
}
.online-search .page-btn input {
  height: 100%;
  background: none;
  border: none;
  color: #fff;
}
.online-search .page-btn input:hover {
  opacity: 0.9;
}

/* online-list */
.online-list ul  {
  padding: 0.13rem 0.24rem 0.6rem 0px;
}
.online-list ul li{
  position: relative;
  margin-top: 0.2rem;
  background: #f6f7fb;
  padding: 0.45rem;
}
.online-list .page-img {
  position: relative;
  background: #fff;
  border-radius: 0.2rem;
  height: 100%;
  min-height: 1.88rem;
  width: 3rem;
  margin-right: 0.5rem;
}
.online-list .page-img img {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.online-list .page-txt {
  margin-top: 0.24rem;
}
.online-list .page-text {
  min-width: 1px;
}
.online-list dl {
  line-height: 1.8;
  padding: 0.025rem 0px;

}
.online-list dl dt {
  padding-right: 0.1rem;
}
.online-list dl dd {
  color: #8b919c;
  min-width: 1px;
}
.online-list .ellipsis-2 {
  height: 3.6em;
  max-height: 3.6em;
}
.online-list .page-tit {
  padding-right: 3rem;
}
.online-list .page-number {
  position: absolute;
  top:0.29rem;
  right:-0.24rem;
  background: #9c0a25;
  border-radius: 1em 0px 0px 1em;
  color: #fff;
  padding: 0.01rem 0.14rem 0.01rem 0.24rem;
  line-height: 2;
}


@media only screen and (max-width:767px){
  .online-list .page-img {
    width: 100%;
  }
  .online-list .page-text {
    width: 100%;
    padding-top: 0.3rem;
  }
  .online-list ul  {
    padding-bottom:0.4rem;
  }
}



/* page-exhibition-product */

.page-exhibition-product .page-list {
 padding-top: 0.33rem;
 padding-bottom: 0.6rem;
}
.page-exhibition-product .page-list ul li {
 width: 25%;
 border: 1px solid #dfdfdf;
}
.page-exhibition-product .page-list .page-img {
 padding-bottom: 59.43%;
 position: relative;
}
.page-exhibition-product .page-list .page-img img {
 position: absolute;
 left: 0px;
 right: 0px;
 top:0px;
 bottom: 0px;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.page-exhibition-product .page-list dl {
 background: #ccc;
 padding: 0.1rem 0.18rem;
}
.page-exhibition-product .page-list ul li:nth-child(2n) dl {
 background:#eee;
}
.page-exhibition-product .page-list ul li:hover {
 border-color: #8f0808;
}


@media only screen and (max-width:1200px){
 .page-exhibition-product {
   padding: 0.58rem 0px 0.44rem;
}
} 
@media only screen and (max-width:767px){
 .page-exhibition-product .page-list ul li {
   width: 50%;
 }
}



/* online-tab */
.online-tab {
   border-bottom: 1px solid #ddd;
   padding: 0.2rem 0px 0px;
}
.online-tab .tab-a {
  padding:0.05rem 0.1rem;
  cursor: pointer;
  border: 1px solid #ddd;
  margin-right: 0.1rem;
  border-radius: 5px 5px 0px 0px;
}
.online-tab .tab-a.on {
  color: #9c0a25;
  border: 1px solid #9c0a25;
}



