﻿
.in_banner{ position:relative;overflow:hidden;}


.banner_index{ 
    width:100%; 
    height:100%; 
    position:absolute;
}
.banner_index ul{ 
    width:100%; 
    height:100%;
}
.banner_index_new ul li img{
    width:auto; 
}
/*index banner*/
.banner_index_new {  
    position:relative; 
    overflow:hidden;
}
.banner_index_new ul,
.banner_index_new ul li {  
    width:100%; 
    height:100%; 
    z-index:1; 
    overflow:hidden;
}
.banner_index_new ul li.curr{ 
    z-index: 2;
}
.banner_index_new li{ 
    opacity:0; 
    filter:alpha(opacity=0); 
    position:absolute; 
    left:0%; 
    top:0; 
    width:100%; 
    height:100%;
}
.banner_index_new li img { 
    /* width:100%; 
    height:100%;  */
    max-width: inherit;
    transform:scale(1.2,1.2); 
    transition: 15s all cubic-bezier(0.19, 1, 0.22, 1); 
}
.banner_index_new ul{ 
    z-index:30; 
    position:absolute; 
    width:100%; 
    height:100%; 
    left:0; 
    top:0;
}
.banner_index_new li.curr img{ 
    transform:scale(1,1);
}

.banner_index_new .banner_text{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner_index_new .banner_title{
    font-weight: 900;
    font-size: 60px;
    line-height: 80px;
    color: #05bb5f;
}
.banner_index_new .green_line{
    width: 62.91666666666667%;
    margin: 40px auto 32px;
    padding: 4px;
    border: 1px solid #05bb5f;
}
.banner_index_new .banner_dec{
    font-size: 30px;
    line-height: 58px;
    color: #fff;
    letter-spacing: 40px;
    background-color: #05bb5f;
}
.banner_index_new .banner_m{
    display: block;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
}

.banner_index_new .banner_bullets{
    position: absolute;
    /* bottom: 130px; */
    bottom: 40px;
    left: 0;
    z-index: 32;
    width: 100%;
    font-size: 0;
    text-align: center;
    /* padding-right: 16.14583333333333%;
    text-align: right; */
}
.banner_index_new .banner_bullet {
    display: inline-block;
    width: auto;
    height: 19px;
    margin: 0 8px !important;
    font-size: 14px;
    line-height: 16px;
    color: #f4f4f4;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    outline: none;
    border-bottom: 3px solid transparent;
}
.banner_index_new .banner_bullet-active{
    color: #fff;
    border-bottom-color: #fff;
}
/*时间进度条*/
.banner_index{
    position: relative;
}
.bar{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    height:3px;
    z-index:31;
}
.bar p {
    width: 0;
    position: absolute;
    left:0;
    top:0;
    height:3px;
    background:#792f27;
}
@media (max-width: 1200px){
    .banner_index_new .banner_text{
        width: 100%;
    }
    .banner_index_new .banner_dec {
        font-size: 30px;
        line-height: 58px;
        letter-spacing: 12px;
    }
}
@media (max-width: 768px){
    .banner_index_new .banner_title{
        font-size: 36px;
        line-height: 48px;
    }
    .banner_index_new .green_line{
        width: 80%;
        margin: 20px auto 16px;
    }
    .banner_index_new .banner_dec{
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 3px;
    }
    .banner_index_new .banner_m {
        font-size: 24px;
        line-height: 48px;
        color: #fff;
    }
}
/* @media (max-width: 768px){
    .in_banner{
        display: none;
    }
} */








