.line-servce {
    background-color: #EBEBEB;
    padding-top: 30px;
}

.line-servce-warp {
    display: flex;
    border-radius: 2px;
}

.line-servce-left {
    width: 261px;
    height: 150px;
    /*height: 198px;*/
    background: linear-gradient(0deg, #3EA299 0%, #94D1DA 99%);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
}

.industry .industryContentTitle {
    margin-bottom: 20px;
}

.line-servce-left-word {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 30px;
}

.line-servce-left-a {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #0E645D;
}

@media (max-width: 1366px) {
    .line-servce-left {
        width: 195px;
    }

    .line-servce-right {
        width: calc(100% - 195px) !important;
    }

}

.line-servce-left div {
    margin-top: 12px !important;
    width: 54%;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    color: #3E968F;
    cursor: pointer;
}

.line-servce-left div a {
    color: #3E968F;
}

.line-servce-right {
    width: calc(100% - 261px);
}

.line-servce-right-block {
    background-color: #fff;
    float: left;
    width: 12.5%;
    text-align: center;
    height: 150px;
    cursor: pointer;
    border-left: 1px solid #ECECEC;
}

.line-servce-right-block:hover {
    background-color: #EBEBEB;
}

.line-servce-right-block img {
    height: 42px;
    object-fit: contain;
    margin-top: 30px;
}

.line-servce-right-block div {
    font-size: 14px;
    margin-top: 20px;
    color: #636363;
}

/*产品推荐*/
.product-warp {
    background-color: #fff;
    padding-top: 30px;
}

.proNav {
    margin-top: 20px !important;
}

.product h4 {
    font-size: 24px;
    float: left;
    font-weight: 600;
    line-height: 28px;
}

.product span {
    font-size: 16px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
}

.proNav ul li:hover,
.proNav ul li.proNavliact {
    background: #ebebeb;
}

.proNav ul li {
    color: #2f3037;
    font-size: 18px;
    text-align: center;
    float: left;
    font-weight: 600;
    width: 12.5%;
    line-height: 35px;
    padding-top: 30px;
    padding-bottom: 19px;
    box-sizing: border-box;
}

.proNav img {
    height: 74px;
    width: 50px;
    object-fit: contain;
}

/**/
.productMain {
    background: #ebebeb;
    padding: 30px 0;
}

.proMainList {
    height: unset;
    background: rgb(255, 255, 255);
    border-radius: 2px;
}

.proMainList li {
    float: left;
    width: 200px;
    height: 200px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
}

.proMainList-img {
    width: 189px;
    height: 164px;
    min-height: 164px;
    object-fit: contain;
    object-position: center;
}

.proMainList-title {
    margin-top: 8px;
    width: 189px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    color: #303030;
}

.proMainList-btn {
    margin-top: 18px;
    width: 114px;
    height: 36px;
    /*background: #288DC6;*/
    background: #88B7B3;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-left: calc(50% - 57px);
    cursor: pointer;
    display: none;
}

.proMainList-btn:hover {
    background: #fff;
    border: 1px solid #88B7B3;
    color: #88B7B3;
}

.proMainList-line {
    width: 2px;
    height: 217px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01) 1%, rgba(203, 203, 203, 0.99) 53%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.66;
}

.proMainList li:nth-child(6n) > .proMainList-line {
    display: none;
}

