.square {
    width:  100%;
    height: auto;
    background-color: #ecedf0;
}
.square_1{
    padding-bottom: 100px;
}
.square .center {
    width:  1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.professional.list .square.function {
    padding-top: 50px;
}
.professional.list .square.function .center .type {
    width:  900px;
    height: auto;
    min-height: 50px;
    float: left;
}
.professional.list .square.function .center .type span {
    display: block;
    width:  auto;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    padding: 0px 10px;
    float: left;
}
.professional.list .square.function .center .type a {
    display: block;
    width:  auto;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 13px 0px 13px 5px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    color:#666;
}
.professional.list .square.function .center .type a.active,.professional.list .square.function .center .type a:hover{
    background-color: #2dbef0;
    color: #fff;
}
.professional.list .square.function .center .search {
    width: 260px;
    height: auto;
    min-height: 36px;
    float: right;
    margin-right: 3px;
}
.professional.list .square.function .center .search form {
    width: 260px;
    height: 34px;
    margin: 6px 0px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #2dbef0;
}
.professional.list .square.function .center .search form input[type="text"] {
    width:  189px;
    height: 34px;
    padding: 0px 5px 0px 20px;
    font-size: 12px;
    line-height: 34px;
    outline: none;
    border: none;
    float: left;
}
.professional.list .square.function .center .search form input[type="button"] {
    width:  46px;
    height: 34px;
    padding: 0px 0px;
    outline: none;
    border: none;
    background: url(../png/professional/function_search.png) center center no-repeat #dfdfdf;
    float: left;
    cursor: pointer;
}
.professional.list .square.function .center .search form input[type="button"]:hover{
    background: url(../png/global/searchBtn.png) right center no-repeat;
}

.professional.list .square.function .center .field {
    width:  1200px;
    height: auto;
    min-height: 50px;
    padding: 25px 0px 40px 0px;
}
.professional.list .square.function .center .field span {
    display: block;
    width:  auto;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    padding: 0px 10px;
    float: left;
    color: #333;
}
.professional.list .square.function .center .field a {
    display: block;
    width:  auto;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 13px 0px 13px 5px;
    float: left;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
}
.professional.list .square.function .center .field a.active,.professional.list .square.function .center .field a:hover{
    background-color: #2dbef0;
    color: #fff;
}

.professional.list .square.function .center .sort {
    width:  1200px;
    height: auto;
    min-height: 50px;
    border-top: 1px solid #999;
    padding: 50px 0px 0px 0px;
}
.professional.list .square.function .center .sort span {
    display: block;
    width:  auto;
    height: 50px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 50px;
    padding: 0px 10px;
    float: left;
}
.professional.list .square.function .center .sort a {
    display: block;
    width:  auto;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 13px 0px 13px 5px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    color:#666;
}
.professional.list .square.function .center .sort a.active,.professional.list .square.function .center .sort a:hover{
    background-color: #2dbef0;
    color: #fff;
}
.square_1 .square_1Cont{
    width:1230px;
    height:auto;
    _position:relative;
    margin:0px 0px 0px -30px;
    padding-top: 15px;
    overflow: hidden;
}
.square_1Cont li{
    width:380px;
    height:auto;
    float: left;
    margin:30px 0px 0px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.square_1Cont li div.img{
    width:100%;
    height:auto;
    position: relative;
}
.square_1Cont li div.img img{
    display: block;
    width:100%;
    height:auto;
}
.square_1Cont 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_1Cont 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_1Cont li div.animateCont{
    width:340px;
    height:100%;
    position: absolute;
    bottom: -282px;
    left:0px;
    bottom:-282px;
    background: url(../png/incubation/opacity1.png) repeat;
    z-index:30;
    color: #fff;
    padding: 0px 20px;
}
.square_1Cont 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_1Cont li div.animateCont p{
    font-size: 14px;
    width:100%;
    line-height: 23px;
    min-height:92px;
    text-align: center;
    margin-top: 5px;
}
.center .pagination{
    padding: 45px 20px 47px 20px;
}

@media screen and (max-width: 1211px){
    .square .center,
    .professional.list .square.function .center .field,
    .professional.list .square.function .center .sort{
        width:1000px;
    }
    .professional.list .square.function .center .type{
        width:700px;
    }
    .square_1 .square_1Cont{
        width:1030px;
    }
    .square_1Cont li{
        width:313px;
    }
    .square_1Cont li div.img a{
        width:277px;
    }
    .square_1Cont li div.animateCont{
        width:273px;
    }
    .square_1Cont li div.animateCont b{
        margin-top: 10px;
    }
    .square_1Cont li div.animateCont p{
        margin-top: -3px;
    }
}
