<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.container .slide,
.container .slide .bd
{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
}
.container .slide{
 position:relative;
}
.container .slide .bd li,
.container .slide .bd li a
{
    display:block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
	text-align:center;
	text-align:center;
}

.container .slide .bd li img{
  display:inline-block;
  max-width:100%;
}
.container .slide .hd
{
    position: absolute;
    bottom:5px;
    width: 100%;
    height:12px;
    text-align: center;
    z-index:100;
    left: 0px;
}
.container .slide .hd span{
  display:inline-block;
  width:10px;
  height:10px;
  border:1px solid #b4b6b5;
  margin-right:4px;
  border-radius:5px;
}
.container .slide .hd .on{
 background:#f10180;
 border:1px solid #f10180;
}

.product{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 padding:5px;
 background:#f2f2f2;
}
.product li{
  width:50%;
  height:auto;
  overflow:hidden;
  float:left;
}
.product li .image{
  width:auto;
  height:172px;
  overflow:hidden;
  margin:5px;
  margin-bottom:0px;
  background:#fff;
}
.product li .image a{
  width: 100%;
  height: 172px;
  display:block;
  text-align: center;
}
.product li .image a img{
 display:inline-block;
 max-width:100%;
 vertical-align:middle;
/* display:block;
 width:100%;*/
}
.product li .name{
 clear:both;
 width:auto;
 height:20px;
 overflow:hidden;
 line-height:20px;
 margin:5px;
 text-align:center;
 background:#fff;
}
.product li .name .tit{
   display:block;
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
   font-size:12px;
   color:#333;
   font-family:"宋体"; 
   text-decoration:none;
}
.container .more2{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  text-align:center;
  border-top:1px  solid #f2f2f2;
}
.container .more2 .link{
   display:inline-block;
   font-size:12px;
   color:#aaa;
   font-family:"宋体";
}
.container .line2{
  clear:both;
  width:auto;
  height:10px;
  background:#f2f2f2;
}
.container .companyTip{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  font-weight:normal;
  text-align:center;
  font-size:14px;
  color:#f10180;
  font-family:"宋体";
}
.container .companyTip a{
  font-size:14px;
  color:#f10180;
  font-family:"宋体";
}
.container .content{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  font-size:12px;
  color:#666;
  font-family:"宋体";
  text-align:justify;
 /* text-indent:2em;*/
}
.company{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
  padding-bottom:10px;
  margin-bottom:10px;
}
.company .other{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.company .tit{
 padding:5px 10px;
 font-size:16px;
 color:#333;
 font-family:"微软雅黑";
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 font-weight:400;
}
.company .other .name,
.company .other .message
{
 font-size:14px;
 color:#333;
 font-family:"宋体";
 line-height:20px;
}

.company .other .name{
/* letter-spacing:5px;*/
}
.company .other .message{
text-align:justify;
color:#666;
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
}
.company .other .message a{
 text-decoration:none;
 font-size:12px;
 color:#f10180;
}
.company .other .message .image{
 display:inline-block;
 vertical-align:middle;
 width:20px;
 margin-left:12px;
}
.company .other .message .red{
 display:inline;
 font-style:normal;
 font-size:12px;
 color:#f10180;
 font-family:"宋体";
 margin-left:5px;
 vertical-align:middle;
}
.company .other .wechat{
 display:block;
 margin:0 auto;
 width:160px;
 height:160px;
}
.pager{
  clear:both;
  width:auto;
  padding:10px 10px;
  height:auto;
  overflow:hidden;
  background:#f2f2f2;
  margin-top:0px;
  padding-top:0px;
}


</pre></body></html>