<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cylj{
  width: 100%;
  background: #fff0e1;
  padding: 30px 0 40px;
}
.cylj .title {
  background: url(/public/title_cylj.png) no-repeat;
  height: 60px;
  width: 1200px;
  margin: 0 auto 30px;
}
.cylj .con{
  width: 1200px;
  margin: 0 auto;
}

.cylj .con .cyljIcon .icon{
  margin-right: 42px;
}
.cylj .con .cyljIcon .icon:last-child{
  margin-right: 0;
}
.cylj .con .select .selectNav{
  margin: 30px 0 16px;;
}
.cylj .con .select .selectNav li{
  width: 590px;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff;
  padding-left: 16px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #cfcfcf;
  position: relative;
}
.cylj .con .select .selectNav li i{
  position: absolute;
  display: block;
  right: -1px;
  top: -1px;
  width: 48px;
  height: 48px;
  background: url(/public/cylj_select.png) no-repeat center center;
}
.cylj .con .select .selectCon ul{
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 18px 0;
}
.cylj .con .select .selectCon ul li{
  text-align: center;
  float: left;
  width: 33.3%;
  font-size: 14px;
  line-height: 40px;
}
.footer {
  width: 100%;
  background: #bb1f1f;
  padding: 40px 0 36px;
  color: #FFFFFF;
}
.footer .footerCon {
  width: 1200px;
  margin: 0 auto;
}
.footer .footerCon .massage {
  line-height: 40px;
  margin-right: 30px;
  font-size: 18px;
}
.footer .footerCon .massage p {
  text-indent: 10px;
}
.footer .footerCon .massage p a img{
  margin-right: 4px;
  vertical-align: -4px;
}
.footer .footerCon .massage p span {
  text-indent: 0;
  display: inline-block;
  margin-right: 30px;
}

.footer .footerCon .massage .about {
  margin-top: 10px;
}
.footer .footerCon .massage .about a {
  margin: 0 10px;
}
.footer .footerCon .massage .about a img{
  margin-right: 4px;
  vertical-align: -4px;
}

.footer .footerCon .massage .about .ewm{
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}
.footer .footerCon .massage .about .ewm i{
  display: inline-block;
  margin-left: 6px;
  background: url(/public/icon_ewm.png) no-repeat center center;
  width: 25px;
  vertical-align: -6px;
  height: 25px;
}
.footer .footerCon .massage .about .ewm .wxewm{
  position: absolute;
  z-index: 1;
  left: -40px;
  bottom: 10px;
}
.footer .footerCon .footWrap {
  margin-top: 10px;
}
.footer .footerCon .footWrap img {
  display: inline-block;
  margin: 0 10px;
}

.filter{
    display:none;
    z-index:100;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    background-color:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aTips{
      position: fixed;
    _position: absolute;
    z-index: 101;
    width: 480px;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
}
.layui-layer-btn0 img{
    width:20px;
    height:20px;
    float:left;
    margin: 3px 5px 0 -8px;
}
.aTips .text {
    position: relative;
    font-size: 16px;
    padding: 16px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 30px;
    display: block;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
    font-size: 16px;
}
</pre></body></html>