﻿@import url("https://at.alicdn.com/t/font_2795935_ilxdra0omme.css");

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

/* .service-detail-banner .container img {
    width: 100%;
    max-width: 960px;
} */

.banner .btn {
    display: flex;
    margin-top: 30px;
    padding-left: 0;
}

.banner .btn a {
    width: 200px;
    height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .btn a:nth-child(1) {
    background: #0060ED;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.banner .btn a:nth-child(2) {
    margin-left: 32px;
    color: #0060ED;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 145, 255, 0.1);
}
.service-detail-banner .container {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.service-detail-banner .container h1 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 0;
    text-align: left;
    /* letter-spacing: 2px; */
}

.service-detail-banner .container p {
    /* width: 100%; */
    max-width: 724px;
    font-size: 18px;
    color: #E6E6E6;
    line-height: 30px;
    font-weight: 400;
    margin-top: 30px;
    /* letter-spacing: 1px; */
}

.service-detail h2 {
    font-size: 32px;

    line-height: 48px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
    margin: 0;
}

.service-info {
    background-color: #fff;
    width: 100%;
    padding: 80px 0;
}

.service-info h1 {
    padding-bottom: 30px;
}

.service-info p {
    max-width: 960px;
    /* height: 48px; */
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto;
}

.service-system {
    width: 100%;
    background-color: rgba(7, 51, 104, 0.08);
    padding: 60px 0;
}

.service-system h2 {
    padding-bottom: 0;
}

.service-system .sub {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 27px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.service-system img {
    /* margin-top: 20px; */
}

.service-system .product-item-box .item {
    margin-top: 30px;
}

.service-system .product-item-box .item-main {
    background-color: #fff;
}

.service-system h1 {
    padding-bottom: 20px;
}

.service-system .service-system-item {
    margin-top: 30px;
    display: flex;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #C7D9FF;
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* min-height: 140px; */
    min-height: 162px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.service-system .service-system-item .system-item-left {
    display: flex;
    align-items: center;
    width: 100%;
    /* flex: 1; */
}

.service-system .service-system-item .system-item-left img {
    width: 80px;
    height: 80px;
}

.service-system .service-system-item .system-item-info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
    min-height: 78px;
}

.service-system .service-system-item .system-item-info1 {
    opacity: 1;
    transition: all 500ms;
    position: absolute;
    top: 0;
}

.service-system .service-system-item .system-item-info2 {
    opacity: 0;
    transition: all 500ms;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-system .service-system-item .system-item-info span {
    font-size: 16px;
    color: #0D2348;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service-system .service-system-item .system-item-info p {
    margin-top: 10px;
    /* max-width: 479.36px; */
    font-size: 14px;
    color: #6A7599;
    line-height: 22px;
    font-weight: 400;
    opacity: 1;
    /* display: inline-block; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.service-system .service-system-item .system-item-right {
    padding: 10px 20px;
    font-size: 14px;
    color: #0767CD;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    border: 1px solid #0767CD;
    transition: all 1s;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms;
    background-color: #fff;
}

.service-system .service-system-item .system-item-right:hover {
    border-color: transparent;
    background-color: #0767CD;
    color: #fff;
}

.service-system .service-system-item:hover .system-item-info1 {
    /* display: none; */
    opacity: 0;
}

.service-system .service-system-item:hover .system-item-info2 {
    /* display: flex; */
    opacity: 1;
}

.service-system .service-system-item:hover .system-item-right {
    opacity: 1;
}

/* .service-system .service-system-item:hover .system-item-info p{
    display: none;
    opacity: 0;
} */
.service-system .service-system-item .system-item-right i {
    font-size: 14px;
    margin-left: 6px;
}

.service-advantage {
    width: 100%;
    background-color: #fff;
    padding: 60px 0;
}

.service-advantage h1 {
    padding-bottom: 60px;
}

.service-advantage .service-advantage-item {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-advantage .service-advantage-item img {
    width: 84px;
    height: 84px;
}

.service-advantage .service-advantage-item .advantage-item-info {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-advantage .service-advantage-item h3 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.service-advantage .service-advantage-item p {
    max-width: 290px;
    font-size: 14px;

    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.service-case {
    width: 100%;
    background-color: rgba(7, 44, 104, 0.06);
    padding: 60px 0;
}

.service-case2 {
    /* width: 100%; */
    background-color: #fff;
    /* padding: 60px 0; */
}

.service-case h1 {
    padding-bottom: 50px;
}

.service-case .service-case-item {
    display: flex;
    flex-direction: column;
    height: 440px;
    display: none;
    overflow: hidden;
}

.service-case .service-case-item.show {
    display: flex;
}

.service-case .service-case-item .case-item-info {
    display: flex;
    flex-direction: column;
}
.service-case .service-case-item .case-item-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.service-case .service-case-item .case-item-info a {
    font-size: 18px;

    /* line-height: 24px; */
    font-weight: 600;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    /* padding-top: 5px; */
    transition: all 300ms;
}
.service-case .service-case-item .case-item-info a:hover{
    color: #236edd;
}

.service-case .service-case-item .case-item-info p {
    /* max-width: 1082px; */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.service-case .service-case-item .case-img {
    /* max-width: 1082px; */
    width: 100%;
    flex: 1;
    margin-top: 10px;
}

.service-case .service-case-item .case-img img {
    width: 100%;
    height: 100%;
}

.service-case .case-select-list {
    max-width: 220px;
    background-color: #fff;
    height: 440px;
    border-radius: 2px;
}

.service-case .case-select-list li {
    padding: 23px;
    font-size: 16px;

    line-height: 24px;
    font-weight: 400;
    text-align: center;
    transition: all 300ms;
    cursor: pointer;
}

.service-case .case-select-list li:nth-child(1) {
    border-radius: 2px 2px 0 0;
}

.service-case .case-select-list li.active {
    position: relative;
    color: #fff;
    background: #4692FE;
}

.service-case .case-select-list li.active:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #4692FE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
}

.service-case .service-more {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.service-case .service-more a {
    padding: 14px 46px;
    font-size: 18px;
    color: #0767CD;
    text-align: center;
    line-height: 22px;
    align-items: center;
    border: 1px solid #0767CD;
    display: flex;
    transition: all 300ms;
    /* display: none; */
}

.service-case .service-more a:hover {
    color: #fff;
    background-color: #0767CD;
}

/* 服务详情2 */
.service-info2 {
    padding-bottom: 92px;
}

.service-detail2 .service-case h1 {
    padding-bottom: 20px;
}

.service-advantage h1 {
    padding-bottom: 10px;
}

.service-advantage2 .service-advantage-item {
    background-color: #f6f6f6;
    padding: 40px 20px;
    height: 243px;
}

.service-detail2 .service-advantage .service-advantage-table {
    margin-top: 20px;
}

.service-detail2 .service-advantage .service-advantage-table img {
    width: 100%;
}


.service-info .service-info-img {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    background: #ECF6F4;
}

.service-system2 {
    background-color: #F0F6F5;
}

.service-system2 .service-system-item .system-item-right {
    color: #4CAF50;
    border-color: #4CAF50;
}

.service-system2 .service-system-item .system-item-right:hover {
    color: #fff;
    background-color: #4CAF50;
}

.service-system2 .service-system-item {
    border-color: #A5D6A7;
}
.service-system2 .product-item-box .item h3 {
    color: #2E7D32;
}

.service-case2 .service-more a {
    color: #4CAF50;
    border-color: #4CAF50;
}

.service-case2 .service-more a:hover {
    background-color: #4CAF50;
}

.service-case2 .service-case-main {
    display: flex;
    flex-wrap: wrap;
}

.service-case2 .case-main-box {
    padding-right: 0;
    position: relative;
}

.service-case2 .case-main-box img {
    width: 100%;
    max-height: 455px;
    height: 100%;
}

.service-case2 .case-main-box .border {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 25px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .8);
}

.service-case2 .case-info {
    background-color: #ECF6F4;
}

.service-case2 .case-info-main {
    background-color: #ECF6F4;
    padding: 30px 18px 18px 18px;
}

.service-case2 .case-info h3 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 600;
}

.service-case2 .case-info p {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 22px;
    font-weight: 400;
}

.service-case2 .case-info a {
    margin-top: 50px;
    padding: 10px 30px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    background: #2E7D32;
    display: inline-block;
}

.picture-intro {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.picture-intro .tab-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 16px 0;
}

.picture-intro .tab {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.picture-intro .tab li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    font-weight: 400;
    min-height: 36px;
    border-right: 1px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
}
.picture-intro .tab li:first-child {
    border-left: 1px solid #fff;
}
.picture-intro .tab li.active{
    color: #2E7D32;
}
.picture-intro .tab li:hover{
    color: #2E7D32;
}

/* 详情3 */
.service-system3 {
    background-color: #F3F5FC;
}

.service-advantage2 .service-advantage-item {
    background-color: #F3F5FC;
}

.service-exponent {
    padding: 60px 0;
    background-color: #FBFBFF;
}

.service-exponent .service-exponent-main {
    margin-top: 50px;
}

.service-exponent .service-exponent-main .tab {
    display: flex;
}

.service-exponent .service-exponent-main .tab li {
    width: 20%;
    padding: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    border: 1px solid #E6E9F0;
    border-left: none;
    transition: all 300ms;
    cursor: pointer;
}

.service-exponent .service-exponent-main .tab li:first-child {
    border-left: 1px solid #E6E9F0;
}

.service-exponent .service-exponent-main .tab li.active {
    background-color: #0459FF;
    color: #fff;
}

.service-exponent .service-exponent-main .exponent-main-box {
    width: 100%;
    background: #F3F5FC;
    border: 1px solid #E6E9F0;
    border-top: none;
    padding: 40px;
}

.service-exponent .service-exponent-main .exponent-main-item {
    display: none;
}

.service-exponent .service-exponent-main .exponent-main-item.show {
    display: block;
}

.service-exponent .exponent-main-item h3 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 600;
}

.service-exponent .exponent-main-item .img {
    width: 880px;
    margin: 0 auto;
    margin-top: 23px;
}

.service-exponent .exponent-main-item .img img {
    width: 100%;
}

.service-exponent .exponent-main-item1 {
    display: flex;
    flex-direction: column;
}

.service-exponent .exponent-main-item1 .item1-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-exponent .exponent-main-item1 .item1-box .item {
    /* margin-top: 30px; */
    padding: 20px;
    /* width: 380px; */
    /* width: 372px; */
    /* height: 456px; */
    height: 100%;
    background-color: #fff;
}

.service-exponent .exponent-main-item1 .item1-box>div {
    margin-top: 30px;
}

.service-exponent .exponent-main-item1 .item1-box .item h4 {
    font-size: 16px;

    line-height: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.service-exponent .exponent-main-item1 .item1-box .item ul li {
    margin-top: 10px;
    padding: 10px 15px;
    background: #E7EEFF;
    border: 1px solid #D5E2FF;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    font-weight: 400;
}

.service-exponent .exponent-main-item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -11.5px 0;
}

.service-exponent .exponent-main-item2 .item2-info {
    margin-right: 92px;
    width: 567px;
}

.service-exponent .exponent-main-item2 .item2-info p {
    margin-top: 14px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
}

.service-exponent .exponent-main-item2 .item2-img {
    /* flex: 1; */
    max-width: 539px;
}

.service-exponent .exponent-main-item2 .item2-img img {
    width: 100%;
    max-width: 539px;
}

.service-exponent .exponent-main-item3 {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.service-exponent .exponent-main-item3 .img {
    max-width: 882px;
    width: 100%;
}

.service-exponent .exponent-main-item3 h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.service-exponent .exponent-main-item3 p {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: 400;
}

.service-exponent .exponent-main-item3 .item3-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-exponent .exponent-main-item3 .item3-box .item {
    height: 300px;
    margin-right: 30px;
}

.service-exponent .exponent-main-item3 .item3-box .item:last-child {
    margin-right: 0;
}

.service-exponent .exponent-main-item3 .item3-box .item img {
    width: 100%;
    height: 100%;
    max-width: 320px;
}

.service-exponent .exponent-main-item4 {
    padding: 0;
    margin: -3px 0;
}

.service-exponent .exponent-main-item5 {
    padding: 0;
    margin: -7px 0;
}

.service-exponent .exponent-main-item5 p {
    margin-top: 15px;
}

.service-exponent .exponent-main-item5 .img {
    max-width: 820px;
    margin-top: 15px;
}



.service-case3 {
    background-color: #fff;
}

.service-case3 .service-case-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-case3 .service-case-box {
    display: flex;
    justify-content: center;
}

.service-case3 .service-case-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 428px;
    width: 100%;
    max-width: 400px;
    /* min-width: 280px; */
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
}

.service-case3 .service-case-item:hover img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.service-case3 .service-case-item .img-box {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.service-case3 .service-case-item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.service-case3 .service-case-item .case-item-info {
    background-color: #F3F5FC;
    padding: 30px;
    /* flex: 1; */
    height: 176px;
}

.service-case3 .service-case-item h2 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 600;
}

.service-case3 .service-case-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 22px;
    font-weight: 400;
}

/* 详情4 */
.service-advantage4 {
    background-color: #fff;
}

.service-system4 {
    background-color: #F3F5FC;
}

.service-advantage4 .service-advantage-item {
    background-color: #fff;
    padding: 60px 30px 30px 45px;
    height: 320px;
}

.service-case4 .service-case-main {
    justify-content: center;
}

.service-case4 .service-case-main .service-case-item {
    margin-right: 100px;
}

.service-case4 .service-case-main .service-case-item:last-child {
    margin-right: 0;
}

.service-case4 .service-case-box:nth-child(1) {
    margin-right: 76px;
}

.service-exponent4 {
    background-image: url(../picture/service_exponent_bg4_1.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100%;
}

.service-exponent4 .service-exponent-main {
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 643px;
}

.service-exponent4 .service-exponent-main .exponent-main-box {
    background-color: #fff;
    border: none;
}

.service-exponent4 .service-exponent-main .tab {
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.service-exponent4 .service-exponent-main .tab li {
    border: none;
    font-weight: 600;
    padding: 19px;
    margin-right: 50px;
    width: auto;
    position: relative;
}

.service-exponent4 .service-exponent-main .tab li.active:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    background: #0060ED;
    bottom: -1.5px;
    left: 50%;
    transform: translateX(-50%);
}

.service-exponent4 .service-exponent-main .exponent-main-box {
    padding: 0;
    flex: 1;
}

.service-exponent4 .service-exponent-main .tab li:last-child {
    margin-right: 0;
}

.service-exponent4 .service-exponent-main .tab li:first-child {
    border-left: none;
}

.service-exponent4 .service-exponent-main .tab li.active {
    background-color: transparent;
    color: #0060ED;
}

.service-exponent4 .exponent-main-item1 .item1-top {
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 10px; */
    padding: 10px 10px 10px 38px;
    position: relative;
}

.service-exponent4 .exponent-main-item1 .item1-top:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #eee;
    left: 15px;
    bottom: 0;
}

.service-exponent4 .exponent-main-item1 .item1-top h3 {
    font-size: 20px;

    line-height: 36px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0;
    margin-top: 10px;
    max-width: 587px;
}

.service-exponent4 .exponent-main-item1 .item1-top span {
    font-size: 14px;
    color: #0060ED;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    max-width: 587px;
}

.service-exponent4 .exponent-main-item1 .item1-top p {
    font-size: 14px;
    color: #0B1D30;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 587px;
}

.service-exponent4 .exponent-main-item1 .item1-top img {
    /* max-width: 637px; */
    width: 100%;
}

.service-exponent4 .exponent-main-item1 .item1-bottom {
    /* padding: 0 60px 32px 50px; */
    padding: 10px 10px 32px 50px;
}

.service-exponent4 .exponent-main-item1 .item1-bottom .title {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.service-exponent4 .exponent-main-item1 .item1-bottom .title .vertilal {
    width: 4px;
    height: 24px;
    background: #2D7FF7;
    margin-right: 10px;
}

.service-exponent4 .exponent-main-item1 .item1-bottom .title .text {
    font-size: 16px;

    line-height: 24px;
    font-weight: 600;
}

.service-exponent4 .exponent-main-item1 .item1-bottom p {
    font-size: 14px;
    color: #0B1D30;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 587px;
}

.service-exponent4 .exponent-main-item1 .item1-bottom .img {
    margin-top: 20px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.service-exponent4 .exponent-main-item1 .item1-bottom .img img {
    margin-top: 20px;
    height: 145px;
    max-width: 100%;
    width: auto;
}

.service-exponent4 .exponent-main-item2 .item2-box {
    padding: 40px 28px 40px 38px;
    display: flex;
    flex-wrap: wrap;
}

.service-exponent4 .exponent-main-item2 .item2-box h3 {
    font-size: 20px;

    line-height: 36px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0;
}

.service-exponent4 .exponent-main-item2 .item2-box span {
    font-size: 14px;
    color: #0060ED;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.service-exponent4 .exponent-main-item2 .item2-box p {
    font-size: 14px;
    color: #0B1D30;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.service-exponent4 .exponent-main-item2 .item2-box .video {
    max-width: 343px;
    height: 185px;
    margin: 20px auto 20px auto;
    background-color: rgba(0, 0, 0, 0.50);
    position: relative;
}

.service-exponent4 .exponent-main-item2 .item2-box .video img {
    width: 100%;
}

.service-exponent4 .exponent-main-item2 .item2-box .video .video-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}

.service-exponent4 .exponent-main-item2 .item2-box .video .video-mask i {
    font-size: 18px;
}

.service-exponent4 .exponent-main-item2 .item2-box .video .video-mask span {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
}

.service-exponent4 .exponent-main-item2 .item2-box .video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.service-exponent4 .exponent-main-item2 .item2-right .img {
    width: auto;
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-exponent4 .exponent-main-item2 .item2-right .img img {
    width: 100%;
    margin-top: 20px;
}

.service-exponent4 .exponent-main-item2 .item2-box .item2-right .img img:first-child {
    margin-top: 0;
}

.service-exponent4 .exponent-main-item3 {}

.service-exponent4 .exponent-main-item3 .item3-top {
    position: relative;
    padding: 0 0 0 38px;
}

.service-exponent4 .exponent-main-item3 .item3-top span {
    font-size: 14px;
    color: #0060ED;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.service-exponent4 .exponent-main-item3 .item3-top p {
    font-size: 14px;
    color: #0B1D30;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.service-exponent4 .exponent-main-item3 .item3-top img {
    width: 100%;
    margin-top: 10px;
}

.service-exponent4 .exponent-main-item3 .item3-top:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #eee;
    left: 15px;
    bottom: 0;
}

.service-exponent4 .exponent-main-item3 .item3-bottom {
    padding: 0 0 0 50px;
}

.service-exponent4 .exponent-main-item3 .item3-bottom ul {
    display: flex;
    flex-wrap: wrap;

}

.service-exponent4 .exponent-main-item3 .item3-bottom ul li {
    padding: 10px 15px;
    background: #E7EEFF;
    border: 1px solid #D5E2FF;
    transition: all 300ms;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.service-exponent4 .exponent-main-item3 .item3-bottom ul li.active {
    background: #0060ED;
    color: #fff;
    border-color: #0060ED;
}

.service-exponent4 .exponent-main-item3 .item3-bottom .item3-bottom-box {
    margin-top: 20px;
}

.service-exponent4 .exponent-main-item3 .item3-bottom .bottom-box-item {
    display: none;
}

.service-exponent4 .exponent-main-item3 .item3-bottom .bottom-box-item.show {
    display: flex;
    flex-direction: column;
}

.service-exponent4 .exponent-main-item3 .item3-bottom .item3-bottom-box p {
    font-size: 14px;
    color: #0B1D30;
    line-height: 22px;
    font-weight: 400;
    margin-top: 0;
    max-width: 1100px;
    width: 100%;
    /* text-align: left; */
}

.service-exponent4 .exponent-main-item3 .item3-bottom .item3-bottom-box .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-exponent4 .exponent-main-item3 .item3-bottom .item3-bottom-box img {
    margin-top: 20px;
    height: 213px;
    max-width: 100%;
    width: auto;
}

/* 详情5--规划设计与政策咨询服务 */
.service-system5 {
    background: #F3F5FC;
}

.service-system5 .product-item-box .item h3 {
    font-weight: 700;
    color: #0D2348;
}

.service-system5 .product-item-box .item span {
    color: #6A7599;
}

.service-system5 .service-system-item {
    border: none;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: all 300ms;
    min-height: 200px;
    justify-content: flex-start;
}

.service-system5 .product-item-tab {
    border-color: rgba(13, 35, 72, 0.20);
    ;
}

.service-system5 .service-system-main>div:nth-child(4) .service-system-item,
.service-system5 .service-system-main>div:nth-child(5) .service-system-item {
    min-height: 118px;
}

.service-system5 .service-system-item h3 {
    font-size: 16px;
    color: #0D2348;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service-system5 .service-system-main {
    display: flex;
    flex-wrap: wrap;
}

.service-system5 .service-system-item p {
    font-size: 14px;
    color: #6A7599;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.service-system5 .service-system-item:hover {
    box-shadow: 0px 9px 24px 0 rgb(6 20 35 / 28%);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.service-system5 .service-system-img {
    margin-top: 10px;
    position: relative;
}

.service-system5 .service-system-img img {
    width: 100%;
}

.service-system5 .service-system-img .text {
    position: absolute;
    left: 36px;
    bottom: 24px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.service-achievement {
    background-color: #fff;
    padding: 60px 0;
}

.service-achievement .service-achievement-item {
    margin-top: 50px;
}

.service-achievement .service-achievement-item:first-child {
    margin-top: 10px;
}

.service-achievement .service-achievement-item .title {
    display: flex;
    align-items: center;
}

.service-achievement .service-achievement-item .title .vertical {
    width: 4px;
    height: 28px;
    background: #3F51B5;
    margin-right: 10px;
}

.service-achievement .service-achievement-item .title .text {
    font-size: 18px;
    color: #3F51B5;
    line-height: 28px;
    font-weight: 600;
}

.service-achievement .service-achievement-item .achievement-item-main {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.service-achievement .service-achievement-item .achievement-item-main p {
    margin-top: 15px;
    font-size: 16px;

    line-height: 24px;
    font-weight: 400;
}

.service-achievement .service-achievement-item .achievement-item-main p:nth-child(odd) {
    /* min-width: 920px; */
    min-width: 794px;
}


@media (max-width : 615px) {
    .service-detail2 .service-case-main {
        justify-content: center;
    }

    .service-detail2 .service-case-item {
        width: 100%;
        max-width: inherit;
    }
}

@media (max-width : 640px) {
    .service-system .service-system-item .system-item-info p {
        -webkit-line-clamp:inherit;
        overflow: visible;
    }
}