/*幻灯片(组件)*/
.banner{height:400px;}
.banner .ban_c img{position:absolute;width:1920px;left:50%;margin-left:-960px;top:0;}
.banner .ban_nav{display:none;}
.banner .Left,.banner .Right{position:absolute;width:38px;height:38px;background:url(/resource/images/cir_white.gif) no-repeat #aaa;right:50%;bottom:15px;}
.banner .Left{margin-right:-450px;background-position:5px 0}
.banner .Right{margin-right:-490px;background-position:-33px 0;background-color:#BF2115}
.slide{position:relative;width:100%;}
.ban_c{display:none;position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}
.ban_c img{width:100%;height:100%;}
.ban_t{position:absolute;left:0;bottom:0;width:100%;padding:4px 0;text-indent:10px;white-space:nowrap;overflow:hidden;color:#fff;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);z-index:3;}
.ban_nav{position:absolute;bottom:0;left:0;width:100%;text-align:right;z-index:4;}
.ban_nav a{display:inline-block;vertical-align:middle;width:14px;height:14px;line-height:14px;overflow:hidden;text-align:center;margin-right:8px;cursor:pointer;text-decoration:none;font-size:10px;-webkit-text-size-adjust:none;background:#ccc;}
.ban_nav .on{background:#f90;color:#fff;}
.Left,.Right{cursor:pointer;}

#win-hearder-container-auto {
    background-color: #004862;
    width: 100%;
    height: 62px;
    position: fixed;
    top: 0;
    z-index: 1100;
}
#win-hearder-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1100;
}
.win-hearder-logo {
    float: left;
    height: 62px;
    margin-right: 20px;
}
.win-hearder-tel {
    float: right;
    background-image: url(/resource/images/win-heard-tel-icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 62px;
    line-height: 62px;
    padding-left: 50px;
    color: #fff;
    font-size: 28px;
}
.win-hearder-appointment {
    font-size: 24px;
    color: #6b9bad;
    background-color: #005979;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
}
.win-hearder-appointment a:link,
.win-hearder-appointment a:visited,
.win-hearder-appointment a:active {
    font-size: 24px;
    color: #6b9bad;
    background-color: #005979;
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    border-radius: 3px;
}
.win-hearder-appointment a:hover {
    font-size: 24px;
    color: #6b9bad;
    background-color: #00526f;
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    border-radius: 3px;
}
/*----幻灯片(组件)//end----*/