::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

.session-box {
    width: 1220px;
    margin: auto;
}

.session-title {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.session-title div {
    font-size: 38px;
    line-height: 40px;
    margin-right: 24px;
    font-weight: bold;
}

.session-title span {
    width: 630px;
    font-size: 16px;
    line-height: 53px;
}

.session-title .selected-province-city {
    display: flex;
}

.session-title .selected-province-city input {
    display: inline-block;
    width: 178px;
    font-size: 16px;
    color: #333333;
    height: 26px;
    line-height: 25px;
    line-height: 1px;
    background: #f2f2f2;
    padding: 1px 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
    margin-top: 6px;
}

.session-title .selected-province-city i {
    display: inline-block;
    width: 35px;
    height: 26px;
    background: #ecb03c;
    position: relative;
    cursor: pointer;
    margin-top: 6px;
}

.session-title .selected-province-city i.show::before,
.session-title .selected-province-city i.hide::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
}

.session-title .selected-province-city i.show::before {
    border-top: 10px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 38%;
    right: 0;
    top: 9px;
}

.session-title .selected-province-city i.hide::before {
    border-bottom: 10px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 38%;
    right: 0;
    top: 7px;
}

.session-title .selected-province-city .city-list {
    width: 177px;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 160px;
    top: 33px;
    z-index: 999999;
    overflow: hidden;
    display: none;
}

.session-title .selected-province-city .city-list li {
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.session-title .selected-province-city .city-list li span {
    padding-left: 14px;
    box-sizing: border-box;
}

.session-title .selected-province-city .city-list li:last-child {
    border-bottom-color: transparent;
}

.session-title .selected-province-city .city-list li.active,
.session-title .selected-province-city .city-list li:hover {
    background: #432f07;
    color: #ffffff;
}

#city {
    width: 116px;
}

select,
option {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff;
    padding-right: .54rem;
    padding-left: .54rem;
    border: 1px solid #999999;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

select::-ms-expand {
    display: none;
}

.session-one {
    padding: 30px 0;
}

.session-box-one .above-box {
    display: flex;
    height: 440px;
    position: relative;
}

.left-menu-box {
    display: flex;
    flex-direction: column;
    width: 250px;
    box-sizing: border-box;
    padding: 20px 0;
    overflow: auto;
    background: rgba(38, 58, 84, .6);
}

.menu-item {
    padding-left: 26px;
    box-sizing: border-box;
    height: 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #e5e4e4;
}

.menu-item::after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 13px;
    background: url("../image/icon_arrow_active.png"
    /*tpa=http://gy.itiansui.com/static/home/images/icon_arrow_active.png*/
    ) no-repeat center center;
    background-size: contain;
    color: #ffffff;
}

.menu-item.active {
    color: #fff;
    background: rgba(220, 225, 231, .9);
    color: #333333;
}

.menu-item.active::after {
    background: url("../image/icon_arrow.png"
    /*tpa=http://gy.itiansui.com/static/home/images/icon_arrow.png*/
    ) no-repeat center center;
    background-size: contain;
}

.below-box {
    display: flex;
    align-items: center;
    padding: 37px 0;
}

.seperate-line {
    width: 2px;
    height: 62px;
    background: rgba(225, 225, 225, 1);
}

.advantage-item {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.advantage-item::after {
    content: "";
    width: 0;
    height: 62px;
    border-left: 2px solid rgba(225, 225, 225, 1);
    position: absolute;
    right: 40px;
    top: 0;
}

.advantage-item:last-child::after {
    content: "";
    width: 0;
    height: 62px;
    border-left: 0px solid transparent;
    position: absolute;
    right: 40px;
    top: 0;
}

.advantage-item .icon-box {
    width: 64px;
    height: 64px;
    margin-right: 13px;
}

.img-lawyer {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat 0 -220px;
}

.img-question {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -100px -220px;
}

.img-clock {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -200px -220px;
}

.img-lawfirm {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -300px -220px;
}

.img-webnet {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -400px -220px;
}

.advantage-item .discription-box {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.advantage-item .discription-box div {
    font-size: 22px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    margin-bottom: 10px;
}

.advantage-item .discription-box p {
    color: rgba(152, 150, 150, 1);
    font-size: 14px;
}

.right-display-box {
    width: 963px;
}

.right-display-box .swiper-container {
    height: 100%;
    width: 100%;
    font-size: 0;
}

.right-display-box .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.right-display-box .swiper-pagination {
    padding-right: 20px;
    box-sizing: border-box;
    text-align: right;
}

.right-display-box .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 1);
    opacity: 0.3;
}

