﻿.banner .hd{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    bottom: 6.5%;
    text-align: center;
}
.banner .hd li{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 9px;
    border: 2px solid transparent;
}
.banner .hd li.on{
    background: transparent;
    border: 2px solid #fff;
}


.idx-pro h2{
    padding: 3.75% 0 2.92% 0;
}
.idx-pro-ul li{
    float: left;
    width: 23.75%;
    margin: 0 1.66% 0 0;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.idx-pro-ul li:last-child{
    margin: 0;
}
.idx-pro-ul li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-10px,0);
}
.idx-pro-ul li a{
    width: 100%;
}
.idx-pro-ul li p{
    height: 260px;
    line-height: 260px;
    border: 1px solid #e5e5e5;
}
.idx-pro-ul li p img{
max-width:100%;
    max-height:100%;
}
.idx-pro-ul li div{
    color: #414141;
    background: #e5e5e5;
    padding: 8.5% 0;
}
.idx-pro .others{
    margin: 0 auto;
    padding: 3.33% 0 4.66% 0;
    text-align: center;
}




.project>div{
    float: left;
    width: 50%;
position: relative;
}
.project img{
    width: 100%;
}

.project-abso{
height:100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.fan .scheme{
    }
.ali .scheme{
    }
.scheme{
    width: 85%;
    position: absolute;
    top: 30%;
right:0;
}
.scheme p{
    margin: 4.26% 0 8.14% 0;
    line-height: 170%;
}
.look{
    width: 150px;
    line-height: 42px;
}
.look em{
    width: 16px;
    height: 11px;
    background: url(../image/look.png) no-repeat center;
    margin-left: 14px;
}



.idx-news{
    padding: 5% 0 5.83% 0;
}
.idx-news-txt{
    float: left;
    width: 63.3%;
}



.idx-news-img{
    float: right;
    width: 33.3%;
}
.idx-news-img img{
    width: 100%;
}
.bg-purple{
    background: #685b9a;
}



