.index-products{
    width: 100%;
}
.index-products-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.index-products-banner-mask {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    background: url("/images/index/index-products/index-productsIcon.png") no-repeat center;
    background-size: auto 80%;
    opacity: 0;
    height: 100%;
}
.index-products-animate1 {
    opacity: 1 !important;
    -webkit-transition : opacity 2500ms ease;
    transition : opacity 2500ms ease;
}
.index-products-items {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index-products-item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.index-products-item-animate {
    opacity: 1;
}

.index-products-fixed-box {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
}


.index-products-sidebar {
    position: absolute;
    right: 14vw;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    display: block;
    top:10%;
    opacity: 0;
}
.index-products-sidebar > li {

}

.index-products-sidebar1 {
    /*padding-top: 50px;
    font-size: 30px;*/
    padding-top: 21px;
    font-size: 26px;
    width: 50px;
    height: 430px;
    overflow: hidden;
}
.index-products-sidebar1 > li {
    cursor: pointer;
}
.index-products-sidebar1 > li:after {
    content: "";
    width: 100%;
    height: 30px;
    background: url("/images/index/index-products/icon1.png") no-repeat center;
    display: block;
}
.index-products-sidebar1 > li:last-child:after {
    content: "";
    height: 0;
}
.index-products-sidebar1 > li.active {
    color: #35baff;
}

.index-products-sidebar2 >li {
    width: 80px;
    height: 95px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 55px;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    cursor: pointer;
}
.index-products-sidebar2 >li:nth-child(1) {
    background-image: url('/images/index/index-products/index-products-icon1.png');
}
.index-products-sidebar2 >li:nth-child(1).active {
    background-image: url('/images/index/index-products/index-products-icon1-active.png');
}

.index-products-sidebar2 >li:nth-child(2) {
    background-image: url('/images/index/index-products/index-products-icon2.png');
}
.index-products-sidebar2 >li:nth-child(2).active {
    background-image: url('/images/index/index-products/index-products-icon2-active.png');
}

.index-products-sidebar2 >li:nth-child(3) {
    padding-top: 65px;
    background-image: url('/images/index/index-products/index-products-icon3.png');
}
.index-products-sidebar2 >li:nth-child(3).active {
    padding-top: 65px;
    background-image: url('/images/index/index-products/index-products-icon3-active.png');
}

.index-products-sidebar2 >li:nth-child(4) {
    background-image: url('/images/index/index-products/index-products-icon4.png');
}
.index-products-sidebar2 >li:nth-child(4).active {
    background-image: url('/images/index/index-products/index-products-icon4-active.png');
}

.index-products-sidebar2 >li:nth-child(5) {
    background-image: url('/images/index/index-products/index-products-icon5.png');
}
.index-products-sidebar2 >li:nth-child(5).active {
    background-image: url('/images/index/index-products/index-products-icon5-active.png');
}

.index-products-sidebar2 >li:nth-child(6) {
    background-image: url('/images/index/index-products/index-products-icon6.png');
}
.index-products-sidebar2 >li:nth-child(6).active {
    background-image: url('/images/index/index-products/index-products-icon6-active.png');
}




.index-products-sidebar2 >li.active {
    color: #0b99e3;
    background-color: rgba(0,0,0,0.7);
}

.index-products-title {
    width: 250px;
    height: 70px;
    border : 4px solid #0b99e3;
    line-height: 64px;
    color : #3c3c3c;
    text-align: center;
    font-size: 30px;
    font-weight:normal;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -125px;
}
.index-products-description {
    width: 100%;
    text-align: center;
    color : #3c3c3c;
    font-size: 20px;
    position: absolute;
    top:140px;
    left: 0;
}
.index-products-info {
    width: 324px;
    height: 430px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 14vw;
    top:360px;
    color: #fff;
    padding: 30px 40px;
}
.index-products-info-title {

}
.index-products-info-title-span {
    display: inline-block;
    font-size: 50px;
    /*height: 120px;*/
    /*border-bottom: 2px solid #34acea;*/
    height: 100px;
    letter-spacing: 50px;
    background: url("/images/index/index-products/icon2.png") no-repeat 65px 30px;
}
.index-products-info-description {
    font-size: 20px;
    margin-top: 41px;
}
.index-products-info-description-bold {
    font-size: 30px;
    font-weight: bold;
}
.index-products-fixed {
    position: absolute;
    z-index: 1;
    right: 10vw;
    background-color: rgba(0,0,0,0.7);
    width: 50px;
    text-align: center;
    display: block;
    top:30%;
}
.index-products-fixed > li {
    color: #fff;
}
.index-products-fixed1 {
    padding: 40px 0;
    font-size: 30px;
}
.index-products-fixed1 > li {
    cursor: pointer;
}
.index-products-fixed1 > li:after {
    content: "/";
    color: #fff;
    display: block;
}
.index-products-fixed1 > li:last-child:after {
    content: "";
}
.index-products-fixed1 > li.active {
    color: #35baff;
}

.index-images {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.index-image {
    height: 100px;
    margin: 10px 5px;
}
.tmpBanner-img {
    width: 500px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #ff0000;
}
.spacing {
    height: 10px;
}
hr {
    margin-top: 10px;
    margin-bottom: 0px; 
    border: 0;
    border-top: none; 
}