.right-display-box .swiper-pagination-bullet-active {
    background: rgba(218, 153, 84, 1);
    opacity: 0.6;
}

.session-wrap .swiper-button-next,
.session-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(51, 51, 51, 1) transparent;
    opacity: 0.6;
    border-radius: 50%;
    background-size: 30%;
}

.right-display-box .swiper-button-next,
.right-display-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(51, 51, 51, 1);
    opacity: 0.6;
    border-radius: 50%;
    background-size: 30%;
}

.session-wrap .swiper-button-next,
.session-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(51, 51, 51, 0);
    opacity: 0.6;
    border-radius: 50%;
    background-size: 30%;
    color: #fff;
}

.session-wrap .sessionbox-two .introduce-left .img-box {
    position: relative;
}

.session-wrap .sessionbox-two .introduce-left .img-box .swiper-button-next,
.session-wrap .sessionbox-two .introduce-left .img-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.session-wrap .sessionbox-two .introduce-left .img-box .swiper-button-prev {
    left: 15px;
}

.session-wrap .sessionbox-two .introduce-left .img-box .swiper-2 {
    width: 100%;
    height: 100%;
}

.session-wrap .sessionbox-two .introduce-left .img-box .swiper-2 a img {
    width: 100%;
    height: 284px;
}

.right-display-box .swiper-button-prev {
    left: 40px;
}

.session-wrap .swiper-button-prev {
    /* left: 40px; */
}

.right-display-box .swiper-button-next {
    right: 40px;
}

.show-menu-item-detail-box {
    position: absolute;
    z-index: 10;
    width: 970px;
    height: 440px;
    right: 0;
    top: 0;
    background: url("../image/menu_detail_bg.png"/*tpa=http://gy.itiansui.com/static/home/images/home/menu_detail_bg.png*/
    ) #fff no-repeat center bottom;
    background-size: contain;
    overflow: auto;
    display: none;
}

.menu-item-detail {
    margin: 50px 0 50px 150px;
    font-size: 0;
}

.menu-item-detail .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.menu-item-detail .title-box i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
}

.menu-item-detail .title-box i.icon_quesition {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -580px -200px;
}

.menu-item-detail .title-box i.icon_solution {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -500px -200px;
}

.menu-item-detail .title-box span {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 600;
}

.question-box.row-wrap,
.solution-box.row-wrap {
    display: flex;
    padding-left: 10px;
    width: 450px;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.question-box .quetion-item {
    width: 150px;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
    color: rgba(31, 87, 190, 1);
    font-size: 16px;
    cursor: pointer;
}

.question-box .quetion-item::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../image/icon_arrow1.png"/*tpa=http://gy.itiansui.com/static/home/images/home/icon_arrow.png*/
    ) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solution-box {
    justify-content: flex-start;
}

.solution-box .solution-item {
    width: 106px;
    height: 28px;
    background: rgba(232, 238, 250, 1);
    border-radius: 14px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
    margin-bottom: 10px;
    cursor: pointer;
}

.solution-box .solution-item:nth-child(3n) {
    margin-right: 0;
}

.solution-box .solution-item:hover {
    background: rgba(31, 87, 190, 1);
    color: #fff;
}

.btn-solution {
    width: 100px;
    height: 36px;
    background: rgba(189, 53, 30, 1);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-left: 18px;
    cursor: pointer;
}


/* 律所展示 */

.sessionbox-two {
    padding: 60px 0;
}

.introduce-box {
    display: flex;
}

.introduce-box>div {
    display: flex;
    flex-direction: column;
}

.introduce-left {
    width: 590px;
    margin-right: 20px;
}

.introduce-left .img-box {
    width: 100%;
    height: 284px;
    background: url("../image/test1.png"/*tpa=http://gy.itiansui.com/static/home/images/test1.png*/
    ) no-repeat center center;
    background-size: contain;
    overflow: hidden;
}

