

/*******************************轮播样式*******************************/
.yh-carousel .carousel-inner img{
    width: 100%;
}

/*******************************轮播样式*******************************/

/*******************************产品中心样式*******************************/
.yh-product .carousel-inner .thumbnail{
    height: auto;
    margin: 30px auto;
}
.yh-product .carousel-inner .thumbnail:hover{
    transform: scale(1.1);
    z-index: 999;
}
.yh-product .carousel-control.left {
    color: #000000;
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.yh-product .carousel-control.right {
    color: #000000;
    left: auto; right: 0;
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
/*******************************产品中心样式*******************************/

/*******************************实验设备样式*******************************/
.yh-experiment{
    background: url("/images/background/bg1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.yh-experiment .title h1{
    color: #FFFFFF;
}
/*******************************实验设备样式*******************************/

/*******************************新闻资讯样式*******************************/
.yh-news li{
    list-style: none;
    height: 120px;
}
.yh-news p{
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.yh-news h4 a{
    color: #000000;
    text-decoration-line: none;
}
.yh-news h4 a:hover{
    color: #269abc;
}
/*******************************新闻资讯样式*******************************/

/*******************************应用案例样式*******************************/
.yh-case{
    background: url("/images/background/bg2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.yh-case .title h1{
    color: #FFFFFF;
}
/*******************************应用案例样式*******************************/



/*******************************关于我们样式*******************************/
.yh-about{
    padding: 20px 0;
}
.yh-about img{
    margin:15px 0;
}
.yh-about p{
    line-height: 30px;
    text-indent: 2em;
}


/*******************************关于我们样式*******************************/


