<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset+css库*/ /*本通用样式中89行样式修改*/
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
body {
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.6;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
body,
input {
  font: 0.7rem/1.2rem "微软雅黑", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
}
input,
button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
ul,
ol,
li,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
html {
  height: 100%;
}
.transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body {
  position: relative;
}
.model-wrap {
  position: relative;
  height: auto;
  /*padding-bottom: 2.2rem;*/ /*使用统一平台默认底部 该样式多余注释*/
  padding-top: 2.4rem;
  overflow: hidden;
}
/*头部*/
.model-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 93%;
  height: 2.4rem;
  background: #fff;
  padding: 0 3.5%;
  box-shadow: 0 0 10px #909090;
}
.model-header .model-header-logo {
  width: 80%;
  float: left;
  height: 1.6rem;
  padding: 0.4rem 0;
}
.model-header .model-header-logo a {
  display: table-cell;
  vertical-align: middle;
  width: 10rem;
  height: 1.6rem;
}
.model-header .model-navbtn {
  width: 1.3rem;
  height: 1.4rem;
  float: right;
  padding: 0.5rem 0;
}
/*大图轮播*/
#model_banner {
  width: 100%;
  position: relative;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#model_banner img {
  width: 100%;
}
#model_banner .slick-dots {
  bottom: 10px;
}
#model_banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
#model_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #e0dbda;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
#model_banner .slick-dots li.slick-active button {
  background: #f9a117;
  transition: 400ms;
}
.slick-dots li button:before {
  display: none;
}
#model-contant-main {
  padding: 0.6rem 0.5rem;
  height: auto;
  overflow: hidden;
  min-height: 15rem;
}
/*内页分类*/
#model-contant-main .model-classify {
  width: 100%;
  position: relative;
  z-index: 6;
}
#model-contant-main .model-classify .model-classify-posnav {
  height: 1.6rem;
  padding: 0 0.4rem;
  line-height: 1.6rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: bold;
  background: #f9a117;
}
.model-classify .model-classify-posnav .model-classify-btn {
  display: block;
  float: right;
  height: 1.6rem;
  font-weight: normal;
  font-size: 0.6rem;
}
.model-classify .model-classify-posnav .model-classify-btn i {
  margin-left: 0.4rem;
  display: inline-block;
}
.model-classify .model-classify-posnav .model-classify-btn i img {
  width: 0.7rem;
}
.model-classify .model-classify-posnav .model-classify-btn.down i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*内页分类下拉*/
.model-classify-nav {
  display: none;
  width: 100%;
  height: auto;
  max-height: 12rem;
  overflow-y: scroll;
  position: absolute;
  top: 1.8rem;
  left: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.model-classify-nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-classify-nav .one .o_li a.one_a {
  padding: 0 0.4rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.65rem;
  color: #333333;
  background: #f7f7f7;
  overflow: hidden;
}
.model-classify-nav .one .o_li a.ez {
  background: #fff;
  color: #f9a117;
  font-weight: bold;
}
.model-classify-nav .one .o_li .one_a i {
  display: block;
  width: 0.4rem;
  height: 1.8rem;
  background: url(../images/icon3.png) center no-repeat;
  background-size: 100% auto;
  float: right;
}
.model-classify-nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model-classify-nav .second {
  display: none;
}
.model-classify-nav .second .e_li {
  border-bottom: none;
}
.model-classify-nav .second a {
  padding: 0 0.8rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.64rem;
  color: #808080;
  position: relative;
  overflow: hidden;
}
.model-classify-nav .second a.sen_x {
  color: #f9a117;
}
.model-classify-nav .second a.sen_x:before {
  content: "";
  width: 0.1rem;
  height: 0.7rem;
  background: #f9a117;
  position: absolute;
  left: 0.4rem;
  top: 0.55rem;
}
.model-classify-nav .third {
  display: none;
}
.model-classify-nav .third li a {
  padding: 0 1.4rem;
}
/*图片列表1*/
.model-imglist {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  padding: 0.7rem 0;
}
.model-imglist ul {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}
.model-imglist ul li {
  width: 48.5%;
  padding: 0.2rem 1.5%;
  float: left;
}
.model-imglist ul li a {
  display: block;
  position: relative;
}
.model-imglist ul li:nth-child(2n+1) {
  padding-left: 0;
}
.model-imglist ul li:nth-child(2n) {
  padding-right: 0;
}
.model-imglist ul li .pimg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imglist-one ul li p {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #333333;
}
/*图片列表2*/
.model-imglist-two ul li p {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #333333;
  background: #f5f5f5;
}
/*图片列表3*/
.model-imglist-three ul li a {
  display: block;
  padding: 0.35rem;
  padding-bottom: 0;
  border: 1px solid #e6e6e6;
}
.model-imglist-three ul li p {
  width: 100%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #333333;
}
/*图片列表4*/
.model-imglist-four ul li p {
  width: 100%;
  text-align: center;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.6rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
/*页码*/
.model-page {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.5rem;
}
.model-page a {
  display: inline-block;
  padding: 0.1rem 5%;
  border: 1px solid #e6e6e6;
  font-size: 0.6rem;
  margin: 0 0.5%;
}
.model-page span {
  display: block;
  margin-top: 0.4rem;
  color: #808080;
}
.model-page span i {
  color: #f9a117;
}
/*详情页-单图*/
.model-dectil {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-dectil .model-dectil-img.model-dectil-oneimg {
  padding-bottom: 0.5rem;
}
/*详情页-多图*/
.model-dectil .model-dectil-img {
  width: 90%;
  margin: 0 auto;
  padding: 0.7rem 0 1rem;
}
.model-dectil .model-dectil-img .pimg img {
  width: 100%;
}
.model-dectil .model-dectil-img .slick-dots {
  bottom: -1rem;
}
.model-dectil .model-dectil-img .slick-dots li {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.1rem;
}
.model-dectil .model-dectil-img .slick-dots li button {
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #f9a117;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.model-dectil .model-dectil-img .slick-dots li.slick-active button {
  background: #f9a117;
  transition: 400ms;
}
.model-dectil .model-dectil-title {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  margin: 0.5rem 0;
}
.model-dectil .model-dectil-title span {
  display: block;
  font-size: 0.56rem;
  color: #808080;
  margin-top: 0.3rem;
  line-height: 0.6rem;
}
.model-dectil .model-dectil-text {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.58rem;
  color: #333;
  line-height: 1.7;
}
.model-dectil .model-dectil-chose {
  padding: 0.4rem;
  height: auto;
  overflow: hidden;
  background: #fafafa;
  margin: 0.4rem 0;
}
.model-dectil .model-dectil-chose li a {
  display: block;
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.58rem;
  color: #808080;
  overflow: hidden;
}
/*详情页-缩略图*/
.model-dectil .model-dectil-imgthree {
  width: 100%;
  margin: 0 auto;
  padding: 0.7rem 0;
}
.model-dectil .model-dectil-imgthree .pimg {
  position: relative;
}
.model-dectil .model-dectil-imgthree .pimg img {
  width: 100%;
}
.model-dectil .model-dectil-imgthree .slider-nav {
  width: 100%;
  padding: 0 6%;
  margin-top: 0.3rem;
}
.model-dectil .model-dectil-imgthree .slider-nav .pimg {
  margin: 0 0.1rem;
}
.model-dectil .model-dectil-imgthree .slider-nav .pimg em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0.5;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0.5;
  /* IE9 + etc...modern browsers */
  opacity: 0.5;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 &amp; 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.model-dectil .model-dectil-imgthree .slider-nav .slick-current .pimg em {
  display: none;
}
.model-dectil-imgthree .slider-nav .slick-prev {
  width: 1rem;
  height: 1.5rem;
  left: -0.3rem;
  border-right: 1px solid #f9a117;
}
.model-dectil-imgthree .slider-nav .slick-prev:before {
  content: "";
  border-right: 0.3rem solid #f9a117;
  border-left: 0.3rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  position: absolute;
  right: 0;
  top: 0.45rem;
}
.model-dectil-imgthree .slider-nav .slick-arrow.slick-disabled {
  border: none!important;
}
.model-dectil-imgthree .slider-nav .slick-next {
  width: 1rem;
  height: 1.5rem;
  right: -0.3rem;
  border-left: 1px solid #f9a117;
}
.model-dectil-imgthree .slider-nav .slick-next:before {
  content: "";
  border-left: 0.3rem solid #f9a117;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  position: absolute;
  left: 0;
  top: 0.45rem;
}
/*图文列表*/
.model-imgtextlist {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0;
}
.model-imgtextlist ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imgtextlist ul li a {
  display: block;
  position: relative;
}
.model-imgtextlist-one ul li {
  width: 100%;
  padding: 0.35rem 0;
}
.model-imgtextlist-one ul li a {
  padding: 0.4rem;
  border: 1px solid #e6e6e6;
}
.model-imgtextlist-one ul li .pimg img {
  width: 100%;
}
.model-imgtextlist-one ul li dl {
  padding: 0.3rem 0;
}
.model-imgtextlist-one ul li .imgtextlist-time {
  padding-left: 1rem;
  font-size: 0.58rem;
  color: #808080;
  line-height: 1.3rem;
  background: url(../images/icon7.png) left center no-repeat;
  background-size: 0.7rem auto;
}
.model-imgtextlist-one ul li dt {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  overflow: hidden;
  font-size: 0.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.model-imgtextlist-one ul li dd {
  width: 100%;
  height: 2.7rem;
  font-size: 0.58rem;
  color: #808080;
  overflow: hidden;
  line-height: 0.9rem;
}
/*文字列表1*/
.model-textlist {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0;
}
.model-textlist-one ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.model-textlist-one ul li .textlist-time {
  width: 2.6rem;
  padding: 0.1rem 0;
  padding-right: 0.2rem;
  float: left;
  text-align: center;
  font-size: 0.56rem;
  color: #808080;
  line-height: 1rem;
  border-right: 1px solid #e6e6e6;
}
.model-textlist-one ul li .textlist-time span {
  display: block;
  font-size: 1rem;
}
.model-textlist-one ul li dl {
  margin-left: 3.4rem;
}
.model-textlist-one ul li dl dt {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  overflow: hidden;
  font-size: 0.6rem;
  color: #333;
  font-weight: bold;
}
.model-textlist-one ul li dl dd {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  font-size: 0.58rem;
  color: #808080;
}
/*文字列表2*/
.model-textlist-two {
  padding-top: 0;
}
.model-textlist-two ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-textlist-two ul li a {
  display: block;
  padding-left: 0.6rem;
  position: relative;
}
.model-textlist-two ul li a:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: #f9a117;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.model-textlist-two ul li dt {
  width: 100%;
  height: 1.2rem;
  font-size: 0.6rem;
  color: #333;
  overflow: hidden;
  line-height: 1.2rem;
}
.model-textlist-two ul li span {
  display: block;
  line-height: 0.7rem;
  font-size: 0.58rem;
  color: #808080;
}
/*搜索结果1*/
.model-search-result .model_seach {
  padding: 0.3rem 0.5rem;
  background: #f5f5f5;
  margin: 0.5rem 0;
}
.model-search-result .model_seach .model-seachdiv {
  padding: 0.4rem 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-search-result .model_seach .model-seachdiv form {
  height: 1.4rem;
  border: 1px solid #e6e6e6;
}
.model-search-result .model_seach .model-seachdiv form .input {
  outline: none;
  width: 80%;
  height: 1.4rem;
  float: left;
  background: #fff;
  border: none;
  text-indent: 0.3rem;
  font-size: 0.58rem;
}
.model-search-result .model_seach .model-seachdiv form .seabtn {
  width: 20%;
  float: left;
  height: 1.4rem;
  background: #f9a117;
  color: #fff;
  border: none;
  font-size: 0.58rem;
}
.model-search-result .model_seach dd {
  font-size: 0.65rem;
  color: #333;
  margin: 0.3rem 0;
}
/*搜索结果2*/
.model_seach_result {
  width: 100%;
  font-size: 0.6rem;
  color: #808080;
  line-height: 1rem;
  margin: 0.7rem 0 0.1rem;
  text-align: center;
}
.model-textlist-three {
  padding-top: 0;
}
.model-textlist-three ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-textlist-three ul li a {
  display: block;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.6rem;
  color: #333;
  overflow: hidden;
}
.model-textlist-three ul li a i {
  margin-right: 0.2rem;
}
/*底部导航条*/
.model-fixed {
  width: 94%;
  padding: 0 3%;
  height: 2.2rem;
  overflow: hidden;
  background: #f9a117;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 22;
}
.model-fixed .fnavbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-fixed .fnavbox li {
  text-align: center;
  width: 25%;
  float: left;
}
.model-fixed .fnavbox li a,
.fnavbox li dd {
  color: #fff;
  display: block;
}
.model-fixed .fnavbox li .fix_icon {
  width: 100%;
  height: 1rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.model-fixed .fnavbox li .title {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.58rem;
}
.model-fixed .fnavbox li .fix_icon1 {
  background: url(../images/ficon1.png) center no-repeat;
  background-size: 1rem auto;
}
.model-fixed .fnavbox li .fix_icon2 {
  background: url(../images/ficon2.png) center no-repeat;
  background-size: 1rem auto;
}
.model-fixed .fnavbox li .fix_icon3 {
  background: url(../images/ficon3.png) center no-repeat;
  background-size: 1rem auto;
}
.model-fixed .fnavbox li .fix_icon4 {
  background: url(../images/ficon4.png) center no-repeat;
  background-size: 1rem auto;
}
.model-fixed .model-ewmimg {
  display: none;
  width: 40%;
  position: fixed;
  top: 50%;
  left: 30%;
  z-index: 2;
  text-align: center;
  font-size: 0.58rem;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.model-fixed .model-ewmimg img {
  width: 100%;
}
/*侧边导航*/
.opacity2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.model-leftnav {
  width: 11rem;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 44;
}
.model-leftnav-top {
  padding: 0 0.5rem;
  height: 2.4rem;
  overflow: hidden;
  line-height: 2.4rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  background: #f9a117;
  text-align: center;
}
.model-leftnav-top span {
  display: inline-block;
  height: 100%;
  padding-left: 1.5rem;
  background: url(../images/icon4.png) left center no-repeat;
  background-size: 1.2rem auto;
}
.model-leftnav-main {
  width: 100%;
  height: 26rem;
  overflow-y: scroll;
}
.model-leftnav-main .nnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-leftnav-main .nnav li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-leftnav-main .nnav li a.ce {
  display: block;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.6rem;
  position: relative;
  color: #333333;
  font-size: 0.68rem;
}
.model-leftnav-main .nnav .yiji.xz a.ce {
  color: #f9a117;
}
.model-leftnav-main .nnav .yiji dl {
  width: 0.8rem;
  height: 2rem;
  line-height: 2rem;
  float: right;
  padding-right: 0.6rem;
  display: inline;
  z-index: 3;
  position: relative;
}
.model-leftnav-main .nnav .yiji dl img {
  width: 100%;
}
.model-leftnav-main .nnav .yiji dl .icon1 {
  display: none;
}
.model-leftnav-main .nnav .yiji.xz .er_icon .icon1,
.model-leftnav-main .nnav .yiji .erji.tz .icon1 {
  display: block;
}
.model-leftnav-main .nnav .yiji.xz .er_icon .icon2,
.model-leftnav-main .nnav .yiji .erji.tz .icon2 {
  display: none;
}
.model-leftnav-main .nnav li a.er {
  padding-left: 1.3rem;
  color: #333;
  font-size: 0.65rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  position: relative;
}
.model-leftnav-main .nnav .yiji dl.thr_icon {
  height: 1.8rem;
  line-height: 1.8rem;
}
.model-leftnav-main .nnav li.tz a.er {
  color: #f9a117;
}
.model-leftnav-main .nnav li.tz a.er:before {
  content: "";
  width: 3px;
  height: 0.8rem;
  background: #f9a117;
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
}
.model-leftnav-main .nnav li .menu_body {
  display: none;
}
.model-leftnav-main .nnav li .menu_body li {
  border-bottom: none;
  padding: 0;
}
.model-leftnav-main .nnav li .thr_body {
  display: none;
}
.model-leftnav-main .nnav li .thr_body a {
  padding-left: 1.8rem;
  color: #808080;
  font-size: 0.6rem;
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
}
.page-prev {
  transform: translate3d(-11rem, 0, 0);
  -ms-transform: translate3d(-11rem, 0, 0);
  -webkit-transform: translate3d(-11rem, 0, 0);
  -o-transform: translate3d(-11rem, 0, 0);
  -moz-transform: translate3d(-11rem, 0, 0);
}
.page-next {
  transform: translate3d(11rem, 0, 0);
  -ms-transform: translate3d(11rem, 0, 0);
  -webkit-transform: translate3d(11rem, 0, 0);
  -o-transform: translate3d(11rem, 0, 0);
  -moz-transform: translate3d(11rem, 0, 0);
}
.page-in {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
/*侧边导航结束*/
</pre></body></html>