.introduce-left .cont-box {
    padding: 23px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    text-justify: auto;
    background: rgba(250, 250, 252, 1);
}

.introduce-left .cont-box h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

.introduce-right {
    flex: 1;
    justify-content: space-between;
    position: relative;
}

.introduce-item-wrap {
    height: 150px;
}

.introduce-item-box {
    display: flex;
    align-items: center;
    background: rgba(250, 250, 252, 1);
    transition: all 0.35s;
}

.introduce-item-box .left-img {
    width: 230px;
    height: 150px;
    margin-right: 24px;
    transition: all 0.35s;
}

.introduce-item-box .left-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.introduce-item-box .right-cont {
    flex: 1;
    color: rgba(51, 51, 51, 1);
    padding-right: 24px;
    position: relative;
    transition: all 0.35s;
}

.introduce-item-box .right-cont p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
}

.introduce-item-box .right-cont div {
    font-size: 16px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
}

.introduce-item-box .right-cont .btn-more {
    background: rgba(250, 250, 252, 1);
    color: rgba(15, 104, 199, 1);
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right: 24px;
    bottom: 0;
    cursor: pointer;
    font-weight: 600;
    padding-left: 5px;
}

.introduce-item-box .right-cont .btn-more span {
    display: inline-block;
    color: #666666;
    width: 29px;
    position: absolute;
    right: 59px;
    bottom: 0px;
    background: rgba(250, 250, 252, 1);
    padding-left: 2px;
    box-sizing: border-box;
}

.introduce-item-box .right-cont .btn-more:after {
    content: ">";
    color: rgba(15, 104, 199, 1);
    font-size: 12px;
}

.introduce-item-box .right-cont .btn-toggle {
    display: none;
}


/* 展开 */

.introduce-item-box.show-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    flex-direction: column;
}

.introduce-item-box.show-detail .left-img {
    width: 100%;
    height: 284px;
    margin-right: 0;
}

.introduce-item-box.show-detail .right-cont {
    width: 100%;
    padding: 24px 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.introduce-item-box.show-detail .right-cont div {
    flex: 1;
    overflow: auto;
    max-height: none;
}

.introduce-item-box.show-detail .right-cont .btn-more {
    display: none;
}

.introduce-item-box.show-detail .right-cont .btn-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.introduce-item-box.show-detail .right-cont .btn-toggle:after {
    margin-left: 8px;
    content: '';
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -580px -240px;
}

.introduce-detail-box {
    background: #f5f5f7;
}

.introduce-detail-box .detail-title-box {
    height: 99px;
    background: url("../image/introduce_title.png"/*tpa=http://gy.itiansui.com/static/home/images/home/introduce_title.png*/
    ) no-repeat left bottom;
    background-size: contain;
    margin-top: -52px;
    margin-left: -7px;
}

.detail-cont-box {
    padding: 35px 0px 30px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 29px;
}

.detail-cont-box-end {
    padding: 30px 0 45px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 29px;
}

.detail-cont-box-end p span.blue {
    color: #1f57be;
    font-weight: bold;
}

.detail-cont-box p {
    margin-bottom: 25px;
}

.detail-cont-box p span.blue {
    color: #1f57be;
    font-weight: bold;
}

.detail-cont-box p:first-child {
    font-weight: 600;
}

.detail-cont-box p:last-child {
    margin-bottom: 0;
}

.show-img-box {
    display: flex;
    padding-bottom: 40px;
    position: relative;
    width: 1111px;
    box-sizing: border-box;
    margin: 0 auto;
}

.show-img-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: rgba(35, 97, 167, 1);
    font-size: 26px;
    line-height: 26px;
    height: 120px;
}

.show-img-detail-box {
    flex: 1;
    height: 215px;
    overflow: hidden;
}

.swiper-container-show-img {
    width: 100%;
    height: 100%;
}

.swiper-container-show-img img {
    width: 350px;
    height: 215px;
}

