@charset "utf-8";
/*前台HOME首页Index专属样式表*/

#inSlider {
    height: 620px;
    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(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(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: 620px;
    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(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(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;
}
.gs-left {
    float: left; width: 754px; height: 634px; position: relative; overflow: hidden;
}

.gs-left-t {
    width: 680px;
}
.gs-left-t .gs-bg-title {
    position: absolute;
    color: rgba(153, 153, 153, 0.12);
    font-size: 64px;
}
.gs-left-t .gs-title {
    color: #333333; font-size: 30px;
}
.gs-left-t .gs-sub-title {
    padding-top: 15px;
    font-size: 20px;
    color: #999999;
}
.gs-left-t .gs-content {
    margin-top: 20px;
}
.gs-left-t .gs-content p {
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    line-height: 36px;
}
.gs-bottom {
    width: 100%;
    height: 100px;
    background: rgb(239, 130, 3, 0.4);
    position: absolute;
    bottom: 0;
}
.gs-bottom .gs-b-title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.gs-bottom .gs-b-sub-title {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.gs-bottom .gs-b-icon {
    cursor: pointer;
    position: absolute;
    right: 80px; bottom: 20px;
}
.gs-right {
    float: right; width: 466px; height: 634px; overflow: hidden;
}
.gs-right img {
    margin: 0;
    padding: 0;
}