/*.proMainList li:nth-child(4n) {*/
/*  margin-right: 0;*/
/*}*/
.proMainListPic {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.proMainListPic img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 2s;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

.proMainListPic:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.proMainListPic span {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #828282;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #818181;
    display: block;
    padding: 0 2px;
    height: 23px;
    margin-bottom: 0px;
}

.proMainListText {
    background: #ffffff;
    padding: 15px 10px;
}

.proMainListText h5 a.proMainListTitxj {
    float: right;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(193, 194, 200, 1);
    border-radius: 5px;
    font-size: 12px;
    color: #c1c2c8;
    padding: 0 5px;
    cursor: pointer;
}

.proMainListText h5 a.proMainListTitxj:hover {
    background: #88b7b3;
    color: #fff;
    border-color: #88b7b3;
}

.proMainListTit {
    font-size: 18px;
    color: #2f3037;
    display: block;
    margin-bottom: 13px;
}

.proMainListTit:hover {
    color: #88b7b3;
}

.proMainListHome {
    color: #c1c2c8;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 5px 8px;
}

.proMainListHome:hover {
    color: #88b7b3;
    border-color: #88b7b3;
}

.proMainListHomebox p {
    float: right;
    font-size: 12px;
    line-height: 35px;
    width: 30%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.proMainListHomebox p span {
    color: #dedede;
    margin-right: 5px;
    font-size: 12px;
}

.proMainListHome {
    font-size: 12px;
    float: left;
    width: 70% !important;
    overflow: hidden;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proMainListHover {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 30px 0;
    box-sizing: border-box;
    display: none;
}

.proMainListHover h6 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
}

.proMainListHover p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}

.proMainListHover a {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 8px 30px;
    margin-left: 8px;
}

.proMainListHover a:hover {
    border-color: #88b7b3;
    background: #88b7b3;
}

.proMainList li:hover .proMainListHover {
    display: block;
}

/*品牌推荐*/

.sub-BR-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C1C3C8;
}

.proMore {
    color: #7D7D7D;
    font-size: 16px;
    float: right;
    display: block;
}

.brand-recommend-box {
    margin-top: 16px;
}

.brand-recommend-box .box-line1 {
    display: flex;
    justify-content: space-between;
}

.brand-recommend-box .box-line2 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.line1-toggle {
    cursor: pointer;
    width: 19%;
}

.box-line1-img-info {
    width: 100%;
    height: 122px;
    line-height: 122px;
    opacity: 0.88;
    background: #88B3B7;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -123px;
    display: none;
}

.brand-recommend-box .box-line1 img {
    width: 100%;
    height: 122px;
    border: 1px solid #88B3B7;
    box-sizing: content-box;
    background-color: #fff;
    object-fit: contain;
}