.swiper-container-show-img p {
    width: 233px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.swiper-container-show-img .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.detail-foot-box {
    width: 1220px;
    height: 61px;
    background: rgba(35, 96, 169, 1);
    box-shadow: 0px -4px 7px 0px rgba(71, 74, 77, 0.22);
    border-radius: 0px 60px 0px 0px;
    position: relative;
    overflow: hidden;
}

.detail-foot-box::before,
.detail-foot-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
}

.detail-foot-box::before {
    bottom: 5px;
}

.detail-foot-box:after {
    bottom: 15px;
}

.session-box-three {
    padding: 50px 0 0;
}

.session-box-three .session-title {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.session-box-three .session-title .check-more {
    display: flex;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.session-box-three .session-title .check-more:after {
    content: "";
    display: flex;
    width: 28px;
    height: 28px;
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -500px -240px;
    margin-left: 8px;
}

.session-box-three .session-title .check-more:hover {
    color: rgba(31, 87, 189, 1);
}

.session-box-three .session-title .check-more:hover:after {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -540px -240px;
}

.introduce-detail-box .session-title {
    margin-bottom: 0px;
    background: #fff;
}

.introduce-detail-box .session-title.special-bgf5f5f7 {
    background: #f5f5f7;
    padding-top: 25px;
}

.lawyer-list-box {
    margin-top: 30px;
    *zoom: 1;
}

.lawyer-list-box:before,
.lawyer-list-box:after {
    content: "";
    display: table;
}

.lawyer-list-box:after {
    clear: both;
}

.lawyer-list-box a {
    margin-right: 20px;
    float: left;
    margin-bottom: 30px;
}

.lawyer-list-box a:last-child {
    margin-right: 0;
}

.lawyer-item-box {
    width: 224px;
    height: 304px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(228, 228, 228, .9);
    font-size: 0;
    transition: all 0.25s;
}

.lawyer-item-box:hover {
    margin-top: -10px;
}

.info-box {
    width: 136px;
    height: 136px;
    position: relative;
    margin: 22px auto 20px;
}

.info-box img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 100%;
}

.info-box>div {
    width: 112px;
    height: 22px;
    background: rgba(236, 176, 60, 1);
    border-radius: 14px 1px 14px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.name-box {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.skills-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

.skills-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 12px;
}

.skills-box span:first-child {
    margin-right: 8px;
}

.lawyer-item-box .cont {
    padding: 17px 15px 0;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
}

.session-box-six {
    padding: 60px 0;
}

.reasion-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reasion-item-box {
    width: 285px;
    height: 360px;
    color: rgba(51, 51, 51, 1);
    padding: 0 23px;
    box-sizing: border-box;
    background: rgba(243, 243, 251, 1);
    position: relative;
    overflow: hidden;
}

.reasion-item-box .icon-box {
    width: 77px;
    height: 77px;
    margin: 65px auto 40px;
}

.icon-assign {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat 0 -120px;
}

.icon-service {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -120px -120px;
}

.icon-steps {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -240px -120px;
}

.icon-recharge {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -360px -120px;
}

.reasion-item-box h1 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 26px;
}

.reasion-item-box .cont {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.reasion-item-box::before {
    color: rgba(20, 20, 106, 0.1);
    font-size: 205px;
    position: absolute;
    left: -20%;
    top: -40%;
    /* font-family: '宋体'; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.reasion-item-box:nth-of-type(1)::before {
    content: '01';
}

.reasion-item-box:nth-of-type(2)::before {
    content: '02';
}

.reasion-item-box:nth-of-type(3)::before {
    content: '03';
}

.reasion-item-box:nth-of-type(4)::before {
    content: '04';
}

.session-box-seven {
    padding: 60px 0;
}

.steps-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-list ul li {
    padding: 0 20px;
    box-sizing: border-box;
    width: 285px;
    height: 360px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    width: 285px;
    height: 360px;
}

.text-list ul li i {
    display: block;
    margin: 60px auto 35px;
    transition: all 3s;
}

.text-list ul li:hover i {
    transform: rotate(360deg);
}

.text-list ul li:first-child i {
    width: 77px;
    height: 77px;
    background: url(../image/icon-serve-01.png) no-repeat;
}

.text-list ul li:last-child i {
    width: 85px;
    height: 83px;
    background: url(../image/icon-serve-04.png) no-repeat;
}

.text-list ul li:nth-child(2) i {
    width: 85px;
    height: 85px;
    background: url(../image/icon-serve-02.png) no-repeat;
}

.text-list ul li:nth-child(3) i {
    width: 87px;
    height: 75px;
    background: url(../image/icon-serve-03.png) no-repeat;
}

.text-list ul li:nth-child(odd) {
    background: url(../image/why-change-our-01.png) no-repeat;
    width: 285px;
    height: 360px;
}

.text-list ul li:nth-child(even) {
    color: #ffffff;
    background: url(../image/why-change-our-02.png) no-repeat;
    width: 285px;
    height: 360px;
}

.text-list ul li h2 {
    font-size: 22px;
    font-weight: 600;
}

.text-list ul li p {
    font-size: 14px;
    margin-top: 20px;
}

.bgwhite {
    background: #ffffff !important;
}

.bgblack {
    background: #f5f5f7 !important;
}

.step-item {
    width: 125px;
}

.step-item i {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 35px;
}

.step-item i.icon-consult {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat 0 0;
}

.step-item i.icon-interview {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -120px 0;
}

.step-item i.icon-meet {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -240px 0;
}

.step-item i.icon-protocol {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -360px 0;
}

.step-item i.icon-case {
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -480px 0;
}

.step-item h1 {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.step-item div {
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
}

.step-seperate {
    width: 92px;
    position: relative;
    margin-top: 100px;
}

.step-seperate::before,
.step-seperate::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.step-seperate::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px dashed rgba(191, 191, 191, 1);
    z-index: 9;
}

.step-seperate::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../image/icon_more.png"/*tpa=http://gy.itiansui.com/static/home/images/home/icon_more.png*/
    ) no-repeat center center;
    background-size: contain;
    z-index: 10;
}


/* 律所案件 */

.session-box-four {
    padding: 60px 0;
    position: relative;
}

.case-tab-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 38px;
}

