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

.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;
}
.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;
}
.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;
}
.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: 0.9em;
    line-height: 24px;
    padding: 0px 15px;
    margin: 13px 0px 13px 5px;
    float: left;
    border-radius: 5px;
}
.professional.list .square.function .center .sort a.active,.professional.list .square.function .center .sort a:hover{
    background-color: #2dbef0;
    color: #fff;
}
.professional.list .square.list {
    padding: 45px 0px 50px 0px;
}
.square .professionalCenter{
    width:1226px;
    position: relative;
    _position: relative;
    left:19px;
}
.professional.list .square.list .center .padding {
    width: 380px;
    height: auto;
    float: left;
    margin-right:26px;
    margin-bottom: 30px;
    cursor: pointer;
}
.professional.list .square.list .center .professional {
    width: 380px;
    min-height: 462px;
    height: auto;
    background-color: #fff;
    padding: 30px 0px;
    -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;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.15);
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,.15);
}
.professional.list .square.list .center .professional:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,.15);
    -o-box-shadow: 0px 10px 20px rgba(0,0,0,.15);
    box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}
.professional.list .square.list .center .picture {
    width: 102px;
    height: 102px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0px auto;
}
.professional.list .square.list .center .picture img {
    width: 102px;
    height: auto;
}
.professional.list .square.list .center .name {
    width: 380px;
    height: 70px;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    color: #000;
}
.professional.list .square.list .center .job {
    width: 380px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2dbef0;
}
.professional.list .square.list .center .color {
    width: 268px;
    height: auto;
    min-height: 30px;
    padding: 0px 56px;
}
.professional.list .square.list .center .color span {
    display: block;
    width: auto;
    height: 20px;
    margin: 5px auto 5px 0px;
    padding: 0px 7px;
    float: left;
    border-radius: 5px;
    background-color: #2dbef0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.professional.list .square.list .center .color.orange span {
    background-color: #fa7132;
}
.professional.list .square.list .center .color.green span {
    background-color: #75d87c;
}
.professional.list .square.list .center .text {
    width: 268px;
    height: auto;
    min-height: 30px;
    padding: 0px 56px;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    overflow: hidden;
    margin-top: 17px;
}
/*.professional.list .square.list .center .text.blue {
    height: 24px;
}*/
.professional.list .square.list .center .text.orange {
    line-height: 27px;
}
.professional.list .square.list .center .text.green {
    /* height: 72px;*/
    padding: 0px 56px 0px 56px;
}
.professional.list .square.list .center .pagination {
    width: auto;
    max-width: 1160px;
    height: 50px;
    padding: 0px 20px;
    float: right;
}
.professional.list .square.list .center .pagination a {
    width: auto;
    height: 30px;
    padding: 0px 10px;
    float: left;
    background-color: transparent;
    border: 1px solid #2dbef0;
    margin: 0px 0px 0px 10px;
    font-size: 1.0em;
    line-height: 30px;
    text-align: center;
    color: #2dbef0;
    border-radius: 3px;
    cursor: pointer;
}
.professional.list .square.list .center .pagination a:hover {
    background-color: #2dbef0;
    color: #fff;
}
.professional.list .square.list .center .pagination a.number.active {
    background-color: #2dbef0;
    color: #fff;
    cursor: default;
}
.professional.list .square.list .center .pagination a.first {
    width: 10px;
    background: url(../png/professional/list_pagination_first_blue.png) center center no-repeat;
}
.professional.list .square.list .center .pagination a.first.none {
    width: 10px;
    background: url(../png/professional/list_pagination_first_gray.png) center center no-repeat;
    border: 1px solid #999;
    cursor: default;
}
.professional.list .square.list .center .pagination a.last {
    width: 10px;
    background: url(../png/professional/list_pagination_last_blue.png) center center no-repeat;
}
.professional.list .square.list .center .pagination a.last.none {
    width: 10px;
    background: url(../png/professional/list_pagination_last_gray.png) center center no-repeat;
    border: 1px solid #999;
    cursor: default;
}


