﻿@charset "utf-8";
.imgfull {
    width: 100%;
    display: block;
}

/*banner start*/
.banner,
.banner .fullSlide,
.banner .fullSlide .bd{
    width: 100%;
    overflow: hidden;
}
.banner .fullSlide,
.img-link-tab .slideTxtBox{
    position: relative;
    z-index: 1;
}
.banner .fullSlide .hd{
    position: absolute;
    bottom: 3%;
    right: 18%;
    text-align: center;
}
.banner .fullSlide .hd ul li,
.mod1 .tab-wrap .fullSlide .hd ul li{
    background: transparent url("../images/bannercontroller.png") no-repeat -12px 0;
    width: 12px;
    height: 13px;
    opacity: 1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 0;
    z-index: 20;
}
.banner .fullSlide .hd ul li.on,
.mod1 .tab-wrap .fullSlide .hd ul li.on{
    background-position: 0 0;
}
.banner .fullSlide .prev,
.banner .fullSlide .next{
    position: absolute;
    width: 46px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    opacity: .4;
    filter:alpha(opacity=40);
}
.banner .fullSlide .prev{
    background: url("/_upload/tpl/00/98/152/template152/images/prevbtntop.png") no-repeat center;
    left: 6%;

}
.banner .fullSlide .next{
    background: url("/_upload/tpl/00/98/152/template152/images/nextbtntop.png") no-repeat center;
    right: 6%;
}
.banner .fullSlide .bd ul li .title{
    display: block;
    position: absolute;
    left: 18%;
    bottom: 3%;
    padding: 0 20px;
    background: url("/_upload/tpl/00/98/152/template152/images/bg_black_50.png");
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 44px;
}
/*bannr end*/

.banner .fullSlide .prev:hover,
.banner .fullSlide .next:hover,
.mod3 ul li:hover .icon{
    opacity: 1;
    filter:alpha(opacity=100);
}
.left-scroll ul li:hover img{
    opacity: .8;
    filter:alpha(opacity=80);
}
.left-scroll ul li:hover{
    border-color: #128AE7;
}
a.more:hover,
.mod1 .tab-wrap .fullSlide .bd ul li:hover .title{
    color: #eb796b;
}