.a-hover::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 207px;
    top: 110px;
    border-radius: 5px;
    transition: all 0.5s;
}

.a-hover-1::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 207px;
    top: 110px;
    border-radius: 5px;
}

.a-hover-2::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 336px;
    top: 110px;
    border-radius: 5px;
}

.a-hover-3::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 465px;
    top: 110px;
    border-radius: 5px;
}

.a-hover-4::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 594px;
    top: 110px;
    border-radius: 5px;
}

.a-hover-5::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 723px;
    top: 110px;
    border-radius: 5px;
}

.a-hover-6::before {
    content: '';
    width: 55px;
    height: 5px;
    line-height: 5px;
    background: #1f57bd;
    position: absolute;
    left: 852px;
    top: 110px;
    border-radius: 5px;
}

.case-tab {
    color: #333333;
    font-size: 22px;
    line-height: 22px;
    margin-right: 40px;
    cursor: pointer;
}

.law-case-tab {
    font-size: 35px;
    line-height: 35px;
    color: #1F57BE;
}

.case-tab.title {
    color: #333333;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
}

.case-list-box {
    display: flex;
}

.left {
    width: 615px;
    height: auto;
    margin-right: 60px;
}

.left img {
    display: block;
    width: 615px;
    height: 160px;
}

.left h2 {
    margin: 20px 0;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
}

.left p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    margin-bottom: 25px;
}

.left div.info a {
    font-size: 15px;
    color: #333333;
}

.left div.info a:hover {
    color: #1f57be;
}

.left div.info a:hover span {
    color: #1f57be;
}

div.news-more a {
    display: block;
    font-size: 15px;
    color: #333333;
    width: 136px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #999999;
    margin: 0 auto;
}

div.news-more a span {
    color: #666666;
}

div.news-more a:hover {
    border-color: #1f57be;
    color: #1f57be;
}

div.news-more a:hover span {
    color: #1f57be;
}

.hot-case-item {
    display: flex;
    align-items: center;
}

.hot-case-item .img-box {
    width: 156px;
    height: 122px;
    margin-right: 20px;
}

.hot-case-item .img-box>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.hot-case-item .cont-box {
    flex: 1;
    flex-direction: column;
    font-size: 0;
}

