.canvas #slide .container .banner .bannerBtn a.btnLink{
    position: relative;
    top:444px;
    right: inherit;
    margin: 0px auto;
}
.canvas #slide .container .banner .bannerBtn a.btnLink:hover{
    color:#2dbef0;
}

.containerBox{
    width:100%;
    height: auto;
}
.square {
    width:  100%;
    height: auto;
}
.square_1{
    padding-bottom: 78px;
}
.square_2{
    background: #2c4a55;
    padding-bottom: 47px;
}
.square .center {
    width:  1200px;
    height: auto;
    margin: 0px auto;
}
.square .center .focus{
    width: 1200px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    font-weight:bold;
    color:#333;
    text-align: center;
    margin: 0px auto;
    position: relative;
}
.square_1 .center .focus {
    padding: 46px 0px 6px 0px;
}
.square_2 .center .focus{
    color:#fff;
    padding: 40px 0px 73px 0px;
}
.square_3 .center .focus{
    padding: 40px 0px 15px 0px;
}


.square_1 .square_1Cont{
    width:1200px;
    height:auto;
}
.square_1 .square_1Cont ul{
    width:1253px;
    height: auto;
    overflow: hidden;
    margin-left: -5px;
    padding: 16px 0px;
}
.square_1 .square_1Cont ul li{
    width:386px;
    height: 348px;
    position: relative;
    float: left;
    margin-left: 21px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px #ddf3fb;
    -moz-box-shadow: 0px 0px 25px #ddf3fb;
    -o-box-shadow: 0px 0px 25px #ddf3fb;
    box-shadow: 0px 0px 25px #ddf3fb;
    cursor: pointer;
}
.square_1 .square_1Cont ul li>img{
    width:100%;
    height: 100%;
}
.square_1 .square_1Cont ul li .advantageText{
    position: absolute;
    left:0px;
    top:0px;
    z-index:10;
    color:#fff;
    width:100%;
    height: 100%;
    background: url(../png/incubation/opacity1.png) repeat;
}
.square_1 .square_1Cont ul li .advantageText b{
    display: block;
    width:270px;
    line-height: 40px;
    margin: 97px auto 24px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.square_1 .square_1Cont ul li .advantageText p{
    display: block;
    width:270px;
    line-height: 26px;
    font-size: 16px;
    margin: 0px auto;
}
.square_1 .square_1Cont ul li:hover .advantageText{
    background: #fff;
}
.square_1 .square_1Cont ul li:hover .advantageText b{
    color:#2dbef0;
}
.square_1 .square_1Cont ul li:hover .advantageText p{
    color:#666;
}
.square_2 ul{
    width:1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.square_2 ul li{
    float: left;
    width:170px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    padding: 173px 0px 55px 0px;
    font-size: 20px;
    color:#fff;
}
.square_2 ul li.processTips{
    width:87px;
    height: 163px;
    padding: 0px;
    background: url(../png/development/processBg.png) center no-repeat;
}
.square_2 ul li.process1{
    background: url(../png/development/processIcon1.png) center 0px no-repeat;
}
.square_2 ul li.process2{
    background: url(../png/development/processIcon2.png) center 0px no-repeat;
}
.square_2 ul li.process3{
    background: url(../png/development/processIcon3.png) center 0px no-repeat;
}
.square_2 ul li.process4{
    background: url(../png/development/processIcon4.png) center 0px no-repeat;
}
.square_2 ul li.process5{
    background: url(../png/development/processIcon5.png) center 0px no-repeat;
}
.square_2 ul li.process1:hover{
    background: url(../png/development/processIcon1_1.png) center 0px no-repeat;
}
.square_2 ul li.process2:hover{
    background: url(../png/development/processIcon2_1.png) center 0px no-repeat;
}
.square_2 ul li.process3:hover{
    background: url(../png/development/processIcon3_1.png) center 0px no-repeat;
}
.square_2 ul li.process4:hover{
    background: url(../png/development/processIcon4_1.png) center 0px no-repeat;
}
.square_2 ul li.process5:hover{
    background: url(../png/development/processIcon5_1.png) center 0px no-repeat;
}
.square_2 ul li.process,
.square_2 ul li.process:hover{
    background-size: 100% auto;
}
.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 .center .square_3Cont{
    width:1230px;
    height:auto;
    _position:relative;
    margin-left: -30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.square_3 .center .news {
    width: 380px;
    height: 311px;
    float: left;
    margin: 0px 0px 29px 30px;
    background: #eee;
    cursor: pointer;
}
.square_3 .center .news:hover{
    background: #2dbef0;
}
.square_3 .center .news a.picture {
    display: block;
    width: 380px;
    height: 220px;
    overflow: hidden;
}
.square_3 .center .news a.picture img {
    width: 380px;
    height: 220px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.square_3Cont div.news:hover a.picture img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.square_3 .center .news .content{
    display: block;
    width:360px;
    height: auto;
    padding: 0px 10px;
}
.square_3 .center .news .content b{
    display: block;
    height:34px;
    font-size:18px;
    color: #333;
    font-weight: normal;
    line-height: 34px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.square_3 .center .news .content p{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-top: 3px;
    overflow: hidden;
}
.square_3 .center .news .content p span{
    float: left;
    width:185px;
    height:30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.square_3 .center .news .content p span.span{
    float: right;
    width:100px;
    text-align: right;
}
.square_3Cont div.news:hover .content b,
.square_3Cont div.news:hover .content p{
    color: #fff;
}

@media screen and (max-width:1211px){
    .square .center,
    .square .center .focus,
    .square_1 .square_1Cont,
    .square_2 ul{
        width:1000px;
    }
    .square_1 .square_1Cont ul{
        width:1021px;
        margin-left: -21px;
    }
    .square_1 .square_1Cont ul li{
        width:319px;
        height:281px;
    }
    .square_1 .square_1Cont ul li .advantageText b{
        margin-top: 70px;
    }
    .square_2 ul li{
        width:136px;
        padding: 139px 0px 50px 0px;
    }
    .square_2 ul li.processTips{
        width:80px;
        height: 133px;
    }

    .square_3 .center .square_3Cont{
        width:1030px;
    }
    .square_3 .center .news,
    .square_3 .center .news a.picture,
    .square_3 .center .news a.picture img{
        width:313px;
        height: auto;
    }
    .square_3 .center .news .content{
        width:293px;
    }
}
.square_3 .focus>a {
    display: block;
    line-height: 30px;
    position: absolute;
    right: 0px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    bottom: 9px;
}
