.counselor-banner {
    overflow: hidden;
    height: 534px;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.counselor-lawyer .lawyer-title {
    text-align: center;
    font-family: 'Microsoft Yahei';
    color: #6a6663;
    padding: 30px 0;
}

.counselor-lawyer .lawyer-title .title {
    font-size: 30px;
    line-height: 50px;
}

.counselor-lawyer .lawyer-title .note {
    font-size: 14px;
    line-height: 30px;
}

.counselor-lawyer-main {
    position: relative;
}

.counselor-lawyer-main .lawyer-top {
    height: 400px;
    position: relative;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-item {
    overflow: hidden;
}

.counselor-lawyer-main .lawyer-top .lawyer-thumb {
    width: 400px;
    height: 400px;
    float: left;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-content {
    width: 740px;
    overflow: hidden;
    float: right;
    font-family: 'Microsoft Yahei';
}

.counselor-lawyer-main .lawyer-top .lawyer-top-name {
    line-height: 64px;
    border-bottom: 1px #395071 solid;
    color: #333;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-name .name {
    font-size: 30px;
    display: inline-block;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-name .lawfirm {
    font-size: 20px;
    display: inline-block;
    padding: 0 0 0 10px;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info {
    display: flex;
    display: -webkit-flex;
    padding: 15px 0;
    justify-content: space-between;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    line-height: 40px;
    font-size: 14px;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-text span {
    display: inline-block;
    padding: 0 10px 0 0;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-btn {
    flex: 0 0 136px;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-btn .btn {
    display: block;
    line-height: 40px;
    color: white;
    background: #395071;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-decoration: none;
    position: relative;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-btn .btn-hide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #569ad4;
    display: none;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-info-btn .btn:hover .btn-hide {
    display: block;
}

.counselor-lawyer-main .lawyer-top .lawyer-top-paragraph {
    overflow: hidden;
}

.counselor-lawyer-main .lawyer-top .paragraph-title {
    padding: 0 0 10px 0;
}

.counselor-lawyer-main .lawyer-top .paragraph-title span {
    display: inline-block;
    line-height: 30px;
    background: #569ad4;
    padding: 0 10px;
    color: white;
    font-size: 14px;
}

.counselor-lawyer-main .lawyer-top .paragraph-content {
    font-size: 14px;
    line-height: 30px;
}

.counselor-lawyer-main .lawyer-top .paragraph-content a.more {
    color: #569ad4;
}

.counselor-lawyer-main .small-scroll {
    height: 260px;
    margin: 50px 0;
    position: relative;
}

.counselor-lawyer-main .small-scroll .sPrev,
.counselor-lawyer-main .small-scroll .sNext {
    width: 28px;
    height: 68px;
    background: url('../images/counselor@lawyer-prev.png') no-repeat;
    position: absolute;
    left: -50px;
    top: 96px;
}

.counselor-lawyer-main .small-scroll .sNext {
    background: url('../images/counselor@lawyer-next.png') no-repeat;
    left: auto;
    right: -50px;
}

.counselor-lawyer-main .small-scroll .small-img {
    overflow: hidden;
}

.counselor-lawyer-main .small-scroll .small-img ul {
    height: 260px;
    width: 9999px;
    overflow: hidden;
}

.counselor-lawyer-main .small-scroll .small-img li {
    float: left;
    padding: 0 54px 0 0;
    width: 260px;
}

/*.counselor-lawyer-main .small-scroll .small-img li:nth-child(4n+0){
    padding: 0;
}*/
.counselor-lawyer-main .small-scroll .small-img img.lawyer-thumb {
    width: 260px;
    height: 260px;
}

.counselor-module {
    height: 799px;
    background: url('../images/counselor@pci01.jpg') no-repeat top center;
    overflow: hidden;
}

.counselor-module-main {
    height: 670px;
    background: url('../images/counselor@pci09.png') no-repeat center center;
    margin-top: 65px;
    display: flex;
}

.counselor-module-main .module-content {
    width: 470px;
    box-sizing: border-box;
    padding: 36px 30px 0;
}

.counselor-module-main .module-content .item {
    border-bottom: 1px dashed #eee;
    padding-left: 15px;
}

.counselor-module-main .module-content .item .item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
}

.counselor-module-main .module-content .item .item-text {
    padding: 0 0 0 15px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    position: relative;
}

.counselor-module-main .module-content .item .item-text i.icon {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    left: 0;
    top: 11px;
}

.counselor-module-main .module-mid {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.counselor-module-main .module-mid .mid-title {
    font-weight: bold;
    font-size: 50px;
    color: white;
}

.counselor-module-main .module-mid .mid-link {
    display: inline-block;
    width: 206px;
    line-height: 40px;
    background: #ff4400;
    color: #fefefe;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 24px;
    margin-top: 60px;
    box-shadow: 0 5px 5px #2b2b2b;
}

/*.counselor-module-main {
    height: 100%;
    display: flex;
    align-items: center;
}

.counselor-module-main img.module-thumb {
    width: 100%;
}

.counselor-module-main a.module-link {
    overflow: hidden;
    display: block;
}*/

.counselor-package {
    height: 432px;
    background: url('../images/counselor@pci02.jpg') no-repeat center center;
}

.counselor-package .package-title {
    line-height: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #455993;
    text-align: center;
}

.counselor-package .package-mid {
    height: 210px;
    background: url('../images/counselor@pci04.png') no-repeat center center;
}

.counselor-package .package-mid .mid-left,
.counselor-package .package-mid .mid-right {
    display: flex;
    float: left;
    width: 500px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.counselor-package .package-mid .mid-right {
    float: right;
    width: 640px;
}

.counselor-package .package-mid .mid-left p,
.counselor-package .package-mid .mid-right p {
    color: white;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.counselor-package .package-bottom {
    text-align: center;
    font-size: 18px;
    padding: 40px 0 0 0;
}

.counselor-package .package-bottom span {
    font-size: 24px;
    color: #697ebf;
}

.counselor-affairs {
    min-height: 592px;
    background: url('../images/counselor@affairs-bg.jpg') no-repeat center #1e3849;
    padding: 40px 0 100px 0;
}

.counselor-affairs-title {
    overflow: hidden;
    font-family: 'Microsoft Yahei';
    text-align: center;
}

.counselor-affairs-title .cn {
    font-size: 36px;
    color: white;
    line-height: 50px;
}

.counselor-affairs-title .en {
    font-size: 24px;
    line-height: 30px;
    color: #314858;
}

.counselor-affairs-title div.hr {
    height: 4px;
    padding: 20px 0;
}

.counselor-affairs-title div.hr span {
    display: inline-block;
    height: 4px;
    background: #4e9bdd;
    width: 36px;
}

.counselor-affairs-main {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 50px 0 0 0;
}

.counselor-affairs-main .affairs-item {
    flex: 0 0 290px;
}

.counselor-affairs-main .affairs-item .item-thumb {
    display: block;
    width: 100%;
    height: 173px;
}

.counselor-affairs-main .affairs-item .item-content {
    height: 220px;
    background: #3b8dd3;
    color: white;
    text-align: center;
    font-family: 'Microsoft Yahei';
    position: relative;
    overflow: hidden;
}

.counselor-affairs-main .affairs-item .item-content-title {
    color: white;
    font-size: 24px;
    line-height: 50px;
    padding: 20px 0 0 0;
}

.counselor-affairs-main .affairs-item .item-content-hr {
    height: 3px;
    padding: 10px 0;
}

.counselor-affairs-main .affairs-item .item-content-hr span {
    height: 3px;
    width: 24px;
    background: white;
    display: inline-block;
}

.counselor-affairs-main .affairs-item .item-content-info {
    line-height: 24px;
    font-size: 16px;
    padding: 20px 0 0 0;
}

.counselor-affairs-main .affairs-item .item-content-link {
    display: block;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #3170a4;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.counselor-service {
    overflow: hidden;
    height: 600px;
    background: url('../images/counselor@service-bg.jpg') no-repeat top center;
}

.counselor-service-main {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.counselor-service-main .service-left {
    flex: 0 0 300px;
    height: 600px;
    background: #3b8dd3;
    box-sizing: border-box;
    padding: 130px 0 0 30px;
    font-family: 'Microsoft Yahei';
    color: white;
}

.counselor-service-main .service-left-cn {
    font-size: 36px;
    line-height: 50px;
}

.counselor-service-main .service-left-en {
    font-size: 24px;
    line-height: 30px;
}

.counselor-service-main .service-left-hr {
    height: 4px;
    padding: 20px 0;
}

.counselor-service-main .service-left-hr span {
    height: 4px;
    width: 36px;
    display: inline-block;
    background: white;
}

.counselor-service-main .service-left-note {
    font-size: 18px;
    line-height: 30px;
}

.counselor-service-main .service-item {
    width: 900px;
    height: 600px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.counselor-service-main .service-item-text {
    height: 300px;
    box-sizing: border-box;
    flex: 0 0 300px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Microsoft Yahei';
    font-size: 18px;
    color: white;
    line-height: 30px;
}

.counselor-service-main .service-item-text .title {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.counselor-service-main .service-item-text .note {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.top-message {
    bottom: 123px;
}