.case-list-box .case-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hot-case-item .cont-box p {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.case-list-box .author-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.case-list-box .author-box i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 8px;
    background: url("../image/icon_lawyer.png"/*tpa=http://gy.itiansui.com/static/home/images/home/icon_lawyer.png*/
    ) no-repeat center center;
    background-size: contain;
}

.case-list-box .author-box img.user {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f5f5f7;
    border-radius: 50%;
    margin-right: 10px;
}

.case-list-box .author-box i>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top;
}

.case-list-box .author-box span {
    color: #1F57BE;
    font-size: 16px;
    margin-right: 9px;
}

.case-list-box .author-box span::after {
    content: '·';
    display: inline-block;
    margin-left: 9px;
}

.case-list-box .author-box small {
    color: #808080;
    font-size: 14px;
}

.normal-list-box {
    width: 543px;
}

.normal-list-box a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.normal-list-box a:last-child {
    border-bottom: 1px solid transparent;
}


/* 新闻热点 */

.session-box-five {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
}

.hottopic-box {
    display: flex;
}

.hottopic-title-box {
    width: 143px;
    height: 100%;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
}

.title-img {
    height: 43px;
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -500px -120px;
    margin-bottom: 20px;
}

.topic-box {
    flex: 1;
    /* overflow: auto; */
}

.topic-item {
    width: 143px;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
}

.topic-item::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../image/icon_arrow.png"/*tpa=http://gy.itiansui.com/static/home/images/icon_arrow.png*/
    ) no-repeat center center;
    background-size: contain;
}

.topic-item.active {
    background: rgba(31, 87, 189, 1);
    border-radius: 0px 20px 20px 20px;
    color: #fff;
}

.topic-item.active::after {
    background: url("../image/icon_arrow_active.png"/*tpa=http://gy.itiansui.com/static/home/images/icon_arrow_active.png*/
    ) no-repeat center center;
    background-size: contain;
}

.hottopic-detail-box {
    min-height: 480px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.above-img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.above-img-box .img-box {
    width: 500px;
    height: 160px;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
}

.above-img-box .img-box>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all 1s;
}

.above-img-box .img-box>img:hover {
    transform: scale(1.1, 1.1);
}

.above-img-box .img-box>div {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.above-img-box .img-box>div i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../image/img_steps.png"/*tpa=http://gy.itiansui.com/static/home/images/home/img_steps.png*/
    ) no-repeat -540px -200px;
    margin-right: 11px;
}

.above-img-box .img-box>div div {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.below-list-box {
    margin-top: 20px;
}

.list-item {
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.list-item>small {
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #999897;
    margin-right: 10px;
}

.list-item:first-child>small {
    background: #D78A1E;
}

.list-item:nth-child(2)>small {
    background: #7B644A;
}

.list-item>div {
    color: #333;
    font-size: 18px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.list-item>div:hover {
    color: #007aff;
}

.list-item>p {
    flex: 1;
    height: 0;
    border-bottom: 1px dashed #999;
    margin: 0 20px
}

.list-item>span {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    color: #808080;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.list-item>span::before {
    display: inline-block;
    content: '';
    width: 70%;
    height: 0;
    border-top: 1px dashed #cccccc;
    position: absolute;
    top: 50%;
    right: 133px;
}

.tsswiper .swiper-container {
    width: 100%;
    height: 440px;
}

.tsswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-three-pic-box {
    width: 100%;
    position: relative;
}

.swiper-three-pic-box .swiper-container-three-pic {
    width: 1110px;
    height: 215px;
}

.swiper-button-next.swiper-button-next-three-pic {
    right: -10px !important;
    width: 16px;
    height: 31px;
    background: url(../image/next1.png) no-repeat;
}

.swiper-button-next.swiper-button-next-three-pic:focus {
    outline: none;
}

.swiper-button-prev.swiper-button-prev-three-pic {
    left: -10px !important;
    width: 16px;
    height: 31px;
    background: url(../image/prev.png) no-repeat;
}

.swiper-button-prev.swiper-button-prev-three-pic:focus {
    outline: none;
}

.swiper-three-pic-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-three-pic-box .swiper-slide img {
    display: inline-block;
    width: 350px;
    height: 215px;
}

.swiper-three-pic-box .swiper-slide p {
    font-size: 16px;
    color: #fffefe;
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}