﻿.banner
{
    position: relative;
    text-align: center;
    line-height: 16px;
    width: 100%;
    height:364px;
    font-size: 18px;
    overflow: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    color:#FFFFFF;
    background-color:#FFFFFF;
}
.banner UL
{
    list-style-type: none;
    width: 300%;
    list-style-image: none;
    margin:0px;
    padding:0px;
}
.banner UL LI
{
    height: 364px;
    padding-left: 0px;
    width: 33%;
    display: block;
    float: left;
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
}
.slidertitle
{
    font-size:40px;
    width:535px;
    margin:0px auto;
    height:52px;
    line-height:52px;
    padding-top:110px;
}
.sliderdesc
{
    font-size:18px;
    width:535px;
    margin:0px auto;
    line-height:24px;
    margin-top:10px;
    letter-spacing:1px;
}
.banner .dot
{
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots
{
    position: absolute;
    bottom: 42px;
    right: 0px;
    left: 0px;
}
.banner .dots LI
{
    margin: 0px 4px;
    width: 22px;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    opacity: 0.4;
    background-image:url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/slider.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.banner .dots LI.active
{
    background-image:url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/slideractive.png);
    background-position:center center;
    background-repeat:no-repeat;
    opacity: 1;
}
