
.banner{
    width: 100%;
}
.main6{
    padding: 100px 0px 100px 0px;
}
.main6_banner {
    position: relative;
    width: 100%;
    overflow: hidden;

    margin: 0 auto;
}

.main6_banner .main6_pic {
    position: relative;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
}
.main6_banner .main6_pic li{
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
.main6_pic div{
    display: inline-block;
}
.main6_banner .main6_pic img {
width: 100%;

}

.main6_banner .hd .on {
    background-position: 0 0;
}

.main6_banner .prev,
.main6_banner .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(../images/ad.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.main6_banner .prev {
    left: 0;
}

.main6_banner .next {
    background-position: 0 -90px;
    right: 0;
}

.main6_banner .prev:hover,
.main6_banner .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}
.main6_pic li a{
    display: block;
    display: flex;
}

.main6_text{
    position: absolute;
    right: 35px;
    top: 8%;
    z-index: 100;
    width: 25%;
    text-align: left;
    color: white;
}
.main6_text p{
    margin-right: 20px;
    display: -webkit-box; 
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 5;         
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 40px;
}
.main6_text>div{
    width: 100%;
    height: 100%;
    position: relative;
}

.main6_xian{
    width: 30px;
    height: 5px;
    background-color: white;
    margin-bottom: 70px;
    margin-top: 10px;   
}
.main6_xian+p{
    margin-right: 20px;
}
.main6_yeshu{
    position: absolute;
    bottom: 30px;
    right: 300px;
    color: white;
}

.main6{
    text-align: center;
}
@media screen and (max-width:1400px){
    .main6_banner .prev,
    .main6_banner .next{
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(../images/ad.png) no-repeat 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
}
