body {
  font-family: -apple-system, system-ui, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "pingfang sc", "hiragino sans gb", "microsoft yahei", sans-serif;
}
.yunu-link{display:none}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}

a{
    color: #333;
}
a:hover{
    color: #666;
    text-decoration: none;
}
h2{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.mt60{
    margin-top: 60px;
}

.top{
    background-color: #006dc0;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.top-tel{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
    background: url(/uploads/image/sdimages/top_tel.jpg) no-repeat left center;
    padding-left: 30px;
    margin-right: 115px;
}
.top_weixin{
    display: inline-block;
    width: 80px;
    height: 20px;
    position: relative;
}
.top_mobile{
    display: inline-block;
    width:80px;
    height: 20px;
    position: relative;
}
.top_weixin .weixin{
    width: 100px;
    height: 100px;
    position: absolute;
    left: -10px;
    top: 40px;
    display: none;
    z-index: 50;
}
.top_weixin:hover .weixin{
    display: block;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 15px;
  margin: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: #fff;
  padding: 15px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #006dc0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #006dc0;
}
.navbar-default .navbar-nav > li > a {
  padding: 15px 32px;
  line-height: 20px;
  font-size: 16px;
}
.dropdown-menu {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 100%;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.dropdown-menu > li {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu > li > a {
  display: block;
  padding: 15px 0;
  line-height: 20px;
  font-size: 16px;
  clear: both;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  background-color: #f4f4f4;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006dc0;
}

/*导航翻滚特效*/
.dropdown-menu {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.dropdown-menu li {
    opacity: 0;
    -webkit-transform: rotatey(90deg);
    -moz-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    -o-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    /*实现下拉菜单螺旋淡出*/
}
.navbar-nav > li:hover .dropdown-menu li, .navbar-nav > li:focus .dropdown-menu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*动画递进的时间 实现一个个螺旋子菜单*/
.navbar-nav li:hover .dropdown-menu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.navbar-nav li:hover .dropdown-menu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.dropdown-menu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.dropdown-menu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.dropdown-menu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.dropdown-menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.dropdown-menu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.dropdown-menu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.dropdown-menu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.dropdown-menu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}



.about{
    padding-left: 40px;
}
.about h2{
    font-size: 36px;
    margin: 10px 0 40px;
}
.about-con{
    line-height: 30px;
}
.about-con p{
    margin-bottom: 0;
}
.about-more{
    display: inline-block;
    width: 138px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #006dc0;
    font-size: 18px;
    color: #006dc0;
    margin-top: 30px;
}
.about-more:hover{
    background-color: #006dc0;
    color: #fff;
}
.product{
    margin-top: 100px;
}
.product-con{
    margin-top: 40px;

}
.product-con a{
    position: relative;
    border: 2px solid #f3f3f3;
    width: 100%;
    margin-bottom:30px;

}
.product-con a img{
    width:100%;
    height:200px;
}
.product-con-text{
    width: 100%;
    height: 80px;
    background:#f5f5f5;
    padding: 0px 10px;


 }
.product-con-text h3{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;

}
.product-con-text p{
    font-size:14px;
    color:#666;
     line-height:25px;
     text-align:left;
}
.product-con a:hover .product-con-text{
   background:#0057b0;
}
.product-con a:hover .product-con-text h3{
    color:#fff;
}
.product-con a:hover .product-con-text p{
    color:#fff;
}
.product-con .carousel{
    padding-bottom: 20px;
}
.product-con .carousel-indicators {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.product-con .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
}
.product-con .carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #1858a3;
}
.news{
    margin-top: 80px;
    background: url(/uploads/image/sdimages/news_bg.jpg) no-repeat top center;
    height: 755px;
    padding: 60px 0;
}
.news01{
    background: rgba(255,255,255,0.85);
    padding: 0 30px 20px;
}
.news01-title{
    height: 68px;
    line-height: 68px;
    border-bottom: 2px solid #c3c3c3;
    background: url(/uploads/image/sdimages/news_icon.jpg) no-repeat left center;
    padding-left: 50px;
}
.news01-title h2,
.news02-title h2{
    font-size: 24px;
    line-height: 68px;
    margin: 0;
}
.news01-title a{
    font-size: 26px;
    color: #808080;
}
.list-news li{
    height: 35px;
    line-height: 35px;
    overflow: hidden;background: url(/uploads/image/sdimages/news_li_icon.jpg) no-repeat left center;
    padding-left: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.news02,
.news03{
    background-color: #2d71c2;
    padding: 0 25px 20px;
    color: #fff;
}
.news03{
    background-color: #1c406c;
}
.news02-title{
    height: 68px;
    line-height: 68px;
}
.news02-title a{
    font-size: 26px;
    color: #fff;
}
.news .col-xs-3 img{
    width: 100%;
    height: 140px;
    margin-bottom: 5px;
}
.list-news02 li{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.list-news02 li a{
    color: #fff;
    font-weight: bold;
}
.why{
    margin-top: 80px;
}
.why-con{
    width: 100%;
    height: 399px;
    margin: 40px auto 0;
    background: url(/uploads/image/sdimages/why_bg.jpg) no-repeat top center;
    position: relative;
}
.why-con h3{
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0  10px;
    color: #214c80;
}
.why-con p{
    line-height: 30px;
    margin-bottom: 0;
}
.why-con01{
    width: 300px;
    position: absolute;
    left: 250px;
    top: 0;
}
.why-con02{
    width: 300px;
    position: absolute;
    right: 35px;
    top: 0;
}
.why-con03{
    width: 350px;
    position: absolute;
    left: 0;
    top: 245px;
}
.why-con04{
    width: 350px;
    position: absolute;
    right: 270px;
    top: 245px;
}
.case .col-xs-4{
    margin-top: 30px;
}
.case .col-xs-4 a{
    border: 5px solid #e6e6e6;
}
.case .col-xs-4 img{
    width: 100%;
    height: 100px;
}
.footer{
    background-color: #1858a3;
    margin-top: 100px;
    padding: 40px 0;
    color: #fff;
}
.footer a{
    color: #fff;
    line-height: 30px;
}
.link{
    margin-bottom: 70px;
}
.link b{
    font-size: 18px;
}
.link a{
    font-size: 16px;
    margin: 0 15px;
}
.footer-con .col-xs-2{
    padding-top: 55px;
}
.footer-con .col-xs-2 p{
    margin-top: 15px;
}
.footer-bottom{
    padding: 40px 40px 0;
}
.footer-text p{
    line-height: 30px;
    margin-bottom: 0;
}
.footer-menu{
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}
.footer-menu a{
    display: inline-block;
    width: 19%;
    font-size: 16px;
}
.position{
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-top: 10px;
}
.position a{
    margin: 0 10px;
}
.container-menu {
    margin-top: 40px;
}
.container-menu a{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    border: 1px solid #ccc;
}
.container-menu a:hover{
    background-color: #006dc0;
    color: #fff;
}
.content{
    line-height: 32px;
    font-size: 16px;
}
.honor-item{
    margin-top: 30px;
}
.honor-item div{
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #eee;
    border:1px solid #eee;
    position: relative;
}
.honor-item img{
    width: 100%;
    height: 280px;
    transition: all 1s;
}
.honor-item:hover div img{
    transform: scale(1.2);
}
.honor-item span{
    font-size: 16px;
    margin-top: 20px;
}
.case-item div{
    width: 100%;
    height: 100px;
    overflow: hidden;
    border:5px solid #eee;
    background: none;
}
.case-item img{
    width: 100%;
    height: 100px;
    transition: all 1s;
}
.news-item{
    display: block;
    background-color: #f7f7f7;
    margin-top: 20px;
    height: 160px;
    overflow: hidden;
    transition: all 0.5s;
}
.news-item:hover{
    background-color: #006dc0;
}
.news-item:hover h3,
.news-item:hover p,
.news-item:hover span,
.news-item:hover i{
    color: #fff;
}
.news-item:hover i{
    margin-left: 40px;
    background-color: #ce0000;
    color: #fff;
    border: 1px solid #ce0000;
}
.news-item-img{
    width: 18%;
}
.news-item img{
    width: 100%;
    padding: 20px;
    height: 160px;
}
.news-item-text{
    /* width: 82%; */
    width: 100%;
}
.news-item-text .pull-left{
    padding: 0 4%;
    width: 80%;
}
.news-item-text .pull-right{
    width: 20%;
    padding: 30px 0;
}
.news-item h3{
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.news-item p{
    line-height: 30px;
    color: #666;
}
.news-item span{
    font-size: 20px;
    color: #666;
}
.news-more{
    display: inline-block;
    color: #ccc;
    width: 70px;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
    border: 1px solid #dedede;
    margin-top: 30px;
    font-style: normal;
    transition: all 0.5s;
}
.info-item{
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
}
.info-item .clearfix{
    line-height: 60px;
    background: url(/uploads/image/sdimages/icon_info.jpg) no-repeat left center;
    padding-left: 15px;
}
.info-item a{
    font-size: 16px;
    font-weight: bold;
}
.info-item p{
    margin-bottom: 0;
    line-height: 26px;
    color: #666;
}
.info-item p b{
    color: #969696;
    font-weight: normal;
}
.content-title{
    font-size: 24px;
    margin: 0;
}
.content-info{
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin: 40px 0;
    color: #666;
}
.content-info span{
    display: inline-block;
    margin: 0 20px;
}
.product-item{
    margin-top: 40px;
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.product-item img{
    width: 100%;
    height: 250px;
    border: 1px solid #e3e3e3;
}
.product-item .clearfix{
    margin-top: 30px;
}
.product-item h3{
    line-height: 40px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.product-item span{
    width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    font-size: 16px;
}
.product-item:hover{
    border: 1px solid #006dc0;
    color: #fff;
}
.product-item:hover img{
    border: 1px solid #006dc0;
}
.product-item:hover h3{
    color: #006dc0;
}
.product-item:hover span{
    border: 1px solid #006dc0;
    color: #fff;
    background-color: #006dc0;
}
.product-title{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
.product-intr{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f0f0f0;
    margin: 30px 0;
}
.product-ask{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background-color: #ff6600;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}
.product-ask:hover{
    background-color: #ff6600;
    color: #fff;
}
.product-tel{
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    background-color: #0160b4;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}
.product-tel:hover{
    background-color: #0160b4;
    color: #fff;
}
.product-box{
    padding: 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.product-con-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #222;
    position: relative;
}
.product-con-title:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 16px;
    width: 301px;
    height: 8px;
    background: url(/uploads/image/sdimages/title_before.png) no-repeat;
}
.product-con-title:after{
    content: '';
    position: absolute;
    right: 50%;
    top: 16px;
    margin-right: -430px;
    width: 301px;
    height: 8px;
    background: url(/uploads/image/sdimages/title_after.png) no-repeat;
}
.product-info{
    height: 100px;
    border: 1px solid #ebebeb;
}
.product-info h3{
    width: 15%;
    height: 99px;
    background-color: #ececec;
    font-size: 18px;
    line-height: 100px;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.product-info p{
    width: 85%;
}
.product-info p{
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
}
.product-img{
    /*margin: 60px auto;*/
}
.product-type{
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 40px;
    margin: 30px 0;
    background: url(/uploads/image/sdimages/title_after.png) no-repeat 15% center;
    padding-right: 320px;
}


@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}

/*图片放大镜*/
/* 垂直居中 */
.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    position: relative;

}
.magnifier-container{
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(/uploads/image/sdimages/move-box.png);
}
.images-cover{
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
    float: left;
}
.magnifier-btn .magnifier-btn-right{
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.magnifier-line li{
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img{
    border-color: #006dc0;
}
.small-img{
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 2px solid #9b9b9b;
    text-align: center;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
    border: 5px solid #ccc;
}
.magnifier-view img{
    display: block;
}

@media (max-width: 767px) {
  .navbar-brand img{
  	height: 30px;
  }
  .news {
  	height: auto;
  	padding: 30px 0;
  	margin-top: 30px;
  	background-size: 100% 100%;
  }
  .about {
  	padding-left: 0;
  }
  .product {
  	margin-top: 30px;
  }
  .product-con a img,
  .product-item img  {
  	height: auto;
  }
  .magnifier,
  .images-cover img{
  	width: 100% !important; 
  }
  .product-type {
  	padding-right: 0;
  	background: none; 
  }
  .product-con-title:before,
  .product-con-title:after  {
  	display: none;
  }
  .product-ask,
  .product-tel {
	  width: 50%;
	  float:left;
	  padding: 0;
	  margin: 0;
  }
  .product-info h3,
  .product-info p{
	  width: 100%;
  }
  
  
  
  
  
.yunu-link{
    display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
	margin-bottom:0px;
}
.yunu-link li{
	float: left;
	width: 25%;
	list-style:none;
}
.yunu-link li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a{
	color: #005ad2;
}
.yunu-link li a i{
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1{
	background-image: url(/uploads/image/sdimages/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2{
	background-image: url(/uploads/image/sdimages/sj-nav1-on.png);
}
.yunu-link li a .i2{
	background-image: url(/uploads/image/sdimages/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2{
	background-image: url(/uploads/image/sdimages/sj-nav2-on.png);
}
.yunu-link li a .i3{
	background-image: url(/uploads/image/sdimages/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3{
	background-image: url(/uploads/image/sdimages/sj-nav3-on.png);
}
.yunu-link li a .i4{
	background-image: url(/uploads/image/sdimages/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4{
	background-image: url(/uploads/image/sdimages/sj-nav4-on.png);
}
  
}