/*.container{*/
/*background-image: url('../image/index.png');*/
/*width: 100%;*/
/*background-repeat:no-repeat;*/
/*background-size:100%;*/
/*!*background-color: white;*!*/
/*}*/
.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=sub]{
    display: none;
}
.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add]{
    background-image: url("../image/icon.png") ;
    background-repeat:no-repeat;
    background-position:center;
    background-color: transparent;
    color: transparent;
}
.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add]{
    animation: upshake 8s linear infinite;
}
@-webkit-keyframes upshake{
    0%{
        background-image: url("../image/icon.png") ;
    }

    25%{
        background-image: url("../image/icon2.png") ;
    }
    50%{
        background-image: url("../image/icon.png") ;
    }
    75%{
        background-image: url("../image/icon2.png") ;
    }
    100%{
        background-image: url("../image/icon.png") ;

    }
}
.container{
    width: 100%;
    height:100%;
    position: relative;
}
.carousel img{
    width: 100%;
    height: 100%;
}
.home_nav{
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    min-height: auto;
}
.new_carousel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    min-height: auto;
}
#test1{
    width: 100%;
    height: 100%;
}
.more {
    width: 100%;
    height: 53px;
    line-height: 47px;
    position: absolute;
    bottom: 11%;
    /* left: 43.5%; */
    cursor: pointer;
    background: url(../image/more.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center top;
    background-size: 210px;
    /* background-color: white; */
    color: white;
    font-size: 16px;
}


/*首页导航*/
.index_nav{
    width: 100%;
    height: 8rem;
    color: white;
    background-image: url(../image/index_back.png?v=1.0.3);
    position: absolute;
    top: 0;
    z-index: 20;

}
.index_nav_warp{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.index_logo img{
 width: 89%;
   /*margin-top: 10%;*/
    /*margin-left: 4rem;*/
}
.index_ul{
    width: 100rem;
}
.index_ul ul{
    /*overflow: hidden;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.index_ul ul li{
    width: 16%;
    line-height: 8rem;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 1.6rem;
    height: 83px;
    float: left;
}
.index_ul ul li a{
    color: white;
    font-size: 2rem;
    white-space: nowrap;
}
/*.index_ul ul li:hover{*/
    /*background-color: #28303E;*/
/*}*/
.index_ul ul li span{
    font-size: 1rem;
    margin-left: 0.41rem;
}
.index_search{
    line-height: 8rem;
    font-size: 1.6rem;
    width: 3rem;
    height: 8rem;
    margin-right: 2rem;
    position: relative;
}
.layui-icon{
    font-size: 2.6rem;
}
.index_logo{
       display: flex;
    align-items: center;
    height: 8rem;
}
.index_phone{
    color: white;
    display: flex;
    align-items: center;
    height: 8rem;
    width: 20rem;
}
.index_phone img{
    width: 24%;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    float: left;
}
.index_phone div{
    float: right;
    font-size: 1.8rem;
}
.index_phone div a{
    color: white;
}

/*导航下拉*/
.index_ul ul li div{
    /*-webkit-font-size: 1rem;*/
    /*-moz-font-size:1.2rem;*/
    /*text-align: left;*/
    /*width: 110%;*/
    /*height: 100%;*/
    /*position: relative;*/
}
.index_ul ul li div a:hover{
    color:#009387 ;
}
/*.index_ul ul li:nth-child(2) div{*/
/*    top:0;*/
/*    left: -7.5%;*/
/*}*/
/*.index_ul ul li:nth-child(3) div{*/
/*    top: 0;*/
/*    left: -6.5%;*/
/*}*/
/*.index_ul ul li:nth-child(4) div{*/
/*    top:0;*/
/*    left: -6.5%;*/
/*}*/
/*.index_ul ul li:nth-child(5) div{*/
/*    top:0;*/
/*    left: -6.5%;*/
/*}*/
.menu-name{
    background-color: #28303E;
    line-height: 4rem;
    padding: 0.5rem;
    /* width: 100%; */
    overflow: hidden;
    height: 4rem;
    padding: 0 5px;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}
.comProfile{
    display: none;
    -webkit-font-size: 1rem;
    -moz-font-size:1.2rem;
    text-align: left;
    min-width: 100%;
    height: 100%;
    position: relative;
}
.comAervices{
    display: none;
}
.index_search:hover .search_index_input{
    display: inline-table;
}
.search_index_input{
    display: none; 
    line-height: normal;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #FFFFFF;
    position: absolute;
    width: 16rem;
    right: -8rem;
    padding: 2rem 2rem 2rem 2rem;
    border-top: 0.3rem solid #07797A;
}
.search_index_input .search_input {
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #F8F7F7;
    background-image: none;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 1.5rem;
    outline: none;
    padding: 0 1.5rem;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.search_index_input .search_btn {
    color: #606266;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.5rem;
    position: absolute;
    /* left: -1rem; */
    top: 2.9rem;
    right: 3rem;
    cursor: pointer;
    width: 8%;
    text-align: center;
    border: 0;
    background-color: transparent;
    /* height: 7rem; */
    /* line-height: 7rem; */
}
.carousel_warp{
    position: relative;
    width: 100%;
    height: 700vh;
}
#test1{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.carousel{
    height: 100vh;
    width: 100%;
    display: -webkit-box; /*Safari*/
    display: -moz-box; /*Firefox*/
    display: -ms-flexbox; /*IE*/
    display: -webkit-flex; /*Chrome*/
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.carousel a{
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.down_s{
    width: 2.5rem;
    height: 1rem;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    animation: example 5s linear 2s infinite alternate;
}
.down_s img{
    display: block;
    opacity: 1;
    height: auto;
}
.up_img{
    animation: upshake 2s linear infinite;
}

.down_img{
    animation: downshake 2s linear infinite;
}

@-webkit-keyframes upshake{
    0%{
        opacity: 0;
    }

    25%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }

    100%{
        opacity: 0;

    }

}


@-webkit-keyframes downshake{
    0%{
        opacity: 0;
    }

    25%{
        opacity: 0;
    }

    50%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }

}
.new_carousel{
    background: white;
    position: relative;
    top: 0;
    left: 0;
}
.new_carousel_warp{
    margin: 0 auto;
    text-align: center;
    width: 70%;
    height: 100vh;
}
.new_carousel_title{
    font-size: 4rem;
    margin-top: 11%;
    margin-bottom: 1%;
}
.new_carousel_title2{
        margin-top: 0.5%;
}
.new_carousel_img{
    width: 28%;
    height: auto;
    padding: 5% 0;
    margin: auto;
}
.new_carousel_img img{
    width: 100%;
    height: auto;
}
.new_carousel_warp .new_more{
    width: 100%;
    height: 5.3rem;
    line-height: 5.6rem;
    /*position: absolute;*/
    bottom: 15%;
    left: 0;
    cursor: pointer;
    background: url(/static/index/image/more2.png?v=1.0.1.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center top;
    background-size: 27rem;
    color: black;
    font-size: 2rem;
}
.new_carousel_bottom{
            margin-top: 8%;
    width: 100%;

}
.new_carousel_bottom span{
    margin-right: 1%;
}
.new_carousel_bottom span a{
    position: relative;
    width: auto;
    bottom: 0;
    color: black;
}