﻿@charset "utf-8";

:root {
    --themeColor: #0060DF;
    --themeColor2: #fff;
    --swiper-navigation-color: #0060DF;
}
html {
    width: 100%;
    overflow-x: hidden;
}
html, body, header, section, aside, footer, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote {
    margin: 0px;
    padding: 0px;
}
html, body {
    font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica,  "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
    color: #252525;
}
body{
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
body.over {
    overflow: hidden;
}
a {
    display: block;
    text-decoration: none;
}
img {
    display: block;
    border: none;
}
ul, ol, li {
    list-style: none;
}
input, button, textarea, select {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica,  "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
}
input, textarea, select {
    border: 1px solid #bfbfbf;
}
button:disabled, input:disabled, select:disabled {
    background-color: #999999 !important;
    border-color: #999999 !important;
    cursor: not-allowed !important;
    color: #ffffff !important;
}
/* 设置滚动条样式 */
::-webkit-scrollbar {
    width: 10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.flexBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.webkitBox{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.formGroup {
    position: relative;
    height: 60px;
    font-size: 0px;
}
.formInput, .formSelect {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: 0px;
}
.formSelect {
    background: url(img/select-caret.png) right 10px center no-repeat;
}
.formTip {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: red;
    display: none;
}
.mobileInput {
    width: calc(100% - 90px);
    border-right: 0px;
}
.getValicode {
    width: 90px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: var(--themeColor);
    color: #fff;
    cursor: pointer;
}
.pcHide {
    display: none;
}

/* 公共弹窗 */
.dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.dialogBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.dialogBox {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 60px 48px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background-color: #ffffff;
}
.closeDialog {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    background: url(img/close.svg) center center no-repeat;
    cursor: pointer;
}

/* **** 公共导航 **** */
.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 72px;
    z-index: 1000;
}
.nav.active{
    background-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0px 3px 6px 0px #ffffff inset;
}
.nav.currentColor .menuItemLink,.nav.currentColor .menuLogoTitleLink{
    color: #333333;
}
.menu{
    width: 1200px;
    margin: 0 auto;
}
.menuLogo {
    width: 82px;
    height: 37px;
    background: url(/css/corpservice/img/navLogo1.svg) center center no-repeat;
}
.nav.currentColor .menuLogo {
    background: url(/css/corpservice/img/navLogo2.svg) center center no-repeat;
}
.menuLogoDivide {
    width: 1px;
    height: 18px;
    margin: 0 18px;
    background-color: #fff;
}
.nav.currentColor .menuLogoDivide{
    background-color: #333333;
}
.menuLogoTitle {
    font-size: 18px;
    font-weight: normal;
}
.menuLogoTitleLink {
    color: #fff;
}
.menuList {
    line-height: 72px;
}
.menuItem {
    position: relative;
    margin-right: 52px;
}
.menuItem:last-child{
    margin-right: 0;
}
.menuItemLink {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.menuItemLink.active {
    font-weight: bold;
    border-bottom-color: var(--themeColor2);
    color: var(--themeColor2);
}
.hasSubMenu::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 30px;
    right: -16px;
    border-left: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    transform-origin: center;
}
.menuItemLink::before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 28px;
    height: 2px;
    background-color: transparent;
}
.menuItemLink.active::before,.menuItem:hover .menuItemLink::before {
    background-color: var(--themeColor2);
}
.nav.currentColor .menuItemLink.active::before,.nav.currentColor .menuItem:hover .menuItemLink::before {
    background-color: #333333;
}
.menuItem:hover .menuItemLink::after {
    transform: rotate(135deg);
    top: 35px;
}
.subMenu {
    display: none;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 120px;
    padding: 0 14px;
    box-sizing: border-box;
    transform: translate(-50%, 50%);
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0px 11px 30px 0px rgb(0 0 0 / 15%);
    border-top: 0;
}
.menuItem:hover .subMenu {
    display: block;
}
.subMenu > .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subMenuLink {
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #666666;
}
.subMenuLink:hover, .subMenuLink.active {
    color: var(--themeColor1);
}
.subMenuLink.active{
    font-weight: bold;
}
.subMenuLinkDivide {
    width: 1px;
    height: 10px;
    margin: 0 20px;
    background-color: #E5E5E5;
}

/* 新版公共kv */
.kvBox{
    width: 100%;
    height: 600px;
}
.kvContainer,.kvInFoBox,.kvLink,.kvBg{
    width: 100%;
    height: 100%;
}
.kvLink{
    position: relative;
}
.kvBg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.kvInFo{
    width: 550px;
}
.kvTitle{
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 48px;
    color: #252525;
    font-weight: normal;
}
.kvDesc{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

/* **** 公共页面Banner部分内容（各自页面不同内容可覆写） **** */
.banner {
    height: 360px;
    margin-top: 72px;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.bannerContent {
    margin-top: 90px;
    text-align: center;
    color: #ffffff;
}
.bannerSloganImg {
    margin: 0 auto;
}
.bannerSlogan {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}
.sloganDivide {
    display: block;
    width: 60px;
    height: 2px;
    margin: 25px auto;
    background-color: #ffffff;
}
.bannerSloganDesc {
    width: 1000px;
    /* width: 900px; */
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 4px;
}


/* **** 公共 section 样式 **** */
.section {
    padding: 80px 0px;
}
.sectionTitle {
    margin: 0px 0px 48px;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    color: #252525;
}
.sectionTitleEn {
    margin: 0 auto 65px;
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    color: #AAAAAA;
}

/* **** 公共合作伙伴 **** */
.partnerBox {
    width: 1224px;
    margin: 0 auto;
    font-size: 0px;
    text-align: center;
}
.partnerLink {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0px 24px 48px 0px;
    cursor: auto
}
.partnerLogo {
    width: 100%;
}

/* **** 公共tools **** */
.tools {
    width: 52px;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    right: 40px;
    bottom: 60px;
    min-height: 176px;
    z-index: 800;
}
@media screen and (max-width:1440px) {
    .tools{
       right: 28px;
    }
}
.toolsItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.toolsItem:last-child {
    margin-bottom: 0;
}
.toolsItem:hover, .subToolsItem:hover {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}
.toolsItemLink {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.toolsIcon {
    width: 20px;
}
.toolsItemDesc {
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 4px;
    background-color: var(--themeColor);
    color: #fff;
    display: none;
}
.toolsItem.done .toolsIcon path {
    fill: var(--themeColor);
}
.toolsItem:hover .toolsIcon path, .subToolsItem:hover .subToolsIcon path {
    fill: #FFFFFF;
}
.toolsItem:hover .toolsItemDesc {
    display: flex;
}
#toTop {
    display: none;
}
.badge {
    box-sizing: border-box;
    position: absolute;
    min-width: 24px;
    top: -10px;
    left: 40px;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background-color: #DC1E38;
    border-radius: 20px;
    color: #fff;
    display: none;
}
.toolsContent {
    position: absolute;
    right: 45px;
    padding-right: 25px;
    display: none;
}
.toolsItem:hover .toolsContent {
    display: block;
}
.toolsContentBox {
    position: relative;
    padding: 20px;
    font-size: 0px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
}
.toolsContentBox::after {
    content:"";
    position: absolute;
    top: 50%;
    right: -19px;
    border: 10px solid transparent;
    border-left-color: #ffffff;
    transform: translateY(-50%);
}
.toolsShareBox {
    display: flex;
    padding: 0px 4px 0 0;
}
.subToolsItem {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.subToolsIcon {
    width: 20px;
}
.toolsWechatBox {
    box-sizing: border-box;
    width: 230px;
}
.toolsWechatImg, .toolsWechatDesc {
    display: inline-block;
    vertical-align: middle;
}
.toolsWechatImg {
    width: 80px;
    margin-right: 15px;
}
.toolsWechatDesc {
    width: calc(100% - 95px);
    font-size: 14px;
    color: #666666;
}
.toolsSubscribeBox {
    box-sizing: border-box;
    position: relative;
    width: 260px;
}
.toolsContentBox .toolsSubscribeInput {
    width: 140px;
    height: 30px;
}
.toolsContentBox .toolsSubscribeBtn {
    width: 50px;
    height: 25px;
    line-height: 25px;
}
.toolsSubscribeBox .formTip {
    position: absolute;
}


/* **** 分享微信浮层 **** */
.shareWechatWin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1200;
    display: none;
}
.shareWechatWinBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.shareWechatWrap {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    padding: 30px 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.closeShareWechat {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
    background: url(img/close.svg) #ffffff center no-repeat;
    cursor: pointer;
}
.shareWechatCaption {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: var(--themeColor);
}
.wechatQrcode {
    width: 140px;
    height: 140px;
    margin: 20px auto;
}

/* **** 公共商务咨询合作 **** */
.consults {
    margin-top: 80px;
    background-image: url(img/contact/contactBg.jpg);
    background-position: center center;
    background-size: cover;
}
.consultsTitle {
    color: #ffffff;
}
.consultsForm {
    box-sizing: border-box;
    width: 900px;
    margin: 0px auto;
    padding: 50px 60px;
    border-radius: 12px;
    background-color: #ffffff;
}
.consultsFormDesc {
    font-size: 15px;
    line-height: 40px;
}
.consultsFormDesc span {
    color: var(--themeColor);
}
.consultsFormDesc:nth-last-of-type(1) {
    margin-bottom: 40px;
}
.submitConsults {
    display: block;
    width: 270px;
    height: 50px;
    margin: 40px auto 0px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: var(--themeColor);
    color: #ffffff;
    cursor: pointer;
}

/* **** 公共评价（eg：首页选择我们，因为认同，参展及赞助页） **** */
.evaluate {
    /* height: 788px; */
    background: url(img/evaluateIndex.jpg) center center no-repeat;
    overflow: hidden;
    background-size: cover;
}
.evaluateTitle {
    color: #fff;
}
.evaluateBox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.evaluateArrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}
.evaluateArrow::after {
    content:"";
    width: 30px;
    height: 30px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
}
.evaluateLeftArrow::after {
    margin: -16px 0 0 -5px;
    transform: rotate(45deg);
}
.evaluateRightArrow {
    right: 0;
}
.evaluateRightArrow::after {
    transform: rotate(-135deg);
    margin: -15px 0 0 -25px;
}
.evaluateCon {
    width: 800px;
    margin: 0 auto;
}
.evaluateItemPeople {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border: 6px solid #0060DF;
    border-radius: 100%;
    overflow: hidden;
}
.evaluateItemPhoto {
    width: 100%;
}
.evaluatePeopleInfo {
    text-align: center;
}
.evaluatePeopleName {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
}
.evaluatePeopleJobTitle {
    font-size: 16px;
    line-height: 20px;
    color: #C5C5C5;
}
.evaluateContent {
    margin: 40px auto;
}
.evaluateText {
    display: -webkit-box;
    min-height: 200px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.evaluateFrom {
    margin-top: 20px;
    font-size: 16px;
    text-align: right;
    color: #ffffff;
}
.evaluatePaginations {
    font-size: 0px;
    text-align: center;
}
.evaluatePagination {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 0 5px;
    background-color: #fff;
}
.evaluatePagination.active {
    background-color: #0060DF;
}
.moreEvaluateBtnContainer {
    text-align: center;
}
.moreEvaluateBtn {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 20px;
}
.moreEvaluate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.moreEvaluateBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.moreEvaluateBox {
    box-sizing: border-box;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 940px;
    height: 570px;
    padding: 50px 25px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.closeMoreEvaluate {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url(img/close2.png) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.moreEvaluateList {
    height: 470px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.moreEvaluateItem {
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
}
.moreEvaluateItemContent {
    font-size: 14px;
    line-height: 30px;
}
.moreEvaluateItemPeople {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
}

/* **** 公共合作案例样式 **** */
.case {
    padding-bottom: 100px;
}
.caseBox {
    width: 1200px;
    margin: 0 auto;
}
.caseItem {
    margin-bottom: 68px;
    padding-bottom: 68px;
    border-bottom: 1px solid #E5E5E5;
}
.caseItem:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.caseCard {
    box-sizing: border-box;
    width: 660px;
    padding: 36px 150px 36px 32px;
    border-radius: 4px;
    border: 2px solid #0060DF;
    background-color: #F1F6FD;
    box-shadow: 24px 24px 0px 0px #B7BDCC;
}
.caseCardTitle {
    font-size: 24px;
    line-height: 40px;
}
.caseCardTitleLink {
    color: #252525;
}
.caseCardTitleDivide {
    display: block;
    width: 60px;
    height: 2px;
    margin: 28px 0px;
    background-color: #0060DF;
}
.caseInfoItem {
    margin-bottom: 20px;
    font-size: 0px;
}
.caseInfoItem:last-child {
    margin-bottom: 0px;
}
.caseInfoItemLabel, .caseInfoItemDesc {
    display: inline-block;
    vertical-align: top;
}
.caseInfoItemLabel {
    width: 56px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.caseInfoItemDesc {
    width: calc(100% - 72px);
    font-size: 14px;
    line-height: 24px;
}
.cooperationResult {
    box-sizing: border-box;
    width: 660px;
    margin-top: 50px;
    padding: 15px 30px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.cooperationResultBg {
    font-family: Arial;
    font-size: 42px;
    font-weight: bold;
    color: #F5F5F5;
    opacity: 0.999;
}
.cooperationResultTitleBox {
    /* position: relative; */
    margin: -25px 0px 20px;
    opacity: 0.999;
}
.cooperationResultTitle {
    height: 30px;
    padding: 0 5px;
    font-size: 24px;
    line-height: 30px;
    color: #000038;
    background: linear-gradient(to top, #80B4F8 50%, transparent 50%);
}
.cooperationResultLink {
    font-size: 14px;
    color: var(--themeColor);
}
.cooperationResultLink:hover {
    color: #0060DF;
}
.cooperationResultInfoItem {
    margin-bottom: 12px;
    font-size: 0px;
}
.cooperationResultItemIcon, .cooperationResultItemDesc {
    display: inline-block;
    vertical-align: top;
}
.cooperationResultItemIcon {
    width: 15px;
    height: 15px;
    margin: 5px 10px 0 0;
    background: url(img/custom/cooperationResultItemIcon.svg) center center no-repeat;
}
.cooperationResultItemDesc {
    width: calc(100% - 25px);
    font-size: 14px;
    line-height: 24px;
}
.cooperationResultImg {
    max-width: 100%;
}

/* **** 公共底部 **** */
.footer {
    position: relative;
    padding: 70px 0 0;
    background-color: #040F29;
    z-index: 700;
}
.footerMenus {
    box-sizing: border-box;
    width: 148px;
    height: 210px;
    margin-right: 36px;
    /* margin-right: 30px; */
    padding: 8px 0 0 15px;
    border-left: 1px solid #363636;
}
.footerMenus:last-child{
    margin-right: 0;
}
.newsMenus {
    width: 187px;
}
.footerMenuTitle {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px -17px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    border-left: 3px solid #CCCCCC;
}
.footerMenuChunk {
    width: 100%;
}
.newsMenus .footerMenuChunk {
    width: 35px;
    margin-right: 50px;
}
.footerMenuLink {
    margin-bottom: 10px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
}
.enTdNewsLink {
    clear: both;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}
.footerLogo {
    width: 127px;
}
.footerFollows {
    clear: both;
    padding: 110px 0 0;
}
.footerFollowItem {
    position: relative;
    margin-left: 15px;
    font-size: 0px;
    cursor: pointer;
}
.footerIconBg{
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}
.footerIconBg.flexBox{
    justify-content: center;
}
.footerIconBg:hover{
    background: var(--themeColor);
}
.scanCodeBox {
    position: absolute;
    bottom: 38px;
    left: -35px;
    display: none;
}
.footerFollowItem:hover .scanCodeBox {
    display: block;
}
.footerSubscribe {
    height: 60px;
    font-size: 0px;
}
.scanCode {
    position: relative;
    margin-bottom: 18px;
    padding: 5px;
    background-color: #fff;
}
.scanCodeBox.widthAuto{
    left: -84px;
}
.scanCodeBox.widthAuto .scanCode{
    width: 204px;
    font-size: 0px;
}
.scanCodeBox.widthAuto .codeItem{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.scanCodeBox.widthAuto .codeItem:last-child{
    margin-right: 0;
}
.scanCodeBox.widthAuto .scanCode::after{
    left: 100px;
}
.scanCode::after {
    width: 10px;
    height: 10px;
    content:"";
    position: absolute;
    bottom: -6px;
    left: 50px;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    background: #fff;
    transform: rotate(45deg);
}
.codeItem {
    width: 100px;
}
.scanCodeImg{
    width: 100%;
}
.footerSubscribeInput {
    width: 170px;
    border: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
}
.footerSubscribeBtn {
    height: 40px;
    margin-left: 0px;
    line-height: 40px;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--themeColor);
    color: #fff;
}
.copyright {
    margin-top: 70px;
    padding: 25px 0px;
    font-size: 12px;
    text-align: center;
    color: #868585;
    background-color: #262424;
}
.copyright a {
    display: inline-block;
    color: #868585;
}
.copyright i {
    margin: 0 10px;
    font-style: normal;
}

/* 客服样式 */
.popupcontactBox {
    position: absolute;
    padding-right: 20px;
    right: 52px;
    top: -68px;
    display: none;
}
.popupcontactWrap{
    box-sizing: border-box;
    position: relative;
    width: 112px;
    padding: 16px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10), 0px 10px 15px 0px rgba(0,0,0,0.10);
}
.popupcontactWrap::after {
    content: "";
    position: absolute;
    right: -26px;
    top: 56%;
    border: 14px solid transparent;
    border-left-color: #ffffff;
}
.popupcontactCaption {
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
}
.popupcontactCode {
    width: 100%;
    height: auto;
}
.popupcontactLink {
    width: 100%;
    height: 35px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #333333;
}
.toolsContact:hover .popupcontactBox {
    display: block;
}
.popupcontactBox:hover .popupcontactWrap {
    background-color: var(--themeColor);
}
.popupcontactBox:hover .popupcontactWrap::after {
    border-left-color: var(--themeColor);
}
.popupcontactBox:hover .popupcontactCaption {
    color: #ffffff;
}
.popupcontactBox:hover .popupcontactLink {
    color: #ffffff;
}
.codeItem .popupcontactCaption{
    margin-top: 8px;
}
.scanCodeBox .scanCode:hover,.scanCode:hover::after{
    background-color: var(--themeColor);
    color: #fff;
}
.scanCode:hover::after{
    border-right-color: var(--themeColor);
    border-bottom-color: var(--themeColor);
}
.kfCodeImg{
    width: 100%;
}

/* 资讯弹窗 */
.servinceWinBox {
    width: 820px;
}
.servinceWinCaption {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.serviceDesc {
    margin: 48px 0px 16px;
}
.serviceDescText {
    font-size: 14px;
    line-height: 28px;
}
.serviceNameText {
    margin: 10px 0;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.serviceInFo {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}
.serviceInFoLine {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #e5e5e5;
    margin: 0 12px;
}
.emailLinks {
    display: inline;
    color: #666666;
}
.serviceQrCodeBox {
    margin-top: -92px;
    text-align: center;
}
.servinceForm .kfCodeImgBox {
    width: 120px;
    height: 120px;
    border: 1px solid #fabb28;
    border-radius: 5px;
}
.kfCodeImg {
    width: 100%;
}
.serviceDescTips {
    margin-bottom: 16px;
    font-size: 14px;
    color: #CCCCCC;
    text-align: left;
}
.servinceWinBox .formInput {
    height: 40px;
}
.servinceForm .formInput {
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
}
.middleGroup {
    margin: 0px 32px;
}
.servinceForm .formGroup {
    width: 220px;
    margin-bottom: 20px;
}
.servinceForm .msgGroup {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
}
.msgInput {
    resize: none;
}
.serviceQrCodeText {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}
.submitServinceBtn {
    display: block;
    width: 170px;
    height: 45px;
    margin: 25px auto 0px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 24px;
    background-color: #0060DF;
    color: #ffffff;
    cursor: pointer;
}
/* .layui-layer-btn{
    font-size: 0 !important;
} */
.layui-layer-btn .layui-layer-btn0{
    border-color: #0060DF !important;
    background-color: #0060DF !important;
}

@media screen and (max-width: 1536px) {
    /* **** 公共页面Banner部分内容 **** */
    .tools {
        margin-right: -660px;
    }
}
.wlcodeimg{
    width: 100%;
}
@media screen and (max-width: 750px) {
    ::-webkit-scrollbar-track {
        box-shadow: initial;
        border-radius: initial;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: initial;
        background: initial;
        box-shadow: initial;
    }
    * {
        -webkit-tap-highlight-color: transparent;
    }
    .mHide {
        display: none;
    }
    .pcHide {
        display: block;
    }
    .contentBox{
        margin-top: 1rem;
    }
    .container {
        width: 90%;
    }
    .formGroup {
        height: auto;
    }
    .formItem {
        float: none;
        width: 100%;
        height: 1.2rem;
    }
    .formControl {
        width: 100%;
    }
    .formInput, .formSelect {
        height: 0.8rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
    .formSelect {
        background: url(img/select-caret.png) right 0.2rem center no-repeat;
    }
    .formTip {
        height: 0.4rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .layui-layer-btn a {
        height: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    /* **** 公共导航 **** */
    .nav {
        justify-content: space-between;
        flex-direction: row-reverse;
        height: 1rem;
        padding: 0 0.4rem;
        box-sizing: border-box;
        background: #ffffff;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.10);
    }
    .menu {
        width: auto;
        margin: 0 0;
    }
    .menuLogoTitleLink {
        color: #252525;
    }
    /* .menuLogos {
        margin: 0.2rem 0px 0px 0px;
        font-size: 0px;
    } */
    .menuLogo {
        width: 1.3rem;
        height: .58rem;
        background: url(/css/corpservice/img/mNavLogo2.svg) center center no-repeat;
        background-size: cover;
    }
    .menuLogoImg {
        width: auto;
        height: 0.6rem;
    }
    .menuLogoDivide {
        width: 2px;
        height: 0.36rem;
        margin: 0px 0.28rem;
        background: #0060df;
    }
    .menuLogoTitle {
        font-size: 0.36rem;
    }
    .hamburger {
        width: 0.44rem;
        height: 0.44rem;
        background: url(img/hamburger.svg) center center no-repeat;
        background-size: contain;
    }
    .hamburger.active {
        background: url(img/hamburgerClose.svg) center center no-repeat;
        background-size: contain;
    }
    .hamburger.active + .menu .menuList {
        display: block;
    }
    .menuList {
        box-sizing: border-box;
        position: fixed;
        top: 1rem;
        left: 0px;
        width: 100%;
        height: calc(100% - 1rem);
        padding:.6rem .4rem;
        line-height: unset;
        background-color: #ffffff;
        box-shadow: inset 0 15px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 900;
        display: none;
    }
    .menuItem {
        float: none;
        width: 100%;
        padding: 0 0 0.4rem;
        margin-right: 0px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0.4rem;
    }
    .menuItem:last-child{
        margin-bottom: 0;
    }
    .menuItemLink {
        font-size: 0.32rem;
        color: #000000;
    }
    .menuItemLink::before {
        content: none;
    }
    a.menuItemLink::before {
        content: "";
        width: 0.16rem;
        height: 0.16rem;
        right: 0px;
        left: auto;
        top: 0.12rem;
        border-top: 1px solid #252525;
        border-right: 1px solid #252525;
        transform: rotate(45deg);
        background-color: transparent;
    }
    .menuItemLink.active::before, .menuItem:hover .menuItemLink::before {
        background-color: transparent;
    }
    .subMenu {
        position: static;
        display: block;
        width: 100%;
        margin-top: 0.48rem;
        padding: 0px;
        transform: none;
        box-shadow: none;
        border: none;
        overflow: hidden;
    }
    .subMenuLink {
        float: left;
        margin-right: 1rem;
        font-size: 0.28rem;
        line-height: unset;
    }
    .menuItemLink.active, .subMenuLink.active {
        color: #333333;
    }
    .menuItemLink.active{
        border-bottom-color:transparent;
    }
    .subMenuLink:last-child{
        margin-right: 0;
    }

    /* **** 公共 section 样式 **** */
    .section {
        padding: 0.8rem 0px;
    }
    .sectionTitle {
        margin: 0px 0px 0.48rem;
        font-size: 0.48rem;
        line-height: 0.48rem;
    }
    .sectionTitleEn {
        margin: 0 auto 0.48rem;
        font-size: 0.3rem;
    }

    /* 新版kv */
    .kvBox {
        height: 4.5rem;
    }
    .kvBox .container{
        width: 100%;
        padding: 0 .4rem;
        box-sizing: border-box;
    }
    .kvInFo {
        width: 6rem;
    }
    .kvTitle {
        margin-bottom: 0.48rem;
        font-size: .48rem;
        line-height: .48rem;
        font-weight: bold;
    }
    .kvDesc {
        font-size: .28rem;
        line-height: .5rem;
    }

    /* **** 公共合作伙伴 **** */
    .partnerBox {
        width: 92%;
    }
    .partnerLink {
        display: inline-block;
        vertical-align: top;
        width: 2.1rem;
        margin: 0px 0.2rem 0.48rem 0px;
    }

    /* **** 公共页面Banner部分内容 **** */
    .banner {
        height: 3.6rem;
        margin-top: 1rem;
    }
    .bannerContent {
        width: 90%;
        margin: 0.8rem auto 0px;
    }
    .bannerSloganImg {
        width: auto;
        height: 0.6rem;
        margin-bottom: 0.3rem;
    }
    .sloganDivide {
        width: 0.7rem;
        height: 2px;
        margin: 0.3rem auto;
    }
    .bannerSloganDesc {
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.42rem;
        letter-spacing: 0px;
    }

    /* **** 固定咨询按钮 **** */
    .toConsults {
        position: fixed;
        display: flex;
        bottom: 1rem;
        right: 0.4rem;
        width: 1rem;
        height: 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background-color: #327fe5;
        z-index: 900;
        /* visibility: hidden; */
    }
    .toConsultsIcon {
        width: 0.45rem;
    }
    .toConsultsText {
        font-size: 0.24rem;
        color: #fff;
    }

    /* **** 公共商务咨询合作 **** */
    .consults {
        margin-top: 0px;
        background: url(img/consultsBg.jpg) #F5F5F5 top center no-repeat;
        background-size: 100% auto;
    }
    .consultsForm {
        box-sizing: border-box;
        width: 100%;
        padding: 0.4rem;
        font-size: 0px;
        background-color: #ffffff;
    }
    .consultsFormDesc {
        font-size: 0.28rem;
        line-height: 0.52rem;
    }
    .consultsFormDesc:nth-last-of-type(1) {
        margin-bottom: 0.35rem;
    }
    .remarkInput {
        resize: none;
        padding: 0.2rem;
    }
    .submitConsults {
        width: 100%;
        height: 0.8rem;
        margin: 0px auto;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.8rem;
        background-color: var(--themeColor);
        color: #ffffff;
    }

     /* **** 公共评价 **** */
    .evaluateBox {
        width: 90%;
    }
    .evaluateCon {
        width: 100%;
    }
    .evaluateItemPeople {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 auto 0.5rem;
        border-width: 3px;
    }
    .evaluatePeopleName {
        margin-bottom: 0.3rem;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }
    .evaluatePeopleJobTitle {
        font-size: 0.28rem;
        line-height: 0.3rem;
    }
    .evaluateContent {
        margin: 0.5rem 0px;
    }
    .evaluateText {
        min-height: 5.6rem;
        font-size: 0.28rem;
        line-height: 0.56rem;
        -webkit-line-clamp: 10;
    }
    .evaluateFrom {
        margin-top: 0.5rem;
        font-size: 0.28rem;
    }
    .evaluatePagination {
        width: 0.3rem;
        height: 3px;
        margin: 0 0.1rem;
    }

     /* **** 公共合作案例样式 **** */
     .caseBox {
        width: 90%;
    }
    .caseItem {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .caseCard {
        order: 1;
        width: 100%;
        padding: 0.4rem 0.3rem;
        border-radius: 4px 4px 0px 0px;
        border: none;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px #cccccc;
    }
    .caseCardTitle {
        font-size: 0.36rem;
        line-height: 0.5rem;
    }
    .caseCardTitleLogo {
        width: 2rem;
    }
    .caseCardTitleDivide {
        width: 0.6rem;
        height: 2px;
        margin: 0.4rem 0px;
    }
    .caseInfoItemLabel, .caseInfoItemDesc {
        display: block;
    }
    .caseInfoItemLabel {
        /* width: 1.12rem; */
        width: 100%;
        /* margin-right: 0.2rem; */
        margin: 0px auto 0.1rem;
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 0.5rem;
    }
    .caseInfoItemDesc {
        /* width: calc(100% - 1.32rem); */
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .cooperationResult {
        float: none;
        order: 2;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 0px;
        padding: 0.4rem 0.3rem;
        background-color: #F1F6FD;
        box-shadow: none;
        box-shadow: 0px 10px 10px #cccccc;
    }
    .cooperationResultBg {
        font-size: 0.42rem;
        color: var(--themeColor);
        opacity: 0.1;
    }
    .cooperationResultTitleBox {
        margin: -0.3rem 0px 0.4rem;
    }
    .cooperationResultTitle {
        height: 0.4rem;
        padding: 0 0.1rem;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }
    .cooperationResultLink {
        font-size: 0.28rem;
    }
    .cooperationResultInfos {
        order: 2;
        margin-top: 0.3rem;
    }
    .cooperationResultInfoItem {
        margin-bottom: 0.3rem;
    }
    .cooperationResultItemIcon {
        width: 0.3rem;
        height: 0.3rem;
        margin: 0.1rem 0.2rem 0px 0px;
    }
    .cooperationResultItemDesc {
        width: calc(100% - 0.5rem);
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    /* **** 公共底部 **** */
    .footer {
        padding: 0.7rem 0;
        background-color: #0060df;
    }
    .footerAbout {
        float: none;
    }
    .footerLogo {
        position: relative;
        float: none;
        width: 2rem;
        margin: 0 auto;
    }
    .mFooterLogoImg {
        width: 100%;
    }
    .mFooterLogoDivide {
        width: 0.8rem;
        height: 2px;
        margin: 0.6rem auto;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .mFooterMenus {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mFooterMenuLink {
        font-size: 0.32rem;
        color: #ffffff;
    }
    .copyright {
        font-size: 0.24rem;
        line-height: 0.6rem;
        text-align: center;
        background-color: #2D2D2D;
        color: #CCCCCC;
    }

    /* 咨询弹窗 */
    .servinceWinBox {
        width: 100%;
        padding: 0.6rem 0.4rem;
        height: 100%;
        border-radius: 0;
    }
    .servinceWinCaption {
        margin-bottom: 0.3rem;
        font-size: 0.48rem;
        line-height: 0.6rem;
    }
    .serviceDesc {
        position: relative;
        margin: 0.4rem 0px;
    }
    .serviceDescText {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .serviceInFoLine{
        display: none;
    }
    .serviceNameText {
        margin: 0 0 0.24rem;
        font-size: .28rem;
    }
    .serviceInFo {
        display: block;
        font-size: .28rem;
        margin-bottom: 0.24rem;
    }
    .serviceQrCodeBox {
        margin-top: -0.24rem;
    }
    .servinceForm .kfCodeImgBox {
        width: 1.6rem;
        height: 1.6rem;
    }
    .serviceQrCodeText {
        font-size: .24rem;
        margin-top: 0.12rem;
    }
    .serviceDescTips {
        margin-bottom: 0.24rem;
        font-size: .28rem;
    }
    .servinceForm .formGroup {
        float: none;
        width: 100%;
        margin: 0px 0px 0.2rem;
    }
    .formTip {
        height: 0.4rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .submitServinceBtn {
        width: 100%;
        height: 0.8rem;
        margin: 0.4rem auto 0px;
        font-size: 0.32rem;
        line-height: 0.8rem;
    }
}