/* 首页banner样式--index_banner.css */
.index-banner {
    width: 100%;
    height: 460px;
    background-size: 2560px 460px;
    background-repeat: no-repeat;
    background-position:center;
}
#index-banner-one{
    background-image: url("../images/index_banner.jpg");
}
.index-banner .index-banner-title{
    font-size: 86px;
    height: 90px;
    line-height: 90px;
    padding-top: 170px;
    color: #fff;
    font-weight: bold;
    padding-left: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-banner-english {
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 587px;
    margin-left: 69px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.dots {
    width: 50px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
}
.dot{
    width:10px;
    height:10px;
    border:2px solid #fff;
    border-radius:10px;
}
.dotone{
    float: right;
}
.dottwo{
    float: left;
}
.banner-switch  {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}
#index-banner-two{
    background-image: url("../images/index_bannerold.jpg");
}








