/*非自适应站内页banner样式*/
.xypg-banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px !important;
}

.xypg-banner .img img {
    width: 1920px;
    margin: 0 auto;
    height: 500px !important;
}

/*非自适应站内页样式*/
.container {
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xypg-left {
    width: 260px;
    float: left;
}

.xypg-right {
    width: 880px;
    float: right;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*内页banner*/
.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_bannerbj img {
    max-width: 100%;
    height: auto;
}

/*非自适应站内页产品样式*/
.xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    margin: 0 10px;
    width: 272px;
}

.xypg-product-list li .img img {
    width: 272px;
}

.xypg-product-list li h3 {
    margin: 15px 0;
}

/*首页banner*/

.banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 750px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 50%;
    bottom: 45px;
    z-index: 100;
}

.banner .num li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 19px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
}

.banner .num li:last-child {
    margin-right: 0px;
}

.banner .num li.num_hover {
    background-color: #134ba2;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 45px auto 0;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.arrow {
    text-align: center;
}

.arrow strong {
    font-size: 30px;
    font-weight: 100;
    color: #949494;
    margin: 0 14px;
}

.arrow img {
    margin-top: -9px;
}

.product-list {
    position: relative;
}

.layer1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

.layer2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

/*设备中心*/
/*滚动*/
#e_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#e_indemo {
    float: left;
    width: 800%;
}

#e_demo1 {
    float: left;
}

#e_demo2 {
    float: left;
}
