@charset "utf-8";

body {
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    color: #333;
    line-height: 1.4;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}

input,
textarea {
    box-sizing: border-box;
    outline: none;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    width: 100%;
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

video {
    object-fit: cover;
}

svg {
    pointer-events: none;
}

select {
    border-radius: 0;
}

/*文本框placeholder=""文字颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.l-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.index-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}


.in-banner {
    position: relative;
}

.in-banner img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.in-banner .text {
    position: absolute;
    width: 100%;
    bottom: 60px;
    color: #ffffff;
}

.in-banner .text h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.in-banner .text p {
    font-size: 16px;
    line-height: 1;
    margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
    .in-banner .text h2 {
        font-size: 32px;
    }

    .in-banner .text p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .in-banner .text h2 {
        font-size: 42px;
    }

    .in-banner .text p {
        font-size: 24px;
    }
}

.page-list {
    display: flex;
    justify-content: center;
}

.page-list li {
    margin: 0 2px;
}

.page-list li a,
.page-list li span {
    display: block;
    font-size: 12px;
    border: 1px solid #939393;
    line-height: 24px;
    padding: 0 8px;
}

.page-list li a:hover,
.page-list li.active a,
.page-list .current {
    color: #ffffff;
    background: #b62d28;
    border-color: #b62d28;
}

@media screen and (min-width: 768px) {
    .page-list li {
        margin: 0 5px;
    }

    .page-list li a,
    .page-list li span {
        font-size: 14px;
        line-height: 26px;
        padding: 0 10px;
    }
}

/**
 * 业务领域
 */
.l-business-column {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 40px;
}

.l-business-column .column-title {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    padding: 0 0 35px;
}

.l-business-column:nth-child(2) .column-title {
    color: #ffffff;
}

.l-business-column .column-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.l-business-column .column-list ul li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.l-business-column .column-list ul li .li-content {
    display: none;
}

.l-business-column .column-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    padding: 40px 0 30px;
    border: 1px solid #eceded;
}

.l-business-column .column-list ul li a .more {
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #b62d28;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #b62d28;
}

.l-business-column .column-list ul li a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.l-business-column .column-list ul li a .line {
    width: 40px;
    height: 1px;
    margin: 20px 0;
    background: #b62d28;
}

.l-business-column .column-list ul li a .pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    background: #fbf4f4;
}

.l-business-column .column-list ul li a .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.l-business-column .column-list ul li a:hover {
    background: #b62d28;
    border-color: #b62d28;
}

.l-business-column .column-list ul li a:hover .title {
    color: #ffffff;
}

.l-business-column .column-list ul li a:hover .more {
    color: #ffffff;
    border-color: #ffffff;
}

.l-business-column .column-list ul li a:hover .pic {
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .l-business-column {
        padding: 80px 0 60px;
    }

    .l-business-column .column-title {
        padding-bottom: 45px;
        font-size: 30px;
    }

    .l-business-column .column-list ul li {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        cursor: pointer;
    }
}

@media screen and (min-width: 992px) {
    .l-business-column {
        padding: 80px 0 40px;
    }

    .l-business-column .column-list ul {
        margin: 0 -25px;
    }

    .l-business-column .column-list ul li {
        padding: 0 25px;
        margin-bottom: 40px;
        position: relative;
    }
    
    .l-business-column .column-list ul li .li-content {
        position: absolute;
        width: 100%;
        z-index: 999;
        left: 0;
        top: 100%;
        padding: 10px 0 0;
    }
    
    .l-business-column .column-list ul li:hover .li-content {
        display: block;
    }
    
    .l-business-column .column-list ul li .li-content::after {
        content: '';
        width: 0px;
        height: 0px;
        border-width: 5px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
    }
    
    .l-business-column .column-list ul li .li-content .p {
        color: #ffffff;
        line-height: 28px;
        border-radius: 5px;
        padding: 15px;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .l-business-column .column-list ul li a {
        pointer-events: none
    }
}

@media screen and (min-width: 1200px) {
    .l-business-column {
        padding: 110px 0 70px;
    }

    .l-business-column .column-list ul li {
        width: 25%;
        flex: 0 0 25%;
    }
}

@media screen and (min-width: 1440px) {
    .l-business-column .column-list ul li {
        width: 20%;
        flex: 0 0 20%;
    }
    .l-business-column .column-list ul li .li-content {
        width: 120%;
        left: -10%;
    }
}

@media screen and (min-width: 1680px) {
    .l-business-column .column-list ul li .li-content {
        width: 160%;
        left: -30%;
    }
}


/**
 * 律师团队
 */
.top-team {
    margin: 40px 0 0;
    overflow: hidden;
    background: url(../images/top-team-bg.jpg) no-repeat center;
    background-size: cover;
}

.top-team .top-team-pic img {
    width: 100%;
    display: block;
}

.top-team .top-team-info {
    background: #f3f5f7;
    margin: 0 -10%;
    padding: 30px 10%;
}

.top-team .top-team-info h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.top-team .top-team-info .position {
    font-size: 24px;
    line-height: 1;
    font-weight: lighter;
    margin: 8px 0 0;
}

.top-team .top-team-info .line {
    width: 80px;
    height: 1px;
    margin: 20px 0 15px;
    background: #333333;
}

.top-team .top-team-info .desc {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 20px;
}

.top-team .top-team-info a:hover {
    color: #bb2924;
}

@media screen and (min-width: 768px) {
    .top-team .l-container {
        display: flex;
        align-items: center;
    }

    .top-team .top-team-info {
        background: none;
        padding: 30px 0 30px 30px;
        margin: 0;
    }

    .top-team .top-team-pic {
        width: 300px;
        flex: 0 0 auto;
        margin-top: auto;
    }
}

@media screen and (min-width: 992px) {
    .top-team {
        margin-top: 60px;
    }

    .top-team .top-team-pic {
        width: 500px;
    }

}

@media screen and (min-width: 1200px) {
    .top-team .top-team-info {
        padding: 0 130px 0 88px;
        margin-left: auto;
        flex: 1;
    }

    .top-team .top-team-info h2,
    .top-team .top-team-info .position {
        font-size: 26px;
    }

    .top-team .top-team-info .line {
        margin: 35px 0 25px;
    }

    .top-team .top-team-info .desc {
        margin: 0 0 25px;
    }
}

.l-team {
    padding: 40px 0;
}

.l-team ul li {
    margin: 0 0 20px;
}

.l-team ul li .pic {
    overflow: hidden;
}

.l-team ul li .pic img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.l-team ul li .info {
    padding: 20px;
    background: #f3f5f7;
}

.l-team ul li .info h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.l-team ul li .info .position {
    font-size: 20px;
    font-weight: lighter;
    line-height: 1;
    margin: 8px 0 0;
}

.l-team ul li .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
}

