@charset "utf-8";
/*前台HOME首页Index专属样式表*/

#inSlider {
    height: 340px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#inSlider .arrow {
    position: absolute;
    z-index: 99;
    left: 24px;
    top: 50%;
    margin-top: -36px;
    width: 20px;
    height: 72px;
    background: url(/views/bcht/public/home/index/inSliderArrow.png) 0px 0px no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#inSlider .arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#inSlider .arrow.next {
    background-position: -20px 0px;
    left: auto;
    right: 24px;
}
#inSlider .hd {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 50%;
    margin-left: -25px;
}
#inSlider .hd ul {

}
#inSlider .hd ul li {
    width: 16px;
    height: 16px;
    background: url(/views/bcht/public/home/index/inSliderPoint.png) 0px 0px no-repeat;
    float: left;
    margin: 0px 3px;
    cursor: pointer;
}
#inSlider .hd ul li.on {
    background-position: 0px -16px;
}
#inSlider .bd {
    
}
#inSlider .bd ul {
    
}
#inSlider .bd ul li {
    height: 340px;
    position: relative;
}
#inSlider .bd ul li img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.inPro {
    background: #f2f2f2;
    padding: 20px 0px;
}
.inPro .container {
    overflow: hidden;
}
.inPro h5 {
    text-align: center;
    color: #1f5bbe;
    font-size: 20px;
    line-height: 36px; 
}
.inPro p {
    text-align: center;
    font-size: 14px;
    margin: 0px;
    color: #666;
    line-height: 2;
}
.inProList {
    padding: 15px 0px;
    width: 1220px;
    overflow: hidden;
}
.inProList .item {
    width: 285px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.inProList .item .img {
    height: 178px;
    position: relative;
    font-size: 0px;
    display: block;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.inProList .item .img img {
    width: 100%;
    height: 100%;
}
.inProList .item .img .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background: url(/views/bcht/public/home/index/inProMask.png) center center no-repeat;
    display: none;
}
.inProList .item .img .mask .icon {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background: url(/views/bcht/public/home/index/inProMaskIcon.png) bottom center no-repeat;
    display: none;
}
.inProList .item .img:hover {
    
}
.inProList .item .img:hover .mask {
    display: block;
}
.inProList .item .img:hover .mask .icon {
    display: block;
    top: 0px;
    background-position: center center;
}
.inProList .item .info {

}
.inProList .item .info a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #1f5bbe;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.inProList .item .info a:hover {
    color: #f66a23;
}
.inProList .item .info p {
    text-align: left;
    color: #999;
    line-height: 1.5;
}

.inFt {

}
.inFt .item {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 40px 0px;
}
.inFt .item h5 {
    color: #1f5bbe;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}