﻿.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.index-banner-box,
.index-banner-img{
     height: 600px;
}
.index-banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.index-banner-slong{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 9;
    top: 48%;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    cursor: context-menu;
}
.index-banner-img{
    width: 100%;
    display: block;
}
.index-banner-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-banner-list{
    width: 100%;
    display: block;
    position: relative;
}
.index-banner-slong-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    top: 40%;
    left:calc(50% - 500px);
    text-align: right;
    color: #FFF;
    font-size: 30px;
}
.index-products-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 100px auto;
}
.index-products-list{
    width: 100%;
    display: block;
    font-size: 0;
    margin-bottom: 50px;
}
.index-products-box .index-products-list:nth-child(odd){
     direction: rtl;
}
.index-products-img-box,
.index-products-info{
    width: 50%;
    display: inline-block;
    vertical-align: middle;

}
.index-products-img-box{
    height: 400px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    overflow: hidden;
}
.index-products-img-box span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-products-title-box{
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
    height: 38px;
    overflow: hidden;
    font-size: 0;
}
.index-products-title{
    width: calc(100% - 220px);
    font-size: 24px;
    font-weight: bold;
    color: #0c5e2a;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;

}
.index-products-line{
    width: 200px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #00561f;
    position: relative;
    margin-right: 20px;
}
.index-products-line:after{
    content: 'normal';
    font-size: 0;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: -2.5px;
    border-radius: 50%;
    background-color:  #00561f;
}
.index-products-text-box{
    padding-left: 50px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 16px;
    max-height: 260px;
    overflow: hidden;
    color: #333333;
    line-height: 2;
}
.index-products-more{
    width: 100%;
    display: block;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: #00561f;
    direction: ltr;
    margin-top: 10px;
}


.index-products-box .index-products-list:nth-child(even) .index-products-title{
    text-align: right;
}
.index-products-box .index-products-list:nth-child(even) .index-products-line{
    margin-right: 0;
    margin-left: 20px;
}

.index-products-box .index-products-list:nth-child(even) .index-products-text-box{
    padding-left: 0;
    padding-right: 50px;
}

.index-products-box .index-products-list:nth-child(even) .index-products-more{
    padding-left: 0;
}

.index-banner .slick-dots{
    bottom: 10px;
}
.index-banner .slick-dots li{
    width: 40px;
    height: 4px;
    margin: 0 10px;
}
.index-banner .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
}
.index-banner .slick-dots li.slick-active button:before{
    background-color: #00561f;
}
.index-banner .slick-dots li button:before{
    font-size: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 1;
}