.containerBox{
    width:100%;
    height: auto;
}
.canvas #slide .container .banner .bannerBtn a.btnLink {
    position: absolute;
    top: 444px;
    right: 410px;
}
.canvas #slide .container .banner .bannerBtn a.btnLink:hover{
    color: #2dbef0;

}


.square {
    width:  100%;
    height: auto;
}
.square .center {
    width:  1200px;
    height: auto;
    margin: 0px auto;
}
.square_2{
    background: #78464d;
    padding-bottom: 36px;
}

.square .center .focus {
    width: 1200px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0px auto;
}
.square_1 .center .focus{
    padding: 44px 0px 60px 0px;
}
.square_2 .center .focus{
    color: #fff;
    padding: 40px 0px 14px 0px;
}
.square_3 .center .focus{
    padding: 40px 0px 15px 0px;
}
.square_1 ul{
    width:1200px;
    height: auto;
    overflow: hidden;
}
.square_1 ul li{
    width:200px;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 155px;
    margin: 0px 50px 70px 50px;
}
.square_1 ul li b{
    display: block;
    line-height: 32px;
    font-size: 18px;
    color:#6484c3;
}
.square_1 ul li p{
    display: block;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
    color:#666;
    margin-top: 3px;
}
.square_1 ul li.advantage1{
    background: url(../png/transfer/advantage1.png) center 0px no-repeat;
}
.square_1 ul li.advantage2{
    background: url(../png/transfer/advantage2.png) center 0px no-repeat;
}
.square_1 ul li.advantage3{
    background: url(../png/transfer/advantage3.png) 59px 0px no-repeat;
}
.square_1 ul li.advantage4{
    background: url(../png/transfer/advantage4.png) center 0px no-repeat;
}

.square_2 .square2_cont{
    width:670px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 18px;
}
.square_2 .square2_cont .contLeft{
    width:293px;
    height: auto;
    float: left;
    padding-top: 68px;
}
.square2_cont .processList{
    width:222px;
    height: 320px;
    float: left;
    padding-left: 153px;
    background: url(../png/transfer/processBg.png) no-repeat;
}
.square2_cont .processList li{
    width:100%;
    height: auto;
    color:#fff;
}
.square2_cont .processList li b{
    font-size: 18px;
    display: block;
    line-height: 27px;
}
.square2_cont .processList li p{
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
}
.square_2 .center>a{
    display: block;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
    margin: 0px auto;
}
.square_2 .center>a:hover{
    color:#2dbef0;
    background: #fff;
}

.square_3 .square_3Cont{
    width:1230px;
    height:auto;
    _position:relative;
    margin-left: -30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.square_3Cont li{
    width:380px;
    height:auto;
    float: left;
    margin:0px 0px 30px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.square_3Cont li div.img{
    width:100%;
    height:auto;
    position: relative;
}
.square_3Cont li div.img img{
    display: block;
    width:100%;
    height:auto;
}
.square_3Cont li div.img span{
    display: block;
    width:100%;
    height:50px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index:10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.square_3Cont li div.img a{
    display: block;
    width: 344px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding: 0px 18px;
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index:20;
}
.square_3Cont li div.animateCont{
    width:340px;
    height:100%;
    position: absolute;
    bottom: -282px;
    left:0px;
    background: url(../png/incubation/opacity1.png) no-repeat;
    z-index:30;
    color: #fff;
    padding: 0px 20px;
}
.square_3Cont li div.animateCont b{
    display: block;
    width:100%;
    height:45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    font-weight:normal;
    margin-top: 54px;
}
.square_3Cont li div.animateCont p{
    font-size: 14px;
    width:100%;
    line-height: 23px;
    min-height:92px;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 1211px) {
    .square .center,
    .square .center .focus,
    .square_1 ul{
        width:1000px;
    }
    .canvas #slide .container .banner .bannerBtn a.btnLink{
        right:284px;
    }
    .square_1 ul li{
        margin: 0px 25px 70px 25px;
    }

    .square_3 .square_3Cont{
        width:1030px;
    }
    .square_3Cont li{
        width:313px;
    }
    .square_3Cont li div.img a{
        width:277px;
    }
    .square_3Cont li div.animateCont{
        width:273px;
    }
    .square_3Cont li div.animateCont p{
        font-size: 14px;
        margin-top: -3px;
    }
    .square_3Cont li div.animateCont b{
        margin-top: 1px;
    }
}