/*详情页*/
.canvasPro,.canvasPro #slide,.canvasPro #slide .container,.canvasPro #slide .container .banner a{
    height:608px;
}
.canvasPro #slide .container .banner{
    height: 608px !important;
}
.professional_details{
    width:100%;
    height: auto;
}
.professional .main{
    width:1200px;
    height:auto;
    margin:0px auto;
    overflow: hidden;
    position: relative;
    top:-90px;
    z-index:100;
}
.main .mainLeft{
    width:806px;
    height:auto;
    float: left;
}
.mainLeft .character{
    width:100%;
    height:auto;
    overflow: hidden;
}
.mainLeft .character div.characterImg{
    display: block;
    width:170px;
    height: 170px;
    padding: 5px;
    background: #fff;
    float: left;
    overflow: hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.character img{
    display: block;
    width:170px;
    height: auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.character div.name{
    display: block;
    width:424px;
    height: auto;
    padding: 85px 0px 0px 28px;
    float: left;
}
.character div.name b{
    font-size: 38px;
    color: #333;
    display: block;
    font-weight:normal;
    line-height: 70px;
}
.character div.name span{
    font-size: 14px;
    color: #999;
}
.character>a{
    display: block;
    width: 170px;
    height:50px;
    line-height:50px;
    text-align: center;
    border: 2px solid #fa7132;
    font-size: 20px;
    color: #fa7132;
    float: right;
    margin-top:120px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
.character>a:hover{
    color: #fff;
    background: #fa7132;
}
.mainLeft .introduce{
    width:100%;
    height:auto;
    padding-top: 60px;
}
.introduce .introduceList{
    width:100%;
    height:auto;
    margin-bottom: 32px;
}
.introduce .introduceList.hide{
    display: none;
}
.introduce .introduceList b{
    font-weight:normal;
    font-size: 20px;
    display: block;
    line-height:43px;
}
.introduce .introduceList p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.introduce .introduceList p.textIndent{
    text-indent: 28px;
}
.mainLeft .visitor{
    width:806px;
    height:auto;
}
.visitor .visitorTitle{
    width:100%;
    height:54px;
    position: relative;
}
.visitor .visitorTitle span{
    position: absolute;
    left:0px;
    top:26px;
    display: block;
    width:100%;
    height:1px;
    background: #d2d2d2;
}
.visitor .visitorTitle b{
    display: block;
    width:100px;
    height:54px;
    line-height: 54px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #333;
    position: relative;
    z-index: 10;
    margin: 0px auto;
}
.visitor ul{
    width:804px;
    padding:0px 1px;
    overflow: hidden;
    margin-top: 14px;
}
.visitor ul li{
    float: left;
    width:134px;
    height: auto;
}
.visitor ul li a{
    display: block;
    width:134px;
    height:auto;
}
.visitor ul li a img{
    display: block;
    width:50px;
    height:50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin: 0px auto;
    margin-bottom: 10px;
}
.visitor ul li a span{
    font-size:14px;
    color: #999;
    display: block;
    line-height: 20px;
    text-align: center;
}
.visitor ul li a span.name{
    color: #666;
}
.visitor ul li:hover a span{
    color: #2dbef0;
}
.main .mainRight{
    width:345px;
    height:auto;
    float: right;
    padding-top: 143px;
}
.mainRight .Recommend{
    width:100%;
    height:auto;
    margin-top:65px;
}
.mainRight .Recommend h3{
    font-size:20px;
    line-height: 25px;
    padding: 10px 0px;
    margin-top: 32px;
}
.mainRight .Recommend a{
    display: block;
    width:343px;
    height:100px;
    border:1px solid #f5f5f5;
    background: #f5f5f5;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    margin-bottom:15px;
}
.mainRight .Recommend a div.expertImg{
    display: block;
    width:60px;
    height:60px;
    float: left;
    margin:20px 33px 0px 23px;
    overflow: hidden;
}
.mainRight .Recommend a img{
    display: block;
    width:60px;
    height:auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.mainRight .Recommend a div{
    width: 226px;
    height:auto;
    float: left;
}
.mainRight .Recommend a div b{
    font-size: 20px;
    display: block;
    line-height: 34px;
    font-weight:normal;
    color: #333;
    margin-top: 22px;
}
.mainRight .Recommend a div span{
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}
.mainRight .Recommend a:hover{
    border:1px solid #fa7132;
}
.mainRight .Recommend a:hover div b{
    color: #fa7132;
}

@media screen and (max-width: 1211px) {
    .square .center,
    .professional.list .square.function .center .field,
    .professional.list .square.function .center .sort,
    .technicalBox .technical,
    .professional .main{
        width: 1000px;
    }
    .square .professionalCenter{
        width:1000px;
        left:11px;
    }
    .professional.list .square.list .center .padding,
    .professional.list .square.list .center .professional,
    .professional.list .square.list .center .name,
    .professional.list .square.list .center .job{
        width:307px;
    }
    .professional.list .square.list .center .text{
        padding: 0px 20px;
    }

    .professional.list .square.function .center .type {
        width: 700px;
    }
    .main .mainLeft,.mainLeft .visitor{
        width:625px;
    }
    .character div.name{
        width:240px;
    }
}

