﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: auto;
    position: relative;
    left: 50vw;
    margin-left: -50vw;
    top: 0px;
    z-index: 0;
}
.banner #banner_inner #dts
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #dts a
{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #dts a img
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #xts
{
    list-style: none;
    width: auto;
    height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 10px;
    z-index: 0;
    display: none;
}
.banner #banner_inner #xts li
{
    float: left;
    width: 14px;
    height: 14px;
    background-color: #B1B1B1;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.news
{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.news .left
{
    width: 270px;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #555555;
}
.news .right
{
    width: 90px;
    height: 100%;
    float: right;
    color: #AAAAAA;
}
.news:hover .left
{
    color: #77B4ED;
}

/*旋转*/
.roundabout img{
	opacity: 0;
	filter: alpha(opacity=0);
}
.roundabout-holder {
    width:100%;
    height:550px;
    margin:0px auto;
    background: url('../image/box3.png') no-repeat center bottom;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    list-style:none;
}

.roundabout-moveable-item {
	width:370px;
    height:500px;
    text-align: center;
    cursor:pointer;
    padding: 1px;
	border: 1px #d3d3d3 solid;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0 , 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0 , 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0 , 0.2);
}
.roundabout-moveable-item img {
    height:100%;
    width:100%;
    opacity: 1;
    filter: alpha(opacity=100);
}