.l-team ul li .info .line {
    width: 80px;
    height: 1px;
    margin: 15px 0 15px;
    background: #333333;
}

.l-team ul li .info .more {
    color: #333333;
    line-height: 1;
    transition: 0.5s;
}

.l-team ul li a:hover img {
    transform: scale(1.08);
}

.l-team ul li a:hover .more {
    color: #b62d28;
}

.l-team .page-list {
    padding-top: 20px;
}

.l-team-column {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.l-team-column a {
    padding: 0 30px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid  #333;
}

.l-team-column a.active{
    background: #bb2924;
    border-color: #bb2924;
    color: #ffffff;
}

@media screen and (min-width: 540px) {
    .l-team ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .l-team ul li {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
        margin: 0 0 30px;
    }

    .l-team .page-list {
        padding-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    .l-team {
        padding: 60px 0;
    }

    .l-team ul {
        margin: 0 -20px;
    }

    .l-team ul li {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .l-team ul li .info {
        padding: 25px;
    }

    .l-team .page-list {
        padding-top: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .l-team ul {
        margin: 0 -30px;
    }

    .l-team ul li {
        padding: 0 30px;
        margin-bottom: 60px;
    }

    .l-team .page-list {
        padding-top: 0px;
    }
}


/**
 * 成功案例
 */
.l-screen {
    padding: 40px 0 40px;
}

.l-screen .l-container {
    padding: 15px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.l-screen .l-search {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 0 0 0 12px;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
}

.l-screen .l-search input {
    height: 38px;
    flex: 1;
    font-size: 14px;
}

.l-screen .l-search button {
    width: 60px;
    height: 38px;
    border: none;
    background: url(../images/submit.png) no-repeat center;
}

@media screen and (min-width: 768px) {
    .l-screen .l-container {
        display: flex;
    }

    .l-screen .l-search {
        max-width: 270px;
        margin-left: auto;
    }
}

.l-case {
    padding-bottom: 40px;
}

.l-case .list li {
    margin: 0 0 40px;
}

.l-case .list li a {
    display: block;
    transition: 0.5s;
}

.l-case .list li .pic {
    overflow: hidden;
    position: relative;
}

.l-case .list li .pic .sort-name {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 24px;
    transform: translateY(-50%);
    color: #ffffff;
}

.l-case .list li .pic img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.l-case .list li .info {
    padding: 20px;
    background: #f3f5f7;
}

.l-case .list li .info .date {
    color: #999999;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s;
}

.l-case .list li .info h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
    transition: 0.5s;
}

.l-case .list li .info .subtitle {
    font-size: 12px;
    margin: 4px 0 0;
    color: #999999;
    transition: 0.5s;
}

.l-case .list li .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
    transition: 0.5s;
}

.l-case .list li a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.l-case .list li a:hover .info {
    background: #b62d28;
}

.l-case .list li a:hover .info .date,
.l-case .list li a:hover .info h2,
.l-case .list li a:hover .info .subtitle,
.l-case .list li a:hover .info .desc {
    color: #ffffff;
}

.l-case .list li a:hover .pic img {
    transform: scale(1.08);
}

@media screen and (min-width: 768px) {
    .l-screen {
        padding: 60px 0;
    }

    .l-case {
        padding-bottom: 60px;
    }

    .l-case .page-list {
        padding-top: 20px;
    }

    .l-case .list li a {
        display: flex;
    }

    .l-case .list li .pic {
        width: 280px;
        flex: 0 0 auto;
    }

    .l-case .list li .pic img {
        height: 200px;
        object-fit: cover;
    }

    .l-case .list li .info {
        padding: 30px 30px 20px;
    }

    .l-case .list li .info .date {
        font-size: 20px;
    }

    .l-case .list li .info h2 {
        line-height: 1;
        font-size: 20px;
        margin-top: 17px;
        height: 20px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .l-case .list li .info .subtitle {
        line-height: 1;
        margin-top: 8px;
    }

    .l-case .list li .info .desc {
        height: 48px;
        margin-top: 25px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width: 992px) {
    .l-case .list li .pic {
        width: 350px;
    }

    .l-case .list li .pic .sort-name {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .l-case .list li .info {
        padding-left: 40px;
        padding-right: 110px;
    }
}

@media screen and (min-width: 1440px) {
    .l-case .list li .pic .sort-name {
        font-size: 40px;
    }
}

/**
 * 关于我们
 */
.l-about-content {
    padding: 40px 0;
}

.l-about-title {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    margin: 0 0 20px;
}

.l-about-video .l-about-number {
    margin-bottom: 40px;
}

.l-about-video .l-about-number ul li {
    padding: 20px 0;
    border-top: 1px solid #999999;
}

.l-about-video .l-about-number ul li:last-child {
    border-bottom: 1px solid #999999;
}

.l-about-video .l-about-number ul li .desc {
    font-size: 20px;
    line-height: 34px;
    margin: 15px 0 0;
}

.l-about-video .video-box {
    display: block;
    width: 100%;
}

@font-face {
    font-family: "oswald";
    src: url("oswald.ttf");
}

.l-about-number ul li .number {
    font-size: 38px;
    color: #b10707;
    line-height: 50px;
    font-family: 'oswald';
}

.l-about-map {
    padding: 40px 0;
}

#l-map {
    width: 100%;
    height: 300px;
}

.l-traffic {
    margin: 20px 0 0;
    padding: 20px;
    background: #f3f5f7;
}

.l-traffic .l-traffic-title h2 {
    font-size: 20px;
    line-height: 1;
}

.l-traffic .l-traffic-title p {
    line-height: 1.4;
    margin: 10px 0 0;
}

.l-traffic dl {
    margin: 25px 0 0;
}

.l-traffic dl dt {
    border-left: 2px solid #b10707;
    padding-left: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}

.l-traffic dl dd {
    line-height: 28px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .l-about-content {
        padding: 60px 0;
    }

    .l-about-title {
        font-size: 24px;
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 992px) {
    .l-about-map {
        padding: 60px 0;
    }

    .l-about-video .l-container {
        display: flex;
    }

    .l-about-video .l-about-number {
        width: 340px;
        flex: 0 0 auto;
        margin-right: 60px;
        margin-bottom: 0;
    }

    .l-about-video .video-box {
        flex: 1;
    }

    .l-about-video .video-box .video-js {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .l-about-number ul li .number {
        font-size: 48px;
    }

    .l-about-video .l-about-number ul li .desc {
        font-size: 26px;
    }

    .l-about-video .l-about-number ul li {
        padding: 25px 0;
    }

    .l-about-map .l-container {
        display: flex;
    }

    .l-traffic {
        margin-top: 0;
        width: 32%;
        /*width: 440px;*/
        flex: 0 0 auto;
        /*margin-left: 60px;*/
        padding: 30px 20px;
    }

    .l-traffic .l-traffic-title h2 {
        font-size: 26px;
    }

    .l-traffic .l-traffic-title p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1;
    }

    .l-traffic dl:nth-child(2) {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1440px) {
    .l-traffic {
        padding: 30px 28px;
    }
}

.l-about-contact {
    margin: 0 0 40px;
}

.l-about-contact .l-container {
    background: #f3f5f7;
    padding: 30px 20px;
}

.l-about-contact .text {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 10px;
}

.l-about-contact .text a {
    color: #b62d28;
}

.l-about-contact .img ul {
    display: flex;
    flex-wrap: wrap;
}

.l-about-contact .img ul li {
    width: 50%;
    margin: 15px 0 0;
}

.l-about-contact .img ul li img {
    display: block;
    margin: 0 auto;
    max-width: 124px;
}

@media screen and (min-width: 768px) {
    .l-about-contact .l-container {
        display: flex;
    }

    .l-about-contact .text {
        margin: 0;
        font-size: 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .l-about-contact .img {
        width: 300px;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px) {
    .l-about-contact .l-container {
        padding: 25px 30px;
    }
}

.l-video-list {
    padding-bottom: 40px;
}

.l-video-list .list {
    padding-bottom: 20px;
}

.l-video-list .list li {
    margin-bottom: 20px;
}

.l-video-list .list li a {
    display: block;
    padding: 20px 20px 10px;
    background: #f3f5f7;
}

.l-video-list .list li a .pic {
    position: relative;
    overflow: hidden;
}

.l-video-list .list li a .pic img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.l-video-list .list li a .sort-name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
    min-width: 100px;
    padding: 0 5px;
    line-height: 26px;
    transition: 0.5s;
    font-size: 16px;
    background: #bb2924;
}

.l-video-list .list li .desc {
    display: flex;
    justify-content: space-between;
}

.l-video-list .list li .desc span {
    line-height: 16px;
    color: #999999;
    font-size: 12px;
}

.l-video-list .list li .desc span:nth-child(1) {
    padding-left: 24px;
    background: url(../images/view-icon.png) no-repeat center left;
}

.l-video-list .list li .desc span:nth-child(2) {
    padding-left: 18px;
    background: url(../images/date-icon.png) no-repeat center left;
}

.l-video-list .list li .title {
    margin: 14px 0;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.l-video-list .list li a:hover {
    background: #bb2924;
}

.l-video-list .list li a:hover .sort-name {
    transform: translateY(50px);
}

.l-video-list .list li a:hover .title,
.l-video-list .list li a:hover .desc span {
    color: #ffffff;
}

.l-video-list .list li a:hover .desc span:nth-child(1) {
    background-image: url(../images/view-icon-hover.png);
}

.l-video-list .list li a:hover .desc span:nth-child(2) {
    background-image: url(../images/date-icon-hover.png);
}

.l-video-list .list li a:hover img {
    transform: scale(1.08);
}

@media screen and (min-width: 560px) {
    .l-video-list .list {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .l-video-list .list li {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .l-video-list .list {
        padding-bottom: 10px;
    }

    .l-video-list .list {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }

    .l-video-list .list li {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .l-video-list .list li {
        width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .l-video-list {
        padding-bottom: 60px;
    }

    .l-video-list .list {
        padding-bottom: 30px;
    }
}

.footer {
    border-top: 1px solid #f3f5f7;
}

.footer .footer-nav {
    padding: 26px 0;
    border-bottom: 1px solid #bb2924;
}

.footer .footer-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.footer .footer-nav .nav-list a {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.footer .footer-nav .nav-list a:hover {
    font-weight: 500;
    color: #bb2924;
}

.footer .footer-nav .footer-logo {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.footer .copyright {
    padding: 8px 0;
}

.footer .copyright,
.footer .copyright a {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}

@media screen and (min-width: 768px) {
    .footer .footer-nav .index-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .footer-nav .nav-list a {
        line-height: 1;
    }

    .footer .footer-nav .footer-logo {
        margin: 0;
    }

    .footer .footer-nav .nav-list {
        justify-content: flex-start;
    }

    .footer .footer-nav .nav-list a {
        margin-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .footer .footer-nav .nav-list a {
        margin-right: 50px;
    }
}

body {
    position: relative;
}

body.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 16px 15px;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    background: url(../images/header-bg.png) no-repeat;
    background-size: cover;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.header.active,
.header.alter {
    background: #ffffff;
}

.header.alter {
    border-bottom: 1px solid #f3f5f7;
}

.header.active .l-logo img,
.header.alter .l-logo img {
    display: none;
}

.header.active .l-logo img:nth-child(2),
.header.alter .l-logo img:nth-child(2) {
    display: block;
}

.header .l-logo img {
    display: block;
    height: 38px;
    display: block;
}

.header .l-logo img:nth-child(2) {
    display: none;
}

.header .menu-button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header .menu-button i {
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    transition: 0.4s;
    position: relative;
}

.header .menu-button i::before,
.header .menu-button i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: 0.4s;
}

.header.active .menu-button i::before,
.header.active .menu-button i::after,
.header.active .menu-button i,
.header.alter .menu-button i::before,
.header.alter .menu-button i::after,
.header.alter .menu-button i {
    background: #000000;
}

.header .menu-button i::before {
    margin-top: -8px;
}

.header .menu-button i::after {
    margin-top: 8px;
}

.header .menu-button.active i {
    background: none;
}

.header .menu-button.active i::before {
    transform: rotate(45deg);
    margin: 0;
}

.header .menu-button.active i::after {
    transform: rotate(-45deg);
    margin: 0;
}

.menu-box {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    height: 100%;
    transition: 0.5s;
    background: #ffffff;
    z-index: 999;
    padding: 30px;
    transform: translateX(100%);
}

.menu-box.active {
    transform: translateX(0%);
}

.menu-box ul {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menu-box ul li {
    margin: 15px 0;
}

.menu-box ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.menu-box ul li.active {
    background: #bb2924;
}

.menu-box ul li.active a {
    color: #ffffff;
}

.navlist {
    display: none;
}

@media screen and (min-width: 768px) {
    .header {
        padding: 16px 40px;
    }
}

@media screen and (min-width: 992px) {
    .menu-box {
        display: none;
    }

    .header .menu-button {
        display: none;
    }

    .navlist {
        display: flex;
        align-items: center;
    }

    .navlist a {
        color: rgba(255, 255, 255, 0.7);
        margin-left: 40px;
        line-height: 20px;
    }

    .navlist a:hover {
        color: #ffffff;
    }

    .navlist a.active {
        color: rgba(255, 255, 255, 1);
    }

    .header.alter .navlist a {
        color: #333333;
    }

    .header.alter .navlist a.active,
    .header.alter .navlist a:hover {
        color: #bb2924;
    }
}

@media screen and (min-width: 1440px) {
    .navlist {
        padding-right: 50px;
    }

    .navlist a {
        font-size: 16px;
        margin-left: 50px;
    }
}


.index-banner {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.index-banner .swiper,
.index-banner .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}

.index-banner video {
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
    object-fit: cover;
}

.index-banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index-banner .swiper .swiper-slide .banner-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}

.index-banner .swiper .swiper-slide .banner-text p {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    opacity:0;
	transition:all .4s ease-in;
    transform: translateY(40px);
}

.index-banner .swiper .swiper-slide.ani-slide .banner-text p {
    transform: translateY(0px);
    opacity: 1;
}

.index-banner .swiper .swiper-slide .banner-text h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    opacity: 0;
	transition: all .4s ease-in;
	transform: translateY(40px);
}

.index-banner .swiper .swiper-slide.ani-slide .banner-text h2 {
    transform: translateY(0px);
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .index-banner {
        height: 100vh;
    }
    
    .index-banner video {
        display: block;
    }
    
    .index-banner .swiper .swiper-slide.index-videos img {
        display: none;
    }
    
    .index-banner .swiper .swiper-slide .banner-text p {
        font-size: 30px;
    }
    .index-banner .swiper .swiper-slide .banner-text h2 {
        font-size: 30px;
        line-height: 60px;
    }

}


.index-business .mobile {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url(../images/business-bg.jpg) no-repeat;
    background-size: cover;
}

.index-business .mobile img.bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-business .mobile svg {
    display: block;
    margin: 0;
    position: absolute;
    width: 650%;
    height: 650%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-business .mobile .l-text,
.index-business .mobile .r-text {
    width: 16px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.index-business .mobile .l-text {
    margin-left: -38%;
    left: 50%;
    transform: translateX(-50%);
}

.index-business .mobile .r-text {
    margin-right: -38%;
    right: 50%;
    transform: translateX(50%);
}

.index-business .mobile .b-text {
    width: 100%;
    color: #b8a683;
    text-align: center;
    position: absolute;
    bottom: 9.5%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media screen and (min-width: 480px) {
    .index-business .mobile .b-text {
        bottom: 6%;
    }
}

@media screen and (min-width: 500px) {
    .index-business .mobile svg {
        width: 600%;
        height: 600%;
    }
}

@media screen and (min-width: 550px) {
    .index-business .mobile svg {
        width: 550%;
        height: 550%;
    }
}

@media screen and (min-width: 600px) {
    .index-business .mobile {
        height: 500px;
    }

    .index-business .mobile svg {
        width: 550%;
        height: 550%;
    }
}

@media screen and (min-width: 768px) {
    .index-business .mobile {
        height: 600px;
    }

    .index-business .mobile .l-text,
    .index-business .mobile .r-text {
        font-size: 20px;
        width: 20px;
    }
}

@media screen and (min-width: 900px) {
    .index-business .mobile svg {
        width: 450%;
        height: 450%;
    }
}

@media screen and (min-width: 1000px) {
    .index-business .mobile svg {
        width: 500%;
        height: 500%;
    }

    .index-business .mobile {
        height: 700px;
    }

    .index-business .mobile .l-text {
        margin-left: -28%;
    }

    .index-business .mobile .r-text {
        margin-right: -28%;
    }
}

.index-business .box svg {
    display: none;
}

.index-business .box img.bg {
    display: none;
}

.index-business .home_wrap {
    padding: 60px 0;
    background: url(../images/business-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.index-business .home_wrap .index-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.index-business .home_wrap .index-container .title p {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 14px;
    line-height: 1;
}

.index-business .home_wrap .index-container .title span {
    width: 80px;
    height: 2px;
    margin: 10px 0 15px;
    background: #bb2924;
    display: block;
}

.index-business .home_wrap .index-container .title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.index-business .home_wrap .index-container .more {
    display: flex;
    justify-content: flex-end;
}

.index-business .home_wrap .index-container .more a {
    color: #ffffff;
    font-size: 14px;
    transition: 0.0s !important;
    padding-right: 24px;
    background: url(../images/more-white.png) no-repeat center right;
}

.index-business .home_wrap .index-container .more a:hover {
    color: #bb2924;
    background: url(../images/more.png) no-repeat center right;
}

.index-business .home_wrap .index-container .list {
    display: flex;
    margin: 60px 0;
}

.index-business .home_wrap .index-container .list .left {
    width: 40%;
    flex: 0 0 auto;
}

.index-business .home_wrap .index-container .list .left ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.index-business .home_wrap .index-container .list .left ul li {
    text-align: right;
    color: #ffffff;
}

.index-business .home_wrap .index-container .list .left ul li .number {
    font-size: 28px;
    color: #bb2924;
    line-height: 1;
    font-weight: bold;
}

.index-business .home_wrap .index-container .list .left ul li p {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

.index-business .home_wrap .index-container .list .right {
    margin-left: auto;
    width: 60%;
    flex: 0 0 auto;
    padding-left: 30px;
    height: 250px;
}

.index-business .home_wrap .index-container .list .right .swiper {
    height: 100%;
}

.index-business .home_wrap .index-container .list .right .swiper-slide {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index-business .home_wrap .index-container .list .right .swiper-slide a {
    color: #ffffff;
    font-size: 14px;
    transition: all 0.5s linear;
}

.index-business .home_wrap .index-container .list .right .swiper-slide-active a {
    color: #bb2924;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .index-business .home_wrap {
        padding: 80px 0;
    }

    .index-business .home_wrap .index-container .list {
        margin: 80px 0;
    }

    .index-business .home_wrap .index-container .title p {
        font-size: 16px;
    }

    .index-business .home_wrap .index-container .title span {
        width: 100px;
    }

    .index-business .home_wrap .index-container .title h3 {
        font-size: 24px;
    }

    .index-business .home_wrap .index-container .list .left {
        width: 38%;
        flex: 0 0 38%;
    }

    .index-business .home_wrap .index-container .list .right {
        width: 44%;
        flex: 0 0 44%;
        padding: 0;
    }

    .index-business .home_wrap .index-container .list .left ul li .number {
        font-size: 32px;
    }

    .index-business .home_wrap .index-container .list .left ul li p {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .index-business .home_wrap .index-container .title h3 {
        font-size: 28px;
    }

    .index-business .home_wrap .index-container .list .right {
        height: 300px;
    }

    .index-business .home_wrap .index-container .list .right .swiper-slide {
        height: 60px;
        line-height: 60px;
    }

    .index-business .home_wrap .index-container .list .right .swiper-slide {
        font-size: 16px;
    }

    .index-business .home_wrap .index-container .list .right .swiper-slide-active a {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .index-business .home_wrap {
        padding: 100px 0;
    }

    .index-business .home_wrap .index-container .title {
        opacity: 0;
        transition: 0.8s;
        transform: translateY(50px);
    }

    .index-business .home_wrap .index-container .list {
        margin: 0;
        opacity: 0;
        transition: 0.8s;
        transform: translateY(50px);
    }

    .index-business .home_wrap .index-container .more {
        opacity: 0;
        transition: 0.8s;
        transform: translateY(50px);
    }

    .index-business .home_wrap.on .title {
        opacity: 1;
        transform: translate(0);
    }

    .index-business .home_wrap.on .list {
        opacity: 1;
        transform: translate(0);
        transition-delay: 0.2s;
    }

    .index-business .home_wrap.on .more {
        opacity: 1;
        transform: translate(0);
        transition-delay: 0.4s;
    }

    .index-business .home_wrap .index-container .title h3 {
        font-size: 30px;
    }

    .index-business .home_wrap .index-container .list .right {
        height: 440px;
    }

    .index-business .home_wrap .index-container .list .right .swiper-slide {
        height: 88px;
        line-height: 88px;
    }

    .index-business .home_wrap .index-container .list .right .swiper-slide-active a {
        font-size: 30px;
    }

    .index-business .home_wrap .index-container .list .left ul li .number {
        font-size: 36px;
    }

    .index-business .home_wrap .index-container .list .left ul li p {
        font-size: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .index-business .home_wrap .index-container .list .left ul li .number {
        font-size: 42px;
    }

    .index-business .home_wrap .index-container .list .left ul li p {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .index-business .mobile {
        display: none;
    }

    .index-business {
        position: relative;
        padding-top: 0;
        padding-bottom: 2200px;
        overflow: hidden;
        box-sizing: content-box;
    }

    .index-business .box {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .index-business .top-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/business-text.png) center no-repeat;
        background-size: cover;
        text-align: center;
        z-index: 10;
        pointer-events: none;
    }

    .index-business .box svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 120%;
        width: 120%;
        z-index: 9;
        display: block;
        margin: 0;
    }

    .index-business .box img.bg {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .index-business .home_wrap {
        position: relative;
        z-index: 2;
        height: 100%;
        color: #fff;
    }
}







.index-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    position: relative;
}

.index-title p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}

.index-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin: 15px 0 0;
}

.index-title a {
    position: absolute;
    color: #bb2924;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: 1;
    padding-right: 24px;
    background: url(../images/more.png) no-repeat center right;
}

@media screen and (min-width: 768px) {
    .index-title h3 {
        font-size: 32px;
    }
}

.index-pagination {
    position: relative;
    margin-top: 46px;
    display: flex;
    justify-content: center;
}

.index-pagination .swiper-pagination-progressbar {
    position: relative;
    width: 180px;
    height: 1px;
    background: #bb2924;
}

.index-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 4px;
    background: #bb2924;
    bottom: 0;
    top: auto;
}

.index-case {
    width: 100%;
    padding: 50px 0 50px;
    background: url(../images/case-bg.jpg);
    background-size: cover;
}


.index-case .list .swiper {
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.index-case .list .swiper .swiper-slide {
    height: 365px;
}

.index-case .list .box {
    background: #ffffff;
    border-radius: 10px;
    display: block;
    padding: 25px 25px 15px;
}

.index-case .list .box .pic {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.index-case .list .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.index-case .list .box .pic .sort-name {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    transform: translateY(-50%);
}

.index-case .list .box h2 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-weight: 400;
    margin: 14px 0;
    transition: 0.5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-case .list .box .desc {
    display: flex;
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    transition: 0.5s;
    justify-content: space-between;
}

.index-case .list .box .view {
    padding-left: 24px;
    background: url(../images/view-icon.png) no-repeat center left;
}

.index-case .list .box .date {
    padding-left: 18px;
    background: url(../images/date-icon.png) no-repeat center left;
}

.index-case .list a:hover {
    background: #bb2924;
}

.index-case .list a:hover h2,
.index-case .list a:hover .desc {
    color: #ffffff;
}

.index-case .list a:hover .view {
    background: url(../images/view-icon-hover.png) no-repeat center left;
}

.index-case .list a:hover .date {
    background: url(../images/date-icon-hover.png) no-repeat center left;
}

.index-case .list a:hover .pic img {
    transform: scale(1.08);
}

.index-case .index-title a,
.index-team .index-title a {
    color: #333333;
    background: url(../images/more-black.png) no-repeat center right;
}
.index-case .index-title a:hover,
.index-team .index-title a:hover{
    color: #bb2924;
    background: url(../images/more.png) no-repeat center right;
}


@media screen and (min-width: 768px) {
    .index-case {
        padding: 90px 0 70px;
    }
}
@media screen and (min-width: 992px) {
    .index-case .list .swiper {
        height: 750px;
    }
}
@media screen and (min-width: 1200px) {
    .index-case .list .swiper {
        height: 770px;
    }
}
@media screen and (min-width: 1440px) {
    .index-case .list .box .pic .sort-name {
        font-size: 32px;
    }
}






.index-team {
    padding: 70px 0 45px;
    background: url(../images/team-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.index-team .box {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index-team .box img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.index-team .box .title {
    position: absolute;
    height: 56px;
    width: 100%;
    line-height: 56px;
    text-align: center;
    background: #bb2924;
    bottom: 0;
    color: #fff;
    transition: all .2s;
}

.index-team .box .title .title-inner {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-team .box .title .title-inner .name {
    margin-right: 10px;
    font-size: 18px;
}

.index-team .box .title .title-inner .intro {
    font-size: 14px;
}




.index-team .box .title .title-inner button {
    display: block;
    width: 200px;
    height: 50px;
    border: none;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 25px;
    background: #bb2924;
    color: #ffffff;
}

.index-team-content {
    margin: 32px 0 0;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.index-team-content i {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -13px;
    transition: 0.5s;
    background: #ffffff;
    box-shadow: -2px -2px 2px rgba(0, 0, 0, .05);
}

.index-team-content .content-item {
    display: none;
}

.index-team-content .content-item.active {
    display: block;
    position: relative;
}

.index-team-content .content-item .item-info {
    width: 100%;
}

.index-team-content .content-item .item-info .name {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.index-team-content .content-item .item-info .name span {
    font-weight: normal;
    font-size: 18px;
}

.index-team-content .content-item .item-info .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 15px 0 20px;
}

.index-team-content .content-item .item-info>h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px;
}

.index-team-content .content-item .item-info ul li {
    line-height: 34px;
    font-size: 14px;
}

.index-team-content .content-item .item-info ul li a:hover {
    color: #bb2924;
    text-decoration: underline;
}

.index-team-content .content-item .item-list {
    padding-left: 0px;
}

.index-team-content .content-item .item-list ul {
    display: block;
    margin: 0px;
}

.index-team-content .content-item .item-list ul li {
    padding: 0;
    width: 100%;
    margin-top: 30px;
}

.index-team-content .content-item .item-list ul li .pic {
    border-radius: 10px;
    overflow: hidden;
}

.index-team-content .content-item .item-list ul li .pic img {
    width: 100%;
    display: block;
    transition: 0.5s;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
}

.index-team-content .content-item .item-list ul li .pic a:hover img {
    transform: scale(1.08);
}

.index-team-content .content-item .item-list ul li .title {
    font-size: 16px;
    line-height: 1;
    margin: 15px 0;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.index-team-content .content-item .item-list ul li .desc {
    display: flex;
    line-height: 1;
}

.index-team-content .content-item .item-list ul li .desc span {
    font-size: 12px;
    color: #999999;
    margin-left: auto;
    padding-left: 18px;
    line-height: 1;
    background: url(../images/date-icon.png) no-repeat center left;
}

.index-team-content .content-item .item-list ul li .desc a {
    font-size: 14px;
    color: #999999;
}

.index-team-content .content-item .item-list ul li .desc a:hover {
    color: #bb2924;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .index-team-content {
        padding: 30px;
    }
    .index-team-content .content-item .item-list {
        width: 100%;
    }
    .index-team-content .content-item .item-list ul {
        display: flex;
        margin: 0 -10px;
    }
    .index-team-content .content-item .item-list ul li {
        padding: 0 10px;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px) {
    .index-team-content {
        display: block;
    }
    .index-team .box:hover img{
        transform: scale(1.08);
    }
    
    .index-team .box:hover .title{
        background: rgba(0, 0, 0, .3);
        height: 100%;
    }
    
    .index-team .box:hover .title .title-inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .index-team .box:hover .title .title-inner .name{
        margin: 0 auto 20px;
        font-size: 24px;
        line-height: 1;
        display: block;
    }
    
    .index-team .box:hover .title .title-inner .intro{
        font-size: 14px;
        line-height: 1.8;
        display: block;
        margin-bottom: 60px;
        white-space: pre-wrap;
    }
}
@media screen and (min-width: 1200px) {
    .index-team-content .content-item.active {
        display: flex;
        position: relative;
    }
    
    .index-team-content .content-item .item-list {
        width: calc(100% - 410px);
    }

    .index-team-content .content-item .item-info {
        width: 410px;
        flex: 0 0 auto;
        padding-right: 20px;
        border-right: 1px solid #8c949d;
    }
    .index-team-content .content-item .item-info .name {
        font-size: 40px;
        line-height: 1;
        font-weight: 500;
    }
    .index-team-content .content-item .item-info .name span {
        font-weight: normal;
        font-size: 22px;
    }
    
    .index-team-content .content-item .item-info .desc {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0 30px;
    }
    .index-team-content .content-item .item-info>h4 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        margin: 0 0 10px;
    }
    
    .index-team-content .content-item .item-info ul li {
        line-height: 34px;
        font-size: 14px;
    }
    .index-team-content .content-item .item-list {
        padding-left: 30px;
    }
    
    .index-team-content .content-item .item-list ul {
        display: flex;
        margin: 0 -15px;
    }
    
    .index-team-content .content-item .item-list ul li {
        padding: 0 15px;
        width: 33.3333%;
        margin: 0;
    }
    .index-team-content .content-item .item-list ul li .desc span {
        display: none;
    }
}
@media screen and (min-width: 1440px) {
    .index-team-content {
        padding: 40px;
    }
    .index-team-content .content-item .item-list {
        padding-left: 40px;
    }
    .index-team-content .content-item .item-list ul {
        margin: 0 -20px;
    }
    .index-team-content .content-item .item-list ul li {
        padding: 0 20px;
    }
    .index-team-content .content-item .item-list ul li .title {
        font-size: 18px;
    }
    .index-team-content .content-item .item-list ul li .desc span {
        display: block;
    }
}



.index-video .mobile {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url(../images/video-bg.jpg) no-repeat;
    background-size: cover;
}

.index-video .mobile img.bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-video .mobile svg {
    display: block;
    margin: 0;
    position: absolute;
    width: 650%;
    height: 650%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-video .mobile .l-text,
.index-video .mobile .r-text {
    width: 16px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.index-video .mobile .l-text {
    margin-left: -38%;
    left: 50%;
    transform: translateX(-50%);
}

.index-video .mobile .r-text {
    margin-right: -38%;
    right: 50%;
    transform: translateX(50%);
}

.index-video .mobile .b-text {
    width: 100%;
    color: #b8a683;
    text-align: center;
    position: absolute;
    bottom: 9.5%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media screen and (min-width: 480px) {
    .index-video .mobile .b-text {
        bottom: 6%;
    }
}

@media screen and (min-width: 500px) {
    .index-video .mobile svg {
        width: 600%;
        height: 600%;
    }
}

@media screen and (min-width: 550px) {
    .index-video .mobile svg {
        width: 550%;
        height: 550%;
    }
}

@media screen and (min-width: 600px) {
    .index-video .mobile {
        height: 500px;
    }

    .index-video .mobile svg {
        width: 550%;
        height: 550%;
    }
}

@media screen and (min-width: 768px) {
    .index-video .mobile {
        height: 600px;
    }

    .index-video .mobile .l-text,
    .index-video .mobile .r-text {
        font-size: 20px;
        width: 20px;
    }
}

@media screen and (min-width: 900px) {
    .index-video .mobile svg {
        width: 450%;
        height: 450%;
    }
}

@media screen and (min-width: 1000px) {
    .index-video .mobile svg {
        width: 500%;
        height: 500%;
    }

    .index-video .mobile {
        height: 700px;
    }

    .index-video .mobile .l-text {
        margin-left: -28%;
    }

    .index-video .mobile .r-text {
        margin-right: -28%;
    }
}

.index-video .box {
    padding: 60px 0 50px;
    background: url(../images/video-bg.jpg) no-repeat center;
    background-size: cover;
}
.index-video .box svg {
    display: none;
}
.index-video .index-title {
    color: #ffffff;
}
.index-video .index-title a{
    color: #ffffff;
    transition: 0.0s;
    background-image: url(../images/more-white.png);
}

.index-video .index-title a:hover {
    color: #bb2924;
    background-image: url(../images/more.png);
}

.index-video .swiper-slide {

}

.index-video .swiper-slide img {
    width: 100%;
    display: block;
}

.index-video .swiper-slide a {
    display: block;
    position: relative;
}

.index-video .swiper-slide a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/play.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-video .swiper-button-prev {
    left: 10px;
}

.index-video .swiper-button-next {
    right: 10px;
}

.index-video .swiper-button-next,
.index-video .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #a6a7a7;
    color: #ffffff;
    --swiper-navigation-size: 18px;
    border-radius: 50%;
}

.index-video .index-pagination .swiper-pagination-progressbar {
    background: #ffffff;
}

.index-video .index-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.index-video .index-form-wrap {
    display: block;
}

.index-video .index-form {
    padding: 60px 0 0;
    position: relative;
}

.index-video .index-form>h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.index-video .index-form .desc {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    margin: 20px 0;
}

.index-video .index-form .desc p{
    display: inline;
}

.index-video .index-form .form-box {
    display: block;
}

.index-video .index-form .form-box input {
    border: 1px solid #bcbcbc;
    width: 100%;
    height: 36px;
    margin: 0 0 20px;
    border-radius: 5px;
    background: #ffffff;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 8px;
    flex: 0 0 auto;
}

.index-video .index-form .form-box button {
    border: 0;
    width: 120px;
    height: 50px;
    background: #bb2924;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
}

.index-tel {
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.index-tel a {
    font-weight: bold;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .index-video .index-form .form-box {
        display: flex;
    }
    .index-video .index-form .form-box input {
        width: calc((100% - 180px) / 3);
        height: 40px;
        margin-bottom: 0;
    }
    .index-video .index-form .form-box button {
        flex: 0 0 auto;
        height: 40px;
    }
    .index-video .index-form .desc {
        margin: 30px 0;
    }
    .index-video .index-form .desc p{
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .index-video .index-form>h3 {
        font-size: 32px;
    }
    .index-video .index-form .desc {
        font-size: 16px;
        line-height: 32px;
    }
    .index-tel {
        font-size: 20px;
    }
    .index-video .swiper-button-prev {
        left: 30px;
    }
    
    .index-video .swiper-button-next {
        right: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .index-video .mobile {
        display: none;
    }
    .index-video .index-form-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .index-tel {
        font-size: 16px;
    }
    
    .index-video {
        padding-top: 0;
        padding-bottom: 2000px;
        overflow: hidden;
        height: 1100px;
        box-sizing: content-box;
    }
    .index-video .box {
        position: relative;
        width: 100%;
        height: 1030px;
        left: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
    }
    .index-video .box svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 3000%;
        height: 3000%;
        z-index: 9;
        display: block;
        opacity: 0;
        margin: 0;
        overflow: hidden;
        transition: 0.2s;
    }

    .index-video .top-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        height: 100%;
        background: url(../images/business-text1.png) center no-repeat;
        background-size: cover;
        text-align: center;
        z-index: 10;
        pointer-events: none;
    }
    .index-video .box .home-container {
        opacity: 1;
        transition: 0.5s;
        transform: translateY(0px);
    }
    .index-video .box.on .home-container {
        opacity: 0;
        transform: translateY(-50px);
    }
}
@media screen and (min-width: 1440px) {
    .index-tel {
        font-size: 20px;
    }
    .index-video .index-form .form-box input {
        width: 200px;
        height: 50px;
    }
    .index-video .index-form .form-box button {
        height: 50px;
    }
    .index-video,
    .index-video .box {
        height: 1200px;
    }
}
@media screen and (min-width: 1680px) {
    .index-video .index-form .form-box input {
        width: 290px;
    }
}


.view_business {
    padding: 40px 0 60px;
    min-height: calc(100vh - 400px - 184px);
}
.business-title {
    display: flex;
    font-size: 20px;
    line-height: 1;
    padding: 0 0 20px;
    align-items: flex-end;
    border-bottom: 1px solid #eeeeee;
}
.business-title img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: block;
}
.business-title a{
    font-size: 12px;
    line-height: 14px;
    margin-left: auto;
}
.business-title a:hover {
    color: #b62d28;
}
.business-content-text {
    padding: 20px 0 0;
}

.related-lawyer {
    margin-top: 40px;
}
.related-lawyer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.related-lawyer ul li {
    width: 50%;
    padding: 0 10px;
    margin: 20px 0 0;
}
.related-lawyer ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.related-lawyer ul li img{
    display: block;
    width: 100%;
    transition: 0.5s;
}
.related-lawyer ul li .title {
    position: absolute;
    width: 100%;
    line-height: 40px;
    text-align: center;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    background: #b62d28;
}
.related-lawyer ul li a:hover img {
    transform: scale(1.08);
}

@media screen and (min-width: 768px) {
    .related-lawyer ul li {
        width: 33.333%;
    }
}
@media screen and (min-width: 992px) {
    .view_business .l-container {
        display: flex;
    }
    .related-lawyer {
        width: 191px;
        flex: 0 0 auto;
        margin: 0 0 0 30px;
        padding-left: 30px;
        border-left: 1px solid #eeeeee;
    }
    .related-lawyer ul li {
        width: 100%;
    }
    .business-content {
        flex: 1;
    }
}
@media screen and (min-width: 1200px) {
    .related-lawyer {
        width: 361px;
    }
    .related-lawyer ul {
        margin: 0 -5px;
        margin-top: 10px;
    }
    .related-lawyer ul li {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}


.l-case-content {
    padding: 60px 0 30px;
}
.case-content-wrap {
    border: 1px solid #eeeeee;
}
.case-content-wrap .title {
    text-align: center;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}
.case-content-wrap .desc {
    display: flex;
    color: #666666;
    font-size: 12px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
}
.case-content-wrap .desc span{
    margin: 0 5px;
}
.case-content-wrap .content {
    line-height: 24px;
    padding: 20px;
}
.case-content-wrap .video-box {
    padding: 20px;
}
.break-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0;
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #b62d28;
    border-radius: 50%;
}
.break-list:hover {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .case-content-wrap .title {
        font-size: 20px;
        padding: 30px 20px;
    }
    .case-content-wrap .desc {
        height: 58px;
    }
    .case-content-wrap .content {
        padding: 6.25vw;
        max-width: calc(1200px + 12.5vw);
    }
    .break-list {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
    .case-content-wrap .video-box {
        padding: 30px 80px;
    }
}
@media screen and (min-width: 1440px) {
    .case-content-wrap .title {
        font-size: 26px;
    }
    .break-list {
        width: 140px;
        height: 140px;
    }
    .case-content-wrap .content {
        width: 1200px;
        margin: 0 auto;
        padding: 80px 0;
    }
}


.team-details {
    padding: 71px 0 0;
    overflow: hidden;
    background: url(../images/team-content-bg.jpg);
    background-size: auto 100%;
}
.team-details .team-text{
    background: #f3f5f7;
    margin: 0 -10%;
    padding: 30px 10%;
}
.team-details .team-text .title {
    font-size: 24px;
    display: flex;
    line-height: 1;
    border-bottom: 1px solid #000000;
    padding: 0 0 10px;
    align-items: flex-end;
}
.team-details .team-text .title span{
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
}

.team-details .team-text .team-position {
    margin-top: 10px;
    font-size: 22px;
}

.team-details .team-text .team-description {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 10px 0 0;
}

.team-details .team-text .tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    padding-top: 10px;
}
.team-details .team-text .tag a{
    border: 1px solid #0b0b0c;
    line-height: 26px;
    margin: 12px 6px 0;
    padding: 0 15px;
}
.team-details .team-text .tag a:hover {
    color: #ffffff;
    background: #b62d28;
    border-color: #b62d28;
}
.team-details .team-text .tel {
    line-height: 22px;
    margin-top: 30px;
}
@media screen and (min-width: 992px) {
    .team-details {
        height: 400px;
        padding-top: 50px;
    }
    .team-details .l-container{
        display: flex;
    }
    .team-details .team-pic {
        width: 350px;
        flex: 0 0 auto;
    }
    .team-details .team-pic img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .team-details .team-text{
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 50px;
        background: none;
    }
}

@media screen and (min-width: 1200px) {
    .team-details .team-text {
        padding-top: 70px;
        padding-bottom: 40px;
        flex: 1;
    }
    .team-details .team-text .title {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .team-details .team-text .title span {
        font-size: 20px;
    }
    .team-details .team-text .tel {
        margin: auto 0 0;
    }
}

.team-content {
    padding: 40px 0 0;
}
.team-content .team-tab {
    display: flex;
    justify-content: center;
}
.team-content .team-tab a{
    margin: 0 8px;
    padding: 0 10px;
    font-size: 15px;
    background: #f3f5f7;
    line-height: 30px;
}
.team-content .team-tab a:hover,
.team-content .team-tab a.active {
    color: #ffffff;
    background: #b62d28;
}
.team-content .content{
    padding: 40px 0;
}
.team-content .content .content-item {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0 0;
}
.team-content .content .content-item:last-child {
    border-bottom: 0;
}
.team-content .content .content-item:last-child .text {
    padding-bottom: 0;
}
.team-content .content .content-item .title {
    line-height: 24px;
    font-size: 18px;
    color: #b62d28;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: center left;
}
.team-content .content .content-item .title.t1 {
    background-image: url(../images/experience.png);
}
.team-content .content .content-item .title.t2 {
    background-image: url(../images/work-history.png);
}
.team-content .content .content-item .title.t3 {
    background-image: url(../images/education.png);
}
.team-content .content .content-item .text {
    padding: 24px 0;
    line-height: 22px;
}

@media screen and (min-width: 1200px) {
    .team-content {
        padding: 0;
    }
    .team-content .l-container {
        display: flex;
    }
    .team-content .team-tab {
        width: 320px;
        margin-right: 80px;
        padding-top: 70px;
        justify-content: flex-start;
        flex: 0 0 auto;
        flex-direction: column;
        background-color: #f3f5f7;
    }
    .team-content .team-tab a{
        margin: 0;
        line-height: 60px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .team-content .content{
        padding-top: 70px;
        padding-bottom: 50px;
    }
}