
/** INDEX **/
body{
    min-width: 1040px;
}
.picDIv {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.b-img {
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
}

.b-img a {
    display: block;
    height: 600px;
    float: left;
}
.b-img a .bannerBtn {
    display: block;
    width: 1200px;
    height: 508px;
    margin: 0px auto;
    position: relative;
}
.b-img a .bannerBtn div{
    display: block;
    width:150px;
    height:46px;
    line-height: 46px;
    text-align: center;
    border:1px solid #fff;
    font-size:20px;
    color: #2dbef0;
    -webkit-border-radius:46px;
    -moz-border-radius:46px;
    border-radius:46px;
    background: none;
    position: absolute;
    top:505px;
    right:181px;
    z-index:100;
    background: url(../png/evaluation/bannerBtn_bg.png) no-repeat;
}
.b-img a .bannerBtn div:hover{
    color: #fff;
    border:1px solid #2dbef0;
    background: #2dbef0;
}

.b-list {
    width: 240px;
    height: 4px;
    padding-top: 562px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.b-list span {
    width: 50px;
    height: 5px;
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.b-list .spcss {
    background: #2dbef0;
}

.square {
    width:  100%;
    height: auto;
}

.square .center {
    width:1200px;
    height: auto;
    margin: 0px auto;
}

.square_1 .center .focus {
    width:1200px;
    height: 60px;
    background: url(../png/index/square_1_focus.png) center center no-repeat;
    margin: 80px auto 60px;
}
.square_1 .center .square_1_box{
    width:1240px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 0px 75px 0px;
    position: relative;
}
.square_1 .center .left,
.square_1 .center .right {
    width: 470px;
    height: auto;
    float: left;
    padding: 0px 0px 50px 0px;
    border: 1px solid #c1deee;
    -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 2px 1px #dfeef6;
    -moz-box-shadow: 0px 2px 1px #dfeef6;
    -o-box-shadow: 0px 2px 1px #dfeef6;
    box-shadow: 0px 2px 1px #dfeef6;
    position: absolute;
    z-index: 10;
}
.square_1 .center .left{
    left:20px;
}
.square_1 .center .right{
   right: 20px;
}
.square_1 .center .left:hover,
.square_1 .center .right:hover {
    border:1px solid #fff;
    -webkit-box-shadow: 0px 10px 30px #dcedf5;
    -moz-box-shadow: 0px 10px 30px #dcedf5;
    -o-box-shadow: 0px 10px 30px #dcedf5;
    box-shadow: 0px 10px 30px #dcedf5;
}
.square_1 .center .left .picture,
.square_1 .center .right .picture {
    width: 470px;
    height: 350px;
}
.square_1 .center .left .picture a,
.square_1 .center .right .picture a {
    display: block;
    width: 470px;
    height: 350px;
    overflow: hidden;
}
.square_1 .center .left .picture a img,
.square_1 .center .right .picture a img {
    width: 470px;
    height: 350px;
    -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_1 .center .left .picture a img:hover,
.square_1 .center .right .picture a img:hover {
    -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_1 .center .left .text,
.square_1 .center .right .text {
    width: 470px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
}
.square_1 .center .left .link,
.square_1 .center .right .link {
    display: inline-block;
    width: 470px;
    height: 50px;
    text-align: center;
}
.square_1 .center .left .link a.more,
.square_1 .center .right .link a.more {
    display: inline-block;
    width: auto;
    height: 34px;
    width:100px;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #2dbef0;
    color: #2dbef0;
    border-radius: 5px;
}
.square_1 .center .left .link a.more:hover,
.square_1 .center .right .link a.more:hover {
    background-color: #2dbef0;
    color: #fff;
}
.square_1 .center .and {
    width: 256px;
    height: 500px;
    float: left;
    position: relative;
    left: 492px;
    background: url(../png/index/square_1_and.png) center center no-repeat;
}

.square_2 {
    margin: 100px 0px 0px 0px;
}
.square_2 .center .focus {
    width: 1200px;
    height: 60px;
    background: url(../png/index/square_2_focus.png) center center no-repeat;
}
.square_2 .background {
    width: 100%;
    height: 100px;
    background-color: #333;
    margin: 50px 0px 0px 0px;
}
.square_2 .background .center .black {
    width: 1200px;
    height: 100px;
    background: url(../png/index/square_2_black.png) center center no-repeat;
    margin: 0px auto;
}
.square_2 .center{
    overflow: hidden;
    width:1235px;
}
.square_2 .center .category {
    width: 300px;
    height: 300px;
    float: left;
    -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;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}
.square_2 .center .category.category_1{
    margin-left: 17px;
}
.square_2 .center .category.category_5 {
    margin-left: 150px;
}
.square_2 .center .category:hover {
    -webkit-box-shadow: 0px 10px 30px #dcedf5;
    -moz-box-shadow: 0px 10px 30px #dcedf5;
    -o-box-shadow: 0px 10px 30px #dcedf5;
    box-shadow: 0px 10px 30px #dcedf5;
}
.square_2 .center .category .picture {
    width: 300px;
    height: 150px;
    margin: 30px 0px 0px 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;
}
.square_2 .center .category_1 .picture {
    background: url(../png/index/square_2_category_1.png) center center no-repeat;
}
.square_2 .center .category_1:hover .picture {
    background: url(../png/index/square_2_category_1_hover.png) center center no-repeat;
}
.square_2 .center .category_2 .picture {
    background: url(../png/index/square_2_category_2.png) center center no-repeat;
}
.square_2 .center .category_2:hover .picture {
    background: url(../png/index/square_2_category_2_hover.png) center center no-repeat;
}
.square_2 .center .category_3 .picture {
    background: url(../png/index/square_2_category_3.png) center center no-repeat;
}
.square_2 .center .category_3:hover .picture {
    background: url(../png/index/square_2_category_3_hover.png) center center no-repeat;
}
.square_2 .center .category_4 .picture {
    background: url(../png/index/square_2_category_4.png) center center no-repeat;
}
.square_2 .center .category_4:hover .picture {
    background: url(../png/index/square_2_category_4_hover.png) center center no-repeat;
}
.square_2 .center .category_5 .picture {
    background: url(../png/index/square_2_category_5.png) center center no-repeat;
}
.square_2 .center .category_5:hover .picture {
    background: url(../png/index/square_2_category_5_hover.png) center center no-repeat;
}
.square_2 .center .category_6 .picture {
    background: url(../png/index/square_2_category_6.png) center center no-repeat;
}
.square_2 .center .category_6:hover .picture {
    background: url(../png/index/square_2_category_6_hover.png) center center no-repeat;
}
.square_2 .center .category_7 .picture {
    background: url(../png/index/square_2_category_7.png) center center no-repeat;
}
.square_2 .center .category_7:hover .picture {
    background: url(../png/index/square_2_category_7_hover.png) center center no-repeat;
}
.square_2 .center .category .big.text {
    width: 300px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    -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_2 .center .category:hover .big.text {
    color: #2dbef0;
}
.square_2 .center .category .small.text {
    width: 240px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333;
    opacity: 0.0;
    padding: 0px 30px;
}
.square_2 .center{
    padding-bottom: 22px;
}

.square_3 {
    margin: 100px 0px 0px 0px;
}
.square_3 .center .focus {
    width: 1200px;
    height: 60px;
    background: url(../png/index/square_3_focus.png) center center no-repeat;
}
.square_3 .background {
    width: 100%;
    height: 640px;
    background: url(../png/index/square_3_background.png) center center no-repeat;
    margin: 60px 0px 0px 0px;
}
.square_3 .center .choose {
    width: 360px;
    height: 550px;
    float: left;
    margin: 55px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    background: url(../png/index/choose_bg.png) center 0px no-repeat;
}

.square_3 .center .choose_2,
.square_3 .center .choose_3 {
    margin-left: 60px;
}
.square_3 .center .choose .reason {
    width: 360px;
    height: 480px;
    position: relative;
    z-index: 10;
}
.square_3 .center .choose .animateBg{
    display: block;
    width: 100%;
    height: 550px;
    position: absolute;
    bottom: -550px;
    left: 0px;
}
.square_3 .center .choose_1 .animateBg{
    background: #1ebdcb;
}
.square_3 .center .choose_2 .animateBg{
    background: #77db94;
}
.square_3 .center .choose_3 .animateBg{
    background: #cb7ad2;
}
.square_3 .center .choose .picture {
    width: 360px;
    height: 160px;
    margin-top: 70px;
}
.square_3 .center .choose_1 .picture {
    background: url(../png/index/square_3_choose_1.png) center 0px no-repeat;
}
.square_3 .center .choose_2 .picture {
    background: url(../png/index/square_3_choose_2.png) center 0px no-repeat;
}
.square_3 .center .choose_3 .picture {
    background: url(../png/index/square_3_choose_3.png) center 0px no-repeat;
}
.square_3 .center .choose .big.text {
    width: 360px;
    height: 80px;
    font-size: 20px;
    line-height: 85px;
    text-align: center;
    -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_3 .center .choose .small.text {
    width: 300px;
    height: 170px;
    padding: 0px 30px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 5px;
}
.square_3 .center .choose .link {
    display: inline-block;
    width: 360px;
    height: 50px;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.square_3 .center .choose .link a.more {
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 0px 20px;
    margin: 0px auto;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border: 2px solid #2dbef0;
    background-color: transparent;
    color: #2dbef0;
    border-radius: 5px;
}
.square_3 .center .choose .link a.more:hover {
    background-color: #2dbef0;
    color: #fff;
}
.square_4 {
    margin: 100px 0px 0px 0px;
}
.square_4 .center .focus {
    width: 1200px;
    height: 60px;
    margin-bottom: 50px;
    background: url(../png/index/square_4_focus.png) center center no-repeat;
}
.square_4 .moreBox a{
    margin-right: 50px;
}
.square_4 .center .slide {
    display: block;
    width: 1200px;
    height: 420px;
    margin: 0px 0px 50px 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.square_4 .center .slide .container {
    width: 728px;
    height: 420px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 26px;
    /*
    margin: 0px -1200px;
    */
}
.square_4 .center .slide .container ul.listImg{
    width:auto;
    height:auto;
    position: absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}
.square_4 .center .slide .container ul.listImg li {
    display: block;
    width:728px;
    height: 420px;
    float: left;
}
.square_4 .center .slide .container .focus-list {
    width: 72px;
    height: 4px;
    position: absolute;
    bottom: 26px;
    left:304px;
    z-index: 20;
}
.square_4 .center .slide .container .focus-list span{
    width: 14px;
    height: 14px;
    border:1px solid #2dbef0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: inline-block;
    margin-left: 20px;
}
.square_4 .center .slide .container .focus-list span.spcss{
    background: #2dbef0;
}
.square_4 .center .slide .containerCont{
    width:334px;
    height:auto;
    float: right;
    overflow: hidden;
    margin-right: 50px;
}

.square_4 .center .slide .container .banner a.link {
    display: block;
    width: 1200px;
    height: 100px;
    margin: 400px 0px 0px 0px;
}
.square_4 .center .slide .container .banner a.link span.background {
    display: block;
    width: 1200px;
    height: 100px;
    background-color: #333;
    position: relative;
    z-index: 11;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.square_4 .center .slide .container .banner a.link span.title {
    display: block;
    width: 1100px;
    height: 100px;
    margin: -100px 0px 0px 0px;
    font-size: 25px;
    line-height: 100px;
    padding: 0px 50px;
    color: #fff;
    position: relative;
    z-index: 12;
    overflow: hidden;
}
.square_4 .center .slide a.prev {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../png/index/square_4_prev1.png) center center no-repeat;
    float: left;
    margin: -280px auto auto 30px;
    position: relative;
    z-index: 10;
    opacity: 0.7;
}
.square_4 .center .slide a.prev:hover {
    opacity: 1.0;
}
.square_4 .center .slide a.next {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../png/index/square_4_next1.png) center center no-repeat;
    float: right;
    margin: -280px 30px auto auto;
    position: relative;
    z-index: 10;
    opacity: 0.7;
}
.square_4 .center .slide a.next:hover {
    opacity: 1.0;
}

.square_4 .center .news {
    width: 334px;
    height: 210px;
}
.moreBox{
    display: block;
    width:100%;
    line-height: 40px;
    overflow: hidden;
}
.moreBox a{
    float: right;
    font-size: 14px;
}
.square_4 .center .news_2{
    margin-top: 10px;
}
.square_4 .center .news a.picture {
    display: block;
    width: 334px;
    height: 168px;
    overflow: hidden;
}
.square_4 .center .news a.picture img {
    width: 334px;
    height: 168px;
    -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_4 .center .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_4 .center .news a.link {
    display: block;
    width: 334px;
    height: 37px;
    overflow: hidden;
    font-size: 16px;
    line-height: 37px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
.square_4 .center .news:hover a.link{
    color: #2dbef0;
}

.square_5 {
    margin: 100px 0px 0px 0px;
}
.square_5 .center .focus {
    width: 1200px;
    height: 60px;
    background: url(../png/index/square_5_focus.png) center center no-repeat;
}
.square_5 .background {
    width: 100%;
    height: auto;
    background-color: #eee;
    margin: 50px 0px 0px 0px;
    padding: 50px 0px;
}
.square_5 .professional {
    width: 360px;
    height: auto;
    float: left;
    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;
}
.square_5 .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);
}
.square_5 .professional_2,
.square_5 .professional_3 {
    margin-left: 60px;
}
.square_5 .center .picture {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0px 100px 0px;
}
.square_5 .center .picture img {
    width: 160px;
    height: auto;
}
.square_5 .center .name {
    width: 360px;
    height: 70px;
    font-size: 1.5em;
    line-height: 70px;
    text-align: center;
    color: #000;
}
.square_5 .center .job {
    width: 360px;
    height: 30px;
    font-size: 1.1em;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.square_5 .center .color {
    width: 300px;
    height: auto;
    min-height: 30px;
    padding: 0px 30px;
}
.square_5 .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: 0.9em;
    line-height: 20px;
}
.square_5 .center .color.orange span {
    background-color: #fa7132;
}
.square_5 .center .color.green span {
    background-color: #75d87c;
}
.square_5 .center .text {
    width: 300px;
    height: auto;
    min-height: 24px;
    padding: 0px 30px 10px 30px;
    font-size: 0.9em;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}
.square_5 .center .text.blue {
    height: 24px;
}
.square_5 .center .text.orange {
    height: 46px;
}
.square_5 .center .text.green {
    height: 72px;
    padding: 0px 30px 0px 30px;
}


.square_6 {
    margin: 100px 0px 0px 0px;
    color: #333;
}
.square_6 .center{
    position: relative;
}
.square_6 .center .focus {
    width: 1200px;
    height: 60px;
    background: url(../png/index/square_6_focus.png) center center no-repeat;
}
.square_6 .center a.more{
    position: absolute;
    right:0px;
    top:94px;
    font-size:14px;
}
.square_6 .center .case {
    width: 360px;
    height: 300px;
    float: left;
    margin: 60px 0px 0px 0px;
}
.square_6 .center .case_2,
.square_6 .center .case_3 {
    margin-left: 60px;
}
.square_6 .center .case a.picture {
    display: block;
    width: 360px;
    height: 230px;
    overflow: hidden;
}
.square_6 .center .case a.picture img {
    width: 360px;
    height: 230px;
    -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_6 .center .case: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_6 .center .case a.link {
    display: block;
    width: 360px;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0px 0px 0px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
.square_6 .center .case:hover a.link{
    color: #2dbef0;
}

.square_7 {
    margin: 100px 0px 100px 0px;
}
.square_7 .center .focus {
    width: 1200px;
    height: 60px;
    background: url(../png/index/square_7_focus.png) center center no-repeat;
}
.square_7 .partner{
    width: 1200px;
    margin: 50px auto 0px;
    overflow: hidden;
    position: relative;
    border-top:1px solid #f2f2f2;
}
.square_7 .partner:after{
    content: "";
    position: absolute;
    width:1px;
    height: 100%;
    right:0px;
    top:0px;
    background: #f2f2f2;
}
.square_7 .partner a{
    display: block;
    width:20%;
    height:130px;
    float: left;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.square_7 .partner a:before{
    content: "";
    position: absolute;
    width:1px;
    height: 100%;
    left:0px;
    top:0px;
    background: #f2f2f2;
}
#simplefoucs .preNext,#expertList .preNext{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 224px;
    cursor: pointer;
    z-index: 100;
}
#expertList .preNext{
    top:180px;
}

#simplefoucs .pre,#expertList .pre{
    left: 25px;
    background: url(../png/index/square_4_prev1.png) center center no-repeat;
}

#simplefoucs .next,#expertList .next{
    right: 25px;
    background: url(../png/index/square_4_next1.png) center center no-repeat;
}

#simplefoucs .pre.on,#expertList .pre.on{
    left: 25px;
    background: url(../png/index/square_4_prev2.png) center center no-repeat;
}

#simplefoucs .next.on,#expertList .next.on{
    right: 25px;
    background: url(../png/index/square_4_next2.png) center center no-repeat;
}

/*square_5*/
.square_5 .expert{
    width: 100%;
    height: 440px;
    margin-top: 60px;
    background: url(../jpg/index/square_5Bg.jpg) center 0px no-repeat;
}
.square_5 .expert .expertSlide {
    display: block;
    width: 1200px;
    height: 440px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin: 0px auto;
}
#expertList {
    width: 1200px;
    height: 440px;
    clear: both;
    overflow: hidden;
    position: relative;
    float: left;
}

#expertList ul {
    width: 1200px;
    height: 368px;
    float: left;
    position: absolute;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#expertList ul li {
    float: left;
    width: 1200px;
    height: 368px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 53px;
}
#expertList ul li .expertImg{
    width: 521px;
    float: left;
    position: relative;
}
.expertImg img{
    width: 366px;
    height:250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 42px;
    margin-left: 88px;
}
.expertImg .expertName{
    width: 150px;
    height: 60px;
    position: absolute;
    right: 0px;
    top:209px;
}
.expertName span.opcity{
    display: block;
    width: 150px;
    height: 60px;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.expertName span.name{
    font-size: 25px;
    color: #fff;
    display: block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
#expertList ul li .expertIntroduce{
    width: 532px;
    height: 314px;
    float: left;
    margin-left: 58px;
    position: relative;
    cursor: pointer;
}
.expertIntroduce .opcity{
    display: block;
    width: 532px;
    height: 314px;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.expertIntroduce .Introduce{
    width: 485px;
    height: auto;
    position: relative;
    padding: 30px 22px 0px 25px;
    z-index: 6;
    color: #fff;
}
.expertIntroduce .Introduce b{
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0px;
    display: block;
}
.expertIntroduce .Introduce p{
    font-size: 14px;
    line-height: 27px;
}
.expertSlide .expertList>a{
    display: block;
    height: 34px;
    width: 100px;
    text-align: center;
    margin: 23px 0px 0px 375px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #2dbef0;
    color: #2dbef0;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    right: 90px;
    z-index: 10;
}
.expertSlide .expertList>a:hover{
    color: #fff;
    background: #2dbef0;
}
.expertSlide>a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2dbef0;
    font-size: 14px;
    color: #2dbef0;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    background: none;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -76px;
    z-index: 10;
    background: url(../png/evaluation/bannerBtn_bg.png) no-repeat;
}
.expertSlide>a:hover{
    background: #2dbef0;
    color:#fff;
}

@media screen and (max-width: 1211px){
    .square .center,.square_1 .center .focus,
    .square_1 .center .square_1_box,
    .b-img a .bannerBtn,
    .square_2 .center .focus,
    .square_2 .background .center .black,
    .square_3 .center .focus,
    .square_4 .center .focus,
    .square_4 .center .slide,
    .square_5 .center .focus,
    .square_5 .expert .expertSlide,
    #expertList,#expertList ul,#expertList ul li,
    .square_6 .center .focus,
    .square_7 .center .focus{
        width:  1000px;
    }
    .square_1 .center .left, .square_1 .center .right,
    .square_1 .center .left .picture a, .square_1 .center .right .picture a,
    .square_1 .center .left .picture a img, .square_1 .center .right .picture a img,
    .square_1 .center .left .text, .square_1 .center .right .text,
    .square_1 .center .left .link, .square_1 .center .right .link{
        width:408px;
    }
    .square_1 .center .and{
        width:180px;
    }
    .square_2 .center .category,
    .square_2 .center .category .picture,
    .square_2 .center .category .big.text{
        width:250px;
    }
    .square_3 .center .choose,
    .square_3 .center .choose .reason,
    .square_3 .center .choose .picture,
    .square_3 .center .choose .big.text{
        width:300px;
    }
    .square_3 .center .choose .picture{
        background-size: 145px auto;
        height: 145px;
    }
    .square_3 .center .choose .small.text{
        width:240px;
    }
    .square_3 .center .choose_2, .square_3 .center .choose_3{
        margin-left: 50px;
    }
    .square_4 .moreBox a{
        margin-right: 0px;
    }
    .square_4 .center .slide .container{
        width:610px;
        margin-left: 0px;
    }
    .square_4 .center .slide .containerCont{
        margin-right: 0px;
    }
    #expertList ul li .expertImg{
        width:445px;
        margin-left: 2px;
    }
    .expertImg img{
        width:310px;
        margin-left:60px;
    }
    #expertList ul li .expertIntroduce,
    .expertIntroduce .opcity{
        width:433px;
    }
    .expertIntroduce .Introduce{
        width:388px;
    }
    #simplefoucs .next, #expertList .next{
        right:0px;
    }
    #simplefoucs .pre, #expertList .pre{
        left:0px;
    }
    .square_6 .center .case,
    .square_6 .center .case a.picture,
    .square_6 .center .case a.picture img,
    .square_6 .center .case a.link{
        width:300px;
    }
    .square_6 .center .case_2, .square_6 .center .case_3{
        margin-left: 50px;
    }
    .square_2 .center .category .small.text{
        padding:0px 5px;
    }
    .square_2 .center .category.category_1{
        margin-left: 0px;
    }
    .square_2 .center .category.category_5{
        margin-left: 125px;
    }
    .square_1 .center .square_1_box{
        width:1020px;
    }
    .square_1 .center .and{
        left:420px;
    }
}





