/* index_pic */
#index_pic {
    margin:0 auto;
    width:100%;
    min-width:1000px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
#index_pic ul {
    z-index: 999;
    left:52.5%;
    bottom: 10px;
    position: absolute;
    text-align: left
}

#index_pic ul li {
    display: block;
    font-weight: 900;
    font-size: 12px;
    float: left;
    width: 100px;
    color: #aaa;
    position: relative;
    height: 60px;
    margin: 0 5px;
}

#index_pic li div {
    margin-top: 5px;
    display: none;
    padding-left: 10px;
    margin-left: 70px
}
#index_pic li img {
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    filter: alpha(opacity=60);
    left: 10px;
    float: left;
    border-left: #fff 1px solid;
    width: 100px;
    cursor: pointer;
    margin-right: 4px;
    border-bottom: #fff 1px solid;
    position: absolute;
    top: 5px;
    height: 60px;
    moz-opacity: 0.6
}
#back {
    margin:0 auto;
    width:100%;
    min-width:1000px;
    height: 400px;
    overflow: hidden;
}
#back .gray {
    filter: Gray();
}
.banner1{
    min-width:1000px;
    height:380px;
    display:block;
    background:url("../images/banner/index1.jpg") no-repeat center top;
    background-color:#ec2347;
}
.banner2{
    min-width:1000px;
    height:380px;
    display:block;
    background:url("../images/banner/index2.jpg") no-repeat center top;
    background-color:#0cae77;
}
.banner3{
    min-width:1000px;
    height:380px;
    display:block;
    background:url("../images/banner/index3.jpg") no-repeat center top;
    background-color:#221b61;
}
.banner4{
    min-width:1000px;
    height:380px;
    display:block;
    background:url("../images/banner/index4.jpg") no-repeat center top;
    background-color:#1492da;
}
.banner_link{width:500px;height:120px;
    z-index:10000000;
    left:45%;
    bottom: 70px;
    position: absolute;  
    display:block; }
.banner-main{
    margin:0 auto;
    width:1000px;
    z-index:99999;
    position:relative;
}
.apply{
    top:-362px;
    left:-15px;
    width:401px;
    height:357px;
    position:absolute;
    z-index:99999;
    background:url("../images/banner/apply-bg.png") no-repeat center top;
}
.apply-main{
    margin-top:39px;
    margin-left:78px;
}
.apply-main h1{
    width:190px;
    line-height:22px;
    font-size:20px;
    font-weight:bold;
    color:#d2d3d7;
    background:url("../images/banner/apply-h1.png") no-repeat right center;
}
.apply-main form{
    margin-top:18px;
}
.apply-main form li{
    list-style:none
}
.apply-main form li span{
    font-size:12px;
    color:#d2d3d7;
}
.apply-main form li input.text{
    margin-bottom:8px;
    text-indent:10px;
    width:185px;
    height:28px;
    line-height:28px;
    border:none;
    background-color:rgba(255,255,255,0.25);
    border:1px solid #aeb2ba;
    background:url(../images/banner/input-text-bg.png) no-repeat center left \9;
}
.bto input{
    margin-top:9px;
    width:105px;
    height:32px;
    line-height:28px;
    text-align:center;
    font-size:16px;
    color:#ffffff;
    border:2px solid #61697a;
    border-radius:6px;
    cursor:pointer;
}
.bto1 input{
    background-color:#d20762;
}
.bto2 input{
    margin-left:28px;
    background-color:#007dd5;
}