.searchTips {
    height: 44px;
    line-height: 44px;
    width: 224px;
    position: absolute;
    top: 100px;
    left: 50%;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    background: #fff1f0;
    border: 1px solid #ffa39e;
    border-radius: 2px;
}

.searchCnTips {
    height: 44px;
    line-height: 44px;
    width: 212px;
    position: absolute;
    top: 100px;
    left: 50%;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    background: #fff1f0;
    border: 1px solid #ffa39e;
    border-radius: 2px;
}

.bannerBox {
    height: auto;
    position: relative;
}

.bannerBox video {
    width: 100vw;
    height: auto;
}

@font-face {
    font-family: 'Kingsoft_Cloud_Font';
    src: url('/typeface/Kingsoft_Cloud_Font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bannerBox .bannerTitle {
    width: 100%;
    height: 108px;
    font-size: 90px;
    color: #FFFFFF;
    line-height: 126px;
    font-style: normal;
    position: absolute;
    top: 42%;
    text-align: center;
    font-family: Kingsoft_Cloud_Font;
}

.home  .introduceBox {
    height: 580px;
    background: #FFFFFF;
    padding-top: 100px;
}

.home  .introduceBox .introduceCon {
    width: 1200px;
    height: 380px;
    margin: auto;
    padding: 64px 30px;
    background: url("../img/home/introduceBg.png") no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.introduceBox .introduceCon .describe {
    width: 780px;
    height: 135px;
    font-weight: 400;
    font-size: 16px;
    color: #3A3D4B;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
}

.introduceBox .introduceCon .introduceItem {
    width: 780px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.introduceBox .introduceCon .introduceItem li {
    text-align: center;
}

.introduceBox .introduceCon .introduceItem .line {
    width: 1px;
    height: 85px;
    border: 1px solid #F0F0F0;
}

.introduceItem li img {
    width: 42px;
    height: 42px;
}

.introduceItem li .introduceLabel {
    font-weight: 400;
    font-size: 16px;
    color: #3A3D4B;
    line-height: 22px;
    margin-top: 20px;
}

.home .product {
    height: 700px;
    padding-top: 100px;
    background: url("../img/home/productBg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.home .product .productContent {
    width: 1200px;
    margin: 0 auto;
}

.home .product .popularTitle {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 50px;
    color: rgba(0,0,0,0.85);
}

.popularCon {
    display: flex;
}

.popularCon .popularDetail {
    width: 380px;
    height: 414px;
    margin: 0 15px;
    padding: 48px 30px;
    position: relative;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    background: url("../img/home/systemBg.png") no-repeat;
    background-size: cover;
}

.popularDetail:nth-child(2) {
    background: url("../img/home/systemEvenBg.png") no-repeat;
    background-size: cover;
}

.popularDetail:first-child {
    margin-left: 0;
}

.popularDetail:last-child {
    margin-right: 0;
}

.popularDetail .productName {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
}

.popularDetail .productDescribe {
    font-weight: 400;
    font-size: 14px;
    color: #242627;
    line-height: 20px;
    margin: 14px 0 32px;
}

.popularDetail li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-bottom: 16px;
    display: flex;
}

.popularDetail li img {
    width: 11px;
    height: 8px;
    padding-top: 7px;
    margin-right: 8px;
}

.popularDetail .seeMore {
    font-weight: 400;
    color: #0E9AFF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    bottom: 48px;
}

.popularDetail .seeMore a {
    display: flex;
    align-items: center;
}

.solutionDetail .seeMore {
    font-weight: 400;
    color: #0E9AFF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
    left: 24px;
}

.solutionDetail .seeMore a {
    display: flex;
    align-items: center;
}

.popularDetail .seeMore img,.solutionDetail .seeMore img {
    width: 16px;
    height: 14px;
    margin-left: 14px;
}

a {
    color: inherit;
    text-decoration: none; /*去掉下划线*/
}

/*核心技术*/
.home .coreBox {
    background: #fff;
    padding: 100px 0 75px 0;
}

.home .coreBox .coreContent {
    width: 1200px;
    margin: 0 auto;
}

.home .coreBox .coreTitle {
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
    margin-bottom: 50px;
}

.coreDetail button {
    display: flex;
    align-items: center;
}

.coreDetail li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-bottom: 16px;
}

.coreDetail li img {
    width: 11px;
    height: 8px;
    margin-right: 8px;
}

.coreDetail .coreMore {
    width: 139px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient( 229deg, #20CAFF 0%, #0E9AFF 100%);
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: 160px;
}

.coreDetail .coreMore img {
    width: 16px;
    height: 14px;
    margin-left: 14px;
}

.coreDetail {
    position: relative;
    transition: all .6s ease;
    background: linear-gradient( 21deg, rgba(32,202,255,0) 0%, rgba(14,154,255,0.1) 100%);
    border-radius: 8px;
}

.coreDetail:nth-child(1) {
    width: 48%;
    height: 420px;
    background: url(/img/home/modelBg.png)  no-repeat center, linear-gradient(316deg, rgba(0, 36, 123, .6) 20%, #0950b9 100%);
    background-size: cover;
}

.coreDetail:nth-child(2) {
    width: 25%;
    height: 420px;
    background: url(/img/home/privacyBg.png) no-repeat center, linear-gradient(316deg, rgba(0, 36, 123, .6) 20%, #0950b9 100%);
    background-size: cover;
}

.coreDetail:nth-child(3) {
    width: 25%;
    height: 420px;
    background: url(/img/home/surveyBg.png) no-repeat center, linear-gradient(316deg, rgba(0, 36, 123, .6) 20%, #0950b9 100%);
    background-size: cover;
}

.coreDetail.active {
    background: url(/img/home/coreBg.png) no-repeat center, linear-gradient(316deg, rgba(0, 36, 123, .6) 20%, #0950b9 100%);
    background-size: cover;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.coreDetail .coreNameBox {
    position: absolute;
    top: 26px;
    left: 26px;
}

.coreDetail .coreName {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-style: normal;
}

.coreDetail .coreSynopsis {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 22px;
    margin-top: 16px;
}

.active .coreName {
    color: rgba(0,0,0,0.85);
}

.active .coreSynopsis {
    color: rgba(0,0,0,0.65);
}

.active .coreNameBox {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translate(0,0);
}

.coreCon {
    height: 420px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.coreDetail .coreBtnBox {
    position: absolute;
    top: 124px;
    left: 26px;
    display: none;
    font-weight: 400;
    font-size: 14px;
}

a {
    color: inherit;
    text-decoration: none; /*去掉下划线*/
}

.active .coreBtnBox {
    display: block;
}

/*解决方案*/
.solution {
    width: 100%;
    height: 623px;
    padding-top: 100px;
    background: rgba(247, 249, 252, 1);
}

.solutionBox {
    width: 1200px;
    margin: auto;
}

.solutionBox .solutionTitle {
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
    margin-bottom: 50px;
}

.solutionBox .solutionCon {
    display: flex;
    justify-content: space-between;
}

.solutionBox .solutionCon .solutionDetail {
    width: 288px;
    height: 340px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.solutionCon .solutionDetail .topImg {
    width: 288px;
    height: 86px;
    border-radius: 8px 8px 0 0;
}

.solutionCon .solutionDetail .solutionName {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    margin: 32px 0 14px 24px;
}

.solutionCon .solutionDetail .solutionDescribe {
    width: 240px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 26px;
    margin-left: 24px;
}

/*升级通告样式开始*/
.announcement {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

.announceContent {
    width: 600px;
    /*height: 640px;*/
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.announceTitle {
    display: flex;
    align-items: center;
    border-radius: 8px 8px 0 0;
    justify-content: space-between;
    /*border-bottom: 1px solid #ccc;*/
    height: 70px;
    line-height: 70px;
    background-image: url('/img/notice.jpg');
    position: relative;
}

.edition {
    padding: 2px 8px;
    color: #fff;
    margin-left: 12px;
    font-size: 14px;
    border-radius: 2px;
    background: #0E9AFF;
}

.noticeFly {
    position: absolute;
    top: -23px;
    right: 52px;
}

.triangle {
    position: absolute;
    top: 30px;
    left: 166px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #0E9AFF;
    border-bottom: 5px solid transparent;
}

.announceTitle div {
    font-size: 18px;
    font-weight: 500;
    margin-left: 16px;
}

.announceTitle img {
    margin-right: 16px;
    cursor: pointer;
}

.contentBox {
    padding: 12px 24px;
}

.contentUpgrade {
    max-height: 144px;
    overflow-y: scroll;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
}

.contentBox .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.85);
}

.contentBox .detail {
    font-size: 14px;
    /*text-indent: 28px;*/
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
}

.remarks {
    margin-top: 8px;
}

.remarks, .time {
    text-align: right;
    font-size: 14px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.45);
}

/*升级通告样式结束*/

.is-active {
    border-bottom: 2px solid #409EFF;
}

.home .field .fieldContent .el-tabs__header {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.field .el-tabs__item {
    height: 60px;
    line-height: 60px;
}

.field .el-tabs__item:first-child {
    /*margin-left: 51px;*/
}

.el-tabs__item {
    margin-right: 32px;
    padding: 0 !important;
}

.ft-carousel .carousel-indicators span {
    cursor: pointer;
    width: 20px;
    height: 6px;
    border-radius: 1px;
    background: rgb(255, 255, 255, 0.39);
}

.card-view .el-card {
    border-radius: 8px;
}

.card-view .el-card__body img {
    width: 100% !important;
    height: 100% !important;
}

.journalismImg {
    width: 288px;
    height: 140px;
}

.journalismImg .boxLeft {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