.box-line1-img-info a div {
    font-size: 16px;
    width: 100%;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.box-line1-img-info div:nth-child(2):hover {
    background: #88B3B7;
}

.line1-toggle:hover > div {
    display: block;
}

.brand-recommend-box .box-line2 .line2-video {
    width: 100%;
    height: 138px;
    cursor: pointer;
    background-color: #fff;
    object-fit: contain;
}

.brand-recommend-box .box-line2 .line2-video-play {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 51px;
    left: calc(50% - 16px);
    z-index: 9;
}

.brand-recommend-box .box-line2 .line2-descb {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.brand-recommend-box .box-line2 .line2-descb a {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 15px;
}

.serviceMethod {
    padding-top: 20px;
    padding-left: 20px;
}

.serviceMethod li:nth-of-type(1) {
    width: 24%;
    line-height: 130px;
    height: 130px;
    cursor: initial;
}

.serviceMethod li {
    width: 19%;
    float: left;
    position: relative;
    cursor: pointer;
}

.cir {
    position: relative;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background: #fff;
}

.cirinner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #88b3b7;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cirinner > div {
    font-size: 34px;
    color: #9ec4c2;
    background-image: -webkit-linear-gradient(-153deg, #9ec4c2, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

.serviceMethod li > div > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
}

.serviceMethod li:nth-of-type(1) img {
    width: 100%;
    vertical-align: middle;
}

.serviceMethod li:hover .cir {
    background: radial-gradient(
        rgba(136, 183, 179, 0.2) 50%,
        rgba(136, 183, 179, 0.2) 50%,
        rgba(136, 183, 179, 0.1) 45%,
        rgb(255, 255, 255) 80%
    );
}

.serviceMethod li:hover .cirinner {
    background: #4c817d;
}

.serviceMethod li:hover .cirinner > div {
    color: #fff;
    background-image: -webkit-linear-gradient(-153deg, #fff, #ffffff);
}

.serviceMethod li:hover > div > span > a {
    color: #4c817d;
}

.addServiceData {
    padding: 20px 0;
    box-sizing: border-box;
}

.centerDataList .listBox {
    height: 462px;
    background: #F4FCFF;
    border-radius: 4px;
    overflow: hidden;
}

.listBtn {
    width: 360px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #95BCBF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-top: 19px;
    color: #88B7B3;
}

.kscg-tost {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 99999;
    left: 0;
}

.kscg-tost-close {
    transform: rotate(45deg);
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 63%;
    margin-top: 5%;
    cursor: pointer;
}

.kscg-tost .cgtbanr {
    float: right;
    background: #88B7B3;
    border-radius: 5px;
    width: 24%;
    margin-bottom: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 12%);
    margin-top: 5%;
    cursor: pointer;
}

.cgtbanr input {
    height: 32px;
    font-size: 13px;
    color: #b9b9b9;
    padding-left: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 0 none;
    width: 100%;
}

.cgtbanr h4 {
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.cgtbanr p {
    font-size: 13px;
    color: #FFF;
    line-height: 30px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.cgtbanr .pDetailconnum {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 0 none;
    outline: none;
    display: block;
    position: relative;
}

.cgtbanr .pDetailconnum i {
    width: 10%;
    color: #88B7B3;
    font-size: 26px;
    position: absolute;
    top: 4;
}

.cgtbanr textarea {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 0 none;
    font-size: 13px;
    color: #999;
    padding: 3px 0;
    padding-left: 10px;
    line-height: 22px;
}

.cgtbanr p:nth-last-of-type(1) {
    margin-top: -10px;
}

.cgtbanr p label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

label {
    display: inline-block;
}

.cgtbanr p font {
    font-size: 22px;
    opacity: 0.7;
    margin-right: 5px;
}

.cgtbanr p span {
    font-size: 12px;
    color: #e3e3e3;
}

.cgtbanrbtn {
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    background: #7AE5B2;
    opacity: 0.9;
    border-radius: 5px;
    font-size: 14px;
}

.listBox2 {
    width: 378px;
    height: 532px;
    overflow: hidden;
    background: #EFF6F9;
    border-radius: 4px;
    padding-top: 15px;
}

.listCont .privide-btn:hover {
    background: #88B3B7;
    color: #fff;
}

.listBox2 .listTitle {
    margin-top: 0;
}

.listTitle {
    margin-left: 28px;
    margin-top: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #212121;
    display: flex;
    margin-bottom: 19px;
    line-height: 39px;
    position: relative;
}

.more-info {
    position: absolute;
    right: 21px;
}

.more-info a {
    font-size: 16px;
    font-family: MiSans;
    font-weight: 500;
    color: #7D7D7D;
    display: flex;
    align-items: center;
}

.more-info img {
    margin-left: 10px;
    width: 16px;
    height: 12px;
}

.listData {
    margin: 0 35px 22px 35px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.listRank1 {
    background: #E75C36;
}

.listRank {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    margin-right: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    background: #9BAEB5;
}

.listData div:nth-child(2) {
    width: 250px;
    /*flex: 1;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listData div:nth-child(3) {
    font-size: 14px;
    color: #646464;
}

.listRank2 {
    background: #88ABDA;
}

.listRank3 {
    background: #F0882B;
}

.rightpart1 {
    display: flex;
    width: 100%;
    height: 206px;
}

.rightpart2 {
    margin-top: 17px;
    width: 100%;
    position: relative;
    height: calc(100% - 223px);
}

.code-box {
    width: 42%;
    background: #88B7B3;
    padding: 14px 31px 14px 20px;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
}

.code-info-box {
    position: relative;
    background: #9DCFCB;
    padding-right: 19px;
}

.code-box img {
    width: 120px;
}

.code-box div {
    margin-top: 26px;
    font-size: 16px;
    color: #FFFFFF;
}

.ball-left {
    height: 40px;
    width: 20px;
    background: #fff;
    top: 90px;
    left: -20px;
    border-radius: 20px 0 0 20px;
    position: absolute;
}

.code-info-list-warp {
    width: 240px;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    margin-top: 13px;
    padding-top: 24px;
    padding-bottom: 11px;
}

.ball-right {
    height: 40px;
    width: 40px;
    background: #9DCFCB;
    top: 90px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.code-info-list {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #606060;
    margin-left: 8px;
    margin-bottom: 4px;
}

.code-info-list div {
    width: 13px;
    height: 13px;
    border: 1px solid #404040;
    border-radius: 2px;
}

.code-info-list img {
    width: 15px;
    height: 14px;
    margin-left: -9px;
    margin-top: -2px;
    margin-right: 4px;
}

.listCont {
    margin: 0 35px 30px 32px;
    border-bottom: 1px solid #D2D8DA;
    padding-bottom: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.listCont .privide-btn {
    width: 74px;
    height: 29px;
    border: 1px solid #88B3B7;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #85B8B0;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
}

.rightpart2-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rightpart2-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.4) 71%);
}

.rightpart2-title {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 27px 0 25px;
    top: 128px;
}

.rightpart2-title-left {
    font-size: 28px;
    font-family: jiangxizhuokai;
    color: #FFFFFF;
}

.rightpart2-title-right {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    align-items: center;
}

.rightpart2-title-right img {
    width: 16px;
    height: 12px;
    margin-left: 7px;
}

.rightpart2-des {
    top: 160px;
    position: absolute;
    padding: 0 33px 0 23px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.rightpart2-service {
    top: 214px;
    padding-top: 9px;
    border-top: 2px dotted #FFFFFF;
    padding-left: 26px;
    display: flex;
    width: 100%;
    position: absolute;
}

.rightpart2-service-title {
    font-size: 14px;
    color: #FFFFFF;
}

.rightpart2-service ul li:nth-child(2n+2) {
    margin-right: 0 !important;
}

.rightpart2-service ul li {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    float: left;
    margin-right: 11px;
    width: 93px;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.ul-disc {
    font-size: 35px;
}

.centerAdv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.centerAdv > div {
    width: 595px;
    overflow: hidden;
}

.centerAdv img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: all 2s;
    background: #E5E8EA;
    object-position: top;
}

.centerAdv img:hover {
    transform: scale(1.1);
}

/*活动直播*/
.activityDesign {
    background: #F0F0F0 !important;
}

.product {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 30px;
}

.product h4 {
    font-size: 24px;
    float: left;
    font-weight: 600;
    line-height: 28px;
}

.product span {
    font-size: 16px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
}

.proMore {
    color: #7D7D7D;
    font-size: 16px;
    float: right;
    display: block;
}

.activity {
    padding-top: 23px;
    position: relative;
}

.activity-pagination.swiper-pagination {
    text-align: left;
}

.activity-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 7px;
    border-radius: initial;
    border-radius: 0;
}

.product span {
    font-size: 16px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
}

.activity-pagination .swiper-pagination-bullet-active {
    background: #88b7b3;
}

.activitySlideCon {
    background: #F0F0F0;
    height: 250.8px;
    width: 572px;
    flex-direction: column;
    align-items: start !important;
}

.activitySlidePic {
    margin-left: 116px !important;
}

.activitySlideCon > h3 {
    color: #2f3037;
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    width: 95%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.activitySlideCon > p {
    line-height: 24px;
    max-height: 116px;
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
}

.activitySlidePic img {
    width: 511px;
    height: 250.8px;
    object-fit: cover;
}

.live-block {
    width: 19%;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.live-block img {
    height: 215px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.live-block-tag {
    position: absolute;
    top: 18px;
    left: 19px;
    width: 74px;
    height: 27px;
    line-height: 27px;
    background: #FFFFFF;
    border-radius: 13px;
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    display: flex;
    align-items: center;
}

.live-block-tag span {
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #FF0000;
    display: block;
}

.product span {
    font-size: 16px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
}

.live-block-title {
    padding: 0 18px;
    margin-top: 21px;
    font-size: 16px;
    color: #3C3A5D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.live-block-bottom {
    margin-top: 5px;
    display: flex;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.live-block-bottom div:nth-child(1) {
    font-size: 12px;
    color: #3C3A5D;
    line-height: 30px;
}

.live-block-bottom div:nth-child(2) {
    width: 75px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #88B7B3;
    border-radius: 15px;
    font-size: 12px;
    color: #88B7B3;
    cursor: pointer;
}

.activity-adv {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.series {
    padding-top: 20px;
}

.seriesIcon {
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding-top: 25px;
}

.series_div {
    position: relative;
    width: 100%;
    margin-top: -18px;
}

.series_div .series_img {
    padding-top: 20px;
    height: 110px;
}

.series_div .series_img .slide {
    float: left;
    width: 9%;
    padding-left: 20px;
}

.seriesPic {
    /*height: 468px;*/
}

.swiper-slide {
    display: flex;
}

.seriesPicL {
    height: 376px;
    width: 724px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 11px;
}

.seriesPicL img {
    height: 100%;
    transition: all 2s;
    transform: scale(1);
    width: 100%;
}

.linkEvent {
    height: 376px;
}

.linkEvent > a {
    height: 49%;
    display: block;
    margin-bottom: 2%;
    overflow: hidden;
    border-radius: 10px;
}

.linkEvent a:nth-of-type(2) {
    margin-bottom: 0px;
}

.linkEvent img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: all 2s;
    transform: scale(1);
}

.seriesPicL:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hotNews {
    padding-top: 28px;
}

.hotNewsPic {
    width: 51%;
    height: auto;
    position: relative;
}

.hotNewsTit {
    width: 46%;
}

.swiper-container-hotNewsPic img {
    width: 473.12px;
    height: 358px;
}

.hotNewsPicTit h3:hover, .hotNewsPicTit p:hover, .NewsTittxt h3:hover, .NewsTittxt p:hover {
    color: #88b7b3;
}

/*.swiper-slide-active,.swiper-slide-duplicate-active{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    opacity: 1;*/
/*}*/

.hotNews .hotNewsTitle {
    position: absolute;
    width: 473.12px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 20px;
    padding: 0 20px;
    z-index: 9;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-slide-active {
    justify-content: center;
    position: relative;
}

/*.hotNewsPic .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/
/*    flex-direction:column;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*    transition: 300ms;*/
/*    transform: scale(0.8);*/
/*}*/

.swiper-pagination-hotNewsPic {
    width: 633px;
    bottom: -25px;
}

.swiper-pagination-hotNewsPic .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

.swiper-pagination-hotNewsPic .swiper-pagination-bullet-active {
    background-color: #6C6B6B;
}

/*.hotNewsTitlist:nth-child(1) {*/
/*    margin-top: 0;*/
/*}*/

.hotNewsTitlist {
    border-bottom: 1px solid #cccccc;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotNewsTitlist:after {
    display: none;
}

/*.hotNewsTitlist {*/
/*    padding-bottom: 10px;*/
/*}*/

.NewsTitdate {
    border: 2px solid #cccccc;
    border-radius: 8px;
    width: 61px;
    padding: 10px 2px;
    box-sizing: border-box;
    height: 98px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.NewsTittxt {
    width: 482px;
    box-sizing: border-box;
}

.NewsTitdate .year {
    display: block;
    padding-bottom: 5px;
    margin-left: 0;
    color: #9597a1;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    width: 100%;
}

.NewsTitdate .month {
    padding-top: 5px;
    display: block;
    font-size: 16px;
    margin-left: 0;
    text-align: center;
    color: #9597a1;
    width: 100%;
}

.NewsTittxt h3 {
    /*display: inline-block;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-size: 20px;
    font-weight: 600;
    color: #2f3037;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.NewsTittxt p {
    font-size: 14px;
    color: #9597a1;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 10px;
}

/*--------------------咨询----------------------*/

.industry .titleFirst {
    float: left;
    width: 517px;
}

.industry ul {
    padding-left: 5%;
}

.industry li {
    height: 28px;
    list-style-type: square;
    font-size: 40px;
    color: #666666;
    width: 100%;
}

.industry li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.industry .title-overflow {
    display: block;
    width: 65%;
    float: left;
    font-size: 16px;
    color: #666666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry .title-time {
    display: block;
    float: right;
    font-size: 16px !important;
    font-family: Microsoft YaHei;
    color: #6C6B6B !important;
    width: 148px !important;
}

.industry .industryTitle {
    padding: 28px 0px 38px 0px;
    color: #3B3B3B;
    font-size: 23px;
    font-weight: 600;
    display: none;
}

.industry li:hover {
    color: #88b3b7;
}

.industry li:hover a {
    color: #88b3b7;
}

.bannerposition {
    padding-top: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.bottom-adv-block {
    width: 386px;
    height: auto;
    padding-bottom: 10px;
    background-image: url("../img/Service/bottomAdvBg.png");
    background-color: #ECECEC;
    background-size: cover;
}

.swiper-container-bottom-adv img {
    width: 356px;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    margin-top: 4px;
}

.bottom-adv-block-title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-top: 13px;
    width: 200px;
    text-align: center;
}

.swiper-container-bottom-adv {
    width: 356px;
    height: auto;
    overflow: hidden;
    margin: 5px 13px;
}

/*去掉默认样式*/
.swiper-button-prev1:after, .swiper-button-prev2:after, .swiper-button-prev3:after {
    display: none;
}

.swiper-button-next1:after, .swiper-button-next2:after, .swiper-button-next3:after {
    display: none;
}

/*自定义样式*/
.swiper-button-prev1, .swiper-button-prev2, .swiper-button-prev3 {
    width: 27px;
    height: 27px;
    background: url('../img/Service/prev.svg');
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 10;
    cursor: pointer;
    background-size: 27px 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next1, .swiper-button-next2, .swiper-button-next3 {
    width: 27px;
    height: 27px;
    background: url('../img/Service/next.svg');
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 10;
    cursor: pointer;
    background-size: 27px 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.linkdiv {
    padding: 20px 40px 5px;
    background: #f3f3f3;
    margin-top: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.listlink {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #585858;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 50px;
}

/*-------------------------------*/
.live-pop-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100000;
    display: none;
    padding-top: 20%;
}

.live-pop-cont {
    width: 400px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 22%;
    left: calc(50% - 200px);
    background: #fff;
    border-radius: 20px;
}

.live-pop-close {
    font-size: 48px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: grey;
    transform: rotate(45deg);
}

.live-pop-cont img {
    width: 320px;
    height: 320px;
    margin-top: 50px;
    object-fit: cover;
    margin-left: calc(50% - 160px);
}

.centerAdv {
    width: 100%;
}

@media (max-width: 1400px) {
    .addServiceData {
        transform: scale(0.84);
    }
}

@media (max-width: 1366px) {
    .addServiceData {
        transform: scale(0.82);
    }
}

@media (max-width: 1360px) {
    .addServiceData {
        margin-left: -119px;
    }
}

@media (max-width: 1280px) {
    .addServiceData {
        margin-left: -144px;
        height: 515px;
    }
}

.home-modules {
    background-color: #EBEBEB;
    padding-top: 30px
}
.home-modules .content {
    display: flex;
    justify-content: space-between;
}
.home-module {
    cursor: pointer;
    width: 24%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.home-module .home-module-right {
    height: 75px;
    position: relative;
    /*right: 32px;*/
    /*bottom: 7px;*/
    margin-top: -6px;
    margin-right: 32px;
}

.home-module .home-module-left {
    margin-left: 27px;
    margin-top: 24px;
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 20px;
}

.home-module .home-module-left-cn {
    color: #000000;
    font-weight: 600;
}

.home-module .home-module-left-en {
    color: #000000;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.home-module .home-module-left img {
    width: 4px;
    height: 7px;
    margin: auto 5px ;
}
