.serve-banner {
    min-width: 1200px;
    height: 430px;
    background-color: transparent;
    display: none;
    position: relative;
}
.serve-banner-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.serve-banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.serve-banner-title {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
}
.serve-banner-title img {
    height: 55px;
    margin-right: 8px;
}
.serve-banner-title span {
    color: #333;
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
}
.serve-banner-desc {
    color: #333;
    font-size: 16px;
    font-weight: 100;
}
.serve-banner {
    color: #fff;
    font-size: 20px;
    margin-bottom: 46px;
}
.serve-product-title {
    color: rgba(0,0,0,.85);
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    margin: 120px 0 16px;
}
.serve-product-intro {
    color: rgba(0,0,0,.65);
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 32px;
}
.serve-product {
    width: 1200px;
    margin: 0 auto;
}
.serve-product-container {
    width: 1200px;
    padding-top: 14px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.serve-product-box {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serve-product-content {
    color: #333;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    margin-right: 50px;
}
.serve-product-act {
    color: #165DFF;
    border-color: #165DFF;
}
.serve-type-arrow {
    width: 52px;
    padding: 2px 0;
    box-shadow: -10px 0 14px 10px #fff;
    background-color: #fff;
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
}
.serve-type-arrow img {
    width: 14px;
    cursor: pointer;
}
#serveTypePrev, #serveTypeNextDisable {
    display: none;
}
#serveTypeNext, #serveTypeNextDisable {
    margin-left: 24px;
}
.serve-product-list {
    width: 1200px;
    display: flex;
    align-items: center;
}
.serve-product-item {
    width: 135px;
    text-align: center;
    cursor: pointer;
    margin: 30px 16px 30px 0;
}
.serve-product-item:hover {
    text-decoration: none;
}
.serve-product-item div {
    width: 135px;
    height: 135px;
    background-color: #f5f5f5;
    margin-bottom: 12px;
}
.serve-product-item div img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
.serve-product-item:hover div img {
    transform: scale(1.05);
}
.serve-product-item span {
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#serveProductNone {
    margin: 0 0 30px;
}
#serveNoticeNone {
    margin: 0;
}
.serve-more {
    margin: 24px 0 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.serve-more a {
    color: #165DFF;
    font-size: 16px;
    cursor: pointer;
}
.serve-more a:hover {
    color: #6997FF;
}
.serve-more img {
    width: 12px;
    margin-left: 2px;
}
.serve-notice {
    width: 1200px;
    padding: 24px 180px 40px;
    background-color: #f7f7f7;
    margin: 30px auto 20px;
}
.serve-notice-item {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serve-notice-l {
    flex: 1;
    margin-right: 16px;
}
.serve-notice-l a {
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.serve-notice-r {
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
}
.serve-contact {
    width: 1200px;
    margin: 28px auto 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serve-contact-experts {
    width: 50%;
    height: 400px;
    background-color: #f5f5f5;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serve-contact-experts img {
    width: 104px;
    height: 104px;
    margin-bottom: 24px;
}
.serve-contact-experts span {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
}
.serve-contact-experts a {
    color: #165DFF;
    font-size: 16px;
    cursor: pointer;
}
.serve-contact-experts a:hover {
    color: #6997FF;
}
.serve-contact-card {
    width: 50%;
    height: 400px;
    margin-bottom: 16px;
}
.serve-contact-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serve-contact-phone {
    flex: 1;
    height: 385px;
    background-color: #f5f5f5;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serve-contact-phone img {
    width: 104px;
    height: 104px;
    margin-bottom: 36px;
}
.serve-contact-phone-title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.serve-contact-phone-box {
    min-width: 42px;
    margin-top: 12px;
    display: flex;
}
.serve-contact-phone-box span {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
}
.serve-contact-phone-item {
    flex: 1;
}
.serve-contact-phone-item p {
    width: auto !important;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 24px;
    margin: 0 0 0 !important;
}
.serve-contact-phone p {
    width: 220px;
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: normal;
    white-space: nowrap;
}
#serveContactPhone {
    display: none;
}
#serveComplaintPhone {
    display: none;
}
#serveContactPhoneMore {
    margin: 0 0 10px !important;
}
.serve-contact-mail {
    flex: 1;
    height: 385px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serve-contact-mail img {
    width: 104px;
    height: 104px;
    margin-bottom: 36px;
}
.serve-contact-mail span {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.serve-contact-mail div {
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.serve-contact-mail div span {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.serve-contact-mail p {
    color: #333;
    font-size: 16px;
    margin: 0;
}
.serve-contact-code {
    width: 390px;
    height: 385px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serve-contact-code img {
    width: 135px;
    height: 135px;
    margin-bottom: 22px;
}
.serve-contact-code span {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.serve-contact-code p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 12px 82px 0;
}
.serve-contact-more {
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serve-contact-more span {
    color: #165DFF;
    font-size: 14px;
    font-weight: unset;
}
.serve-contact-more div {
    width: 14px;
    height: 14px;
    color: #165DFF;
    font-size: 12px;
    /*text-align: center;*/
    /*line-height: 13px;*/
    border: 1px solid #165DFF;
    border-radius: 50%;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}
.serve-mask {
    background-color: rgba(35,37,38,.7);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
#serveMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.serve-media {
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.serve-media-content {
    width: 996px;
    max-height: 600px;
    padding: 64px 96px;
    overflow-y: auto;
}
.serve-media-close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}
.serve-media-close:hover {
    background-color: #f5f5f5;
}
.serve-media-close img {
    width: 16px;
    height: 16px;
}
.serve-media-title {
    text-align: center;
    margin-bottom: 40px;
}
.serve-media-title span {
    font-size: 32px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
}
.serve-media-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serve-media-box {
    width: calc(33.33% - 16px);
    background-color: #f5f5f5;
    padding: 32px 24px;
    margin: 8px 8px;
}
.serve-media-code {
    width: 160px;
    height: 160px;
    line-height: 0;
    margin: 0 auto 16px;
}
.serve-media-code img {
    width: 100%;
    height: 100%;
}
.serve-media-name {
    text-align: center;
}
.serve-media-name span {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.85);
}
.serve-brochure {
    width: 1200px;
    margin: 0 auto;
}
.serve-brochure-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serve-brochure-box {
    width: 385px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serve-brochure-box div {
    width: 100%;
    height: 250px;
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.serve-brochure-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.serve-brochure-box img:hover {
    transform: scale(1.05);
}
.serve-brochure-box span {
    color: #333;
    font-size: 18px;
}
.serve-brochure-view {
    display: none;
}
