.wrap {
    height: 100%;
    width: 100%;
}

/* iHeader */
.header_nav {
    font-size: 16px;
    overflow: auto;
}

.header_nav .header_nav_top {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.header_nav .header_nav_top .header_nav_topItems {
    height: 100%;
}

.header_nav .header_nav_top .header_nav_topItem {
    height: 100%;
}

.header_nav .header_nav_top .header_nav_topItem .ivu-input {
    border: none;
    height: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 0.9;
    color: #fffefe;
}

.header_nav .header_nav_top .header_nav_topItem .ivu-input-suffix i {
    line-height: 50px;
}

.header_nav .header_nav_top .header_nav_topItem .top_list li {
    margin: 0 23px;
}

.header_nav .header_nav_top .header_nav_topItem .top_list li a {
    color: #fffefe;
}

.header_nav .header_nav_top .header_nav_topItem .top_list li a:hover {
    color: #57a3f3;
}

.header_nav .header_nav_top .header_nav_topItem button {
    margin: 0 10px;
}

.header_nav .header_nav_bottom {
    height: 50px;
    padding: 0 40px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 2;
}

.header_nav .header_nav_bottom .bottom_list li {
    margin: 0 23px;
}

.header_nav .header_nav_bottom .bottom_list li a {
    color: #fffefe;
}

.header_nav .header_nav_bottom .bottom_list li a:hover {
    color: #57a3f3;
}

/* footer */
.footer_box {
    height: 560px;
    background-color: #1d2027;
}

.footer_box_data {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0;
}

.footer_box_data .footer_box_datatop {
    height: 370px;
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.footer_box_data .footer_box_datatop .footer_box_datatopitem {
    width: 240px;
    height: 100%;
}

.footer_box_datatopitem li {
    margin: 10px 0;
}

.footer_box_datatopitem a {
    color: #fff;
    opacity: 0.7;
}

.footer_box_data .footer_box_databottom {
    height: calc(100% - 370px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: flex-start;
    padding: 16px;
    color: #fff;
    opacity: 0.7;
}

.footer_box_data .footer_box_databottom a {
    color: #fff;
    opacity: 0.7;
    margin-right: 30px;
}

/* banner */

.banner_data {
    /* height: 100%; */
}

.banner_data-carousel {
    /* height: 606px; */
    position: relative;
}

.banner_data-carousel img {
    width: 100%;
}

.banner_data_text {
    height: 240px;
    /* background: url('../../img/banner字渐变.png') left center no-repeat; */
    background-size: contain;
}

.banner_data_btn {
    height: 40px;
    position: absolute;
    bottom: 10%;
    left: 19%;
}

.banner_data .banner_data_img {
    height: 27px;
}

/* center */
.top_banner {
    position: relative;
}

/* banner下的内容 */
.bottom_banner {
    height: 100px;
    background-color: #f7f8fa;
}

.bottom_banner_data {
    width: 1200px;
    margin: 0 auto;
}

.bottom_banner div:nth-child(2) {
    border: none;
}

.bottom_banner_item {
    height: 100%;
    background: url('../../img/网络\ 拷贝.png') 30px center no-repeat;
    padding: 30px 0 24px 104px;
    flex: 1;
    border-left: 1px solid #e3e4e6;
    border-right: 1px solid #e3e4e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.bottom_banner_item p:first-child {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.bottom_banner_item p:last-child {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #999;
}

/* 生命周期 */
.dynamic_theme {
    height: 834px;
    padding-bottom: 82px;
    background-color: #fff;
}

.dynamic_theme .dynamic_theme_title {
    height: 160px;
    text-align: center;
    line-height: 160px;
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.dynamic_theme .dynamic_theme_data {
    height: calc(100% - 160px);
    background: url('../../img/life.jpg') center center no-repeat;
    background-size: contain;
}

/* 功能模块 */
.functional_module {
    height: 780px;
    background-color: #f4f4f4;
}

.functional_module .functional_module_title {
    height: 240px;
    padding: 60px 0px 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.functional_module .functional_module_title p:first-child {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.functional_module .functional_module_title p:last-child {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.functional_module .functional_module_card {
    height: calc(100% - 240px);
    width: 1200px;
    margin: 0 auto;
}

.functional_module .functional_module_card {
    height: 460px;
    background-color: #fff;

}

.functional_module .functional_module_card .functional_module_cardbox {
    height: 100%;
    /* padding: 10px 0; */
}

.functional_module .functional_module_card .functional_module_cardbox>div {
    border-right: 1px solid #e3e4e6;
}

.functional_module .functional_module_card .functional_module_cardbox>div:last-child {
    border: none;
}

.functional_module .functional_module_carditem {
    flex: 1;
    height: 100%;
    padding: 140px 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.carditemBg0 {
    background: url('../../img/icon_03.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight0 {
    background: url('../../img/icon-交互_03.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBg1 {
    background: url('../../img/icon_05.jpg') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight1 {
    background: url('../../img/icon-交互_05.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBg2 {
    background: url('../../img/icon_07.jpg') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight2 {
    background: url('../../img/icon-交互_07.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBg3 {
    background: url('../../img/icon_09.jpg') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight3 {
    background: url('../../img/icon-交互_09.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBg4 {
    background: url('../../img/icon_11.jpg') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight4 {
    background: url('../../img/icon-交互_11.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBg5 {
    background: url('../../img/icon_13.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.carditemBgLight5 {
    background: url('../../img/icon-交互_13.png') center 54px no-repeat;
    background-size: 74px 70px;
}

.functional_module .functional_module_carditem .functional_module_carditem_topTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.functional_module .functional_module_carditem .functional_module_carditem_topTitle span:first-child {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
}

.functional_module .functional_module_carditem .functional_module_carditem_topTitle span:last-child {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
}

.functional_module_carditem_topTitleActive span {
    color: #fff !important;
}

.functional_module .functional_module_carditem .functional_module_carditem_division {
    height: 3px;
    width: 20px;
    margin: 20px 0 50px;
}

.functional_module .functional_module_carditem .functional_module_carditem_middleText {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    width: 100%;
}

.functional_module_carditem_icon {
    height: 12px;
}

.functional_module .functional_module_carditem .functional_module_carditem_icon>div {
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    bottom: 40px;
}

.functional_module_active {
    background-color: #3860f4;
}

/* 解决方案 */
.solution {
    height: 1020px;
    background: url('../../img/bjbj1.jpg') center center no-repeat;
    background-size: cover;
    padding: 70px 0 65px;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.solution .solution_title {
    height: 120px;
}

.solution .solution_data {
    height: calc(100% - 120px);
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.solution .solution_data .solution_data_item {
    width: 33.33%;
    height: 50%;
    /* padding: 70px 0 50px; */
    position: relative;

}

.solution .solution_data .solution_data_item:hover .solution_data_itemdata {
    -moz-transform: translateY(-40px);
    /* 移动属性 ，移动方向是在div这个平面方向上，*/
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transition: all 1.5s;

}

.solutionBtn-enter,
.solutionBtn-leave-to {
    opacity: 0;
}

.solutionBtn-enter-to,
.solutionBtn-leave {
    opacity: 1;
}

.solutionBtn-enter-active,
.solutionBtn-leave-active {
    transition: all 1.5s;
}

.solution_data_itemBg0 {
    background: url('../../img/解决方案-UDI.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBgHo0 {
    background: url('../../img/hoverUDI.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBg1 {
    background: url('../../img/解决方案-SCM.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBgHo1 {
    background: url('../../img/hoverSCM.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBg2 {
    background: url('../../img/解决方案-MES.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBgHo2 {
    background: url('../../img/hoverMES.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBg3 {
    background: url('../../img/解决方案-PLM.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.solution_data_itemBgHo3 {
    background: url('../../img/hoverPLM.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBg4 {
    background: url('../../img/解决方案-E-SOP.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBgHo4 {
    background: url('../../img/hoverE-SOP.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBg5 {
    background: url('../../img/解决方案-TPM.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemBgHo5 {
    background: url('../../img/hoverTPM.jpg') center center no-repeat;
    background-size: cover;
}

.solution_data_itemdata {
    /* width: 200px; */
    height: 170px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 1.5s;
    opacity: 1;
}

.solution_data_itembutton {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.solution_data_itemdataBg0 {
    background: url('../../img/图标_03.png') center 0px no-repeat;
    background-size: 114px 94px;
}

.solution_data_itemdataBg1 {
    background: url('../../img/图标_05.png') center 0px no-repeat;
    background-size: 114px 94px;
}

.solution_data_itemdataBg2 {
    background: url('../../img/图标_07.png') center 0px no-repeat;
    background-size: 114px 94px;
}

.solution_data_itemdataBg3 {
    background: url('../../img/图标_12.png') center 0px no-repeat;
    background-size: 114px 94px;
}

.solution_data_itemdataBg4 {
    background: url('../../img/图标_13.png') center 0px no-repeat;
    background-size: 114px 94px;
}

.solution_data_itemdataBg5 {
    background: url('../../img/图标_14.png') center 0px no-repeat;
    background-size: 114px 94px;
}

/* 服务中心 */
.service_centre {
    /* background-color:rgba(23,27,38,0.7); */
    background: url('../../img/ditubeijing.png');
    height: 900px;
    position: relative;
}

.service_centre_box {
    padding: 70px 0 90px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service_centre_title p {
    text-align: center;
    width: 100%;
}


.service_centre_data {
    height: 590px;
    padding-top: 30px;
}

.service_centre_data .service_centre_leftdata {
    width: 46%;
    height: 100%;
    padding-left: 30px;
}

.service_centre_data .service_centre_rightdata {
    width: 54%;
    height: 100%;
    padding: 40px 60px 40px 0px;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdata1 {
    flex: 1;
    height: 100%;
    padding: 20px 26px;
    position: relative;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdataheader {
    height: 80px;
    padding-left: 100px;
}

.service_centre_rightdataheader1 {
    background: url('../../img/需求外.png') left center no-repeat, url('../../img/需求.png') 20px center no-repeat;
    background-size: contain, 34px 44px;
}

.service_centre_rightdataheader2 {
    background: url('../../img/fuwuzhongxin-chanpinwai.png') left center no-repeat, url('../../img/fuwuzhongxin-chanpin.png') 16px center no-repeat;
    background-size: contain, 44px 44px;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdataheader p:first-child {
    padding-right: 6px;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdataheader p:last-child {
    padding-left: 6px;
    border-left: 1px solid;
}

.service_centre_rightdataheaderBoder1 {
    border-color: #3860f4;
    cursor: pointer;
}

.service_centre_rightdataheaderBoder2 {
    border-color: #fff;
    cursor: pointer;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdatabutton {
    height: 80px;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdatabutton .ivu-btn {
    background-color: #3860f4 !important;
}

.RadioButtonActive1 {
    background-color: #3860f4 !important;
    color: #fff !important;
}

.RadioButton1 {
    background-color: #fff !important;
    color: #3860f4 !important;
}

.RadioButtonActive2 {
    background-color: #fff !important;
    color: #3860f4 !important;
}

.RadioButton2 {
    background-color: #2e364b !important;
    color: #fff !important;
}

.service_centre_data .service_centre_rightdata .service_centre_rightdatalist {
    height: calc(100% - 160px);
    overflow: auto;
    position: relative;
}

.demo-spin-icon-load {
    animation: ani-demo-spin 1s linear infinite;
}

.service_centre_rightdatalistBorder1 {
    border-bottom: 1px solid #e3e4e6;
    height: 40px;
    line-height: 40px;
}

.service_pWidth50 {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 8px;
    cursor: default;
}

.service_pWidth30 {
    width: 30%;
}

.service_pWidth20 {
    width: 20%;
    cursor: pointer;
}

.service_centre_rightdatalistBorder2 {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    height: 40px;
    line-height: 40px;
}

/* 运维远程服务中心 */
.devops_service {
    padding: 130px 230px 50px 320px;
    background-color: #fff;
}

.devops_service_data {
    height: 560px;
}

.devops_service_data .devops_service_dataleft {
    width: 45%;
    height: 100%;
}

.devops_service_data .devops_service_dataleft .devops_service_dataleft_title {
    height: 120px;
}

.devops_service_data .devops_service_dataleft .devops_service_dataleft_list {
    height: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
}

.devops_service_data .devops_service_dataleft .devops_service_dataleft_list .devops_service_dataleft_listitem {
    width: 50%;
    height: 120px;
    padding: 26px 10px 26px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.devops_service_dataleft_listitemBg1 {
    background: url('../../img/远程培训.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg2 {
    background: url('../../img/托管服务.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg3 {
    background: url('../../img/远程升级.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg4 {
    background: url('../../img/售后管理.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg5 {
    background: url('../../img/自助就诊.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg6 {
    background: url('../../img/智能接诊.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg7 {
    background: url('../../img/移动医护.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg8 {
    background: url('../../img/数据分析.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg9 {
    background: url('../../img/在线查询.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_dataleft_listitemBg10 {
    background: url('../../img/居家医护.png') center left no-repeat;
    background-size: 88px 88px;
}

.devops_service_data .devops_service_dataright {
    width: 50%;
    height: 100%;
    position: relative;
}

.datarightBg1 {
    background: url('../../img/智慧云医疗.gif') center center no-repeat;
    background-size: contain;
}

.datarightBg2 {
    background: url('../../img/远程运维gif.gif') center center no-repeat;
    background-size: contain;
}

/* 智慧云医疗 */
.wisdom_medicalcare {
    background-color: #f4f4f4;
    padding: 130px 200px 50px 290px;
}

/* 典型案例 */
.classic_case {
    height: 780px;
    background: url('../../img/bjbj2.jpg') center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.classic_case_title {
    height: 90px;
}

.classic_case_list {
    height: 510px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.classic_case_listitem {
    width: 380px;
    height: 240px;
    background-color: #fff;
    padding: 20px;
}

.classic_case_listitem .item_header {
    padding-left: 80px;
    height: 74px;

}

.item_headerBg0 {
    background: url('../../img/智能化.png') left center no-repeat;
    background-size: 74px 74px;
}

.item_headerBg1 {
    background: url('../../img/网络化.png') left center no-repeat;
    background-size: 74px 74px;
}

.item_headerBg2 {
    background: url('../../img/gexinghua.png') left center no-repeat;
    background-size: 74px 74px;
}

.item_headerBg3 {
    background: url('../../img/anquanhua.png') left center no-repeat;
    background-size: 74px 74px;
}

.item_headerBg4 {
    background: url('../../img/fuwuhua.png') left center no-repeat;
    background-size: 74px 74px;
}


.classic_case_listitem .item_data {
    height: 96px;
}

.classic_case_listitem .item_data .item_data_text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.classic_case_listitemBg {
    background: url('../../img/gengduoanli.png') center center no-repeat;
    background-size: cover;
}

.item_button .ivu-btn-ghost.ivu-btn-primary {
    color: #3860f4;
    border-color: #3860f4;
}

/* 合作伙伴 */
.cooperative_partner {
    height: 510px;
    padding: 30px;
    background-color: #fff;
}

.cooperative_partner_box {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.cooperative_partner_box_title {
    height: 110px;
    text-align: center;
}

.cooperative_partner_box_data {
    height: 300px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.cooperative_partner_box_dataitem {
    width: 180px;
    height: 80px;
    border: 1px solid #e1e4ea;

}

.cooperativeBoxBg0 {
    background: url('../../img/腾讯.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg1 {
    background: url('../../img/华为.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg2 {
    background: url('../../img/dianxin.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg3 {
    background: url('../../img/yidong.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg4 {
    background: url('../../img/华为.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg5 {
    background: url('../../img/aliyun.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg6 {
    background: url('../../img/腾讯.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg7 {
    background: url('../../img/华为.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg8 {
    background: url('../../img/aliyun.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg9 {
    background: url('../../img/腾讯.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg10 {
    background: url('../../img/华为.png') center center no-repeat;
    background-size: 160px 50px;
}

.cooperativeBoxBg11 {
    background: url('../../img/aliyun.png') center center no-repeat;
    background-size: 160px 50px;
}

/* 底部 */
.index_bottom {
    position: relative;
}

.index_bottom_box1 {
    position: relative;
    height: 180px;
    background: url('../../img/咨询背景.png') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index_bottom_cicle1 {
    height: 52px;
    width: 52px;
    background: url('../../img/椭圆1.png') center center no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 6px;
    right: 350px;
    z-index: 20;
    animation: myCicle1 40s infinite;
}

.index_bottom_cicle2 {
    height: 178px;
    width: 178px;
    position: absolute;
    margin-top: -140px;
    margin-left: -60px;
    top: 0px;
    left: 0px;
    z-index: 20;
    animation: myCicle2 30s infinite;
}

@keyframes myCicle1 {
    0% {
        bottom: 6px;
        right: 350px;
    }

    25% {
        bottom: 6px;
        right: 500px;
    }

    50% {
        bottom: 6px;
        right: 350px;
    }

    75% {
        bottom: 66px;
        right: 350px;
    }

    100% {
        bottom: 6px;
        right: 350px;
    }
}

@keyframes myCicle2 {
    0% {
        top: 0px;
        left: 0px;
        margin-top: -140px;
        margin-left: -60px;
    }

    25% {
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    50% {
        top: 30px;
        left: 50px;
    }

    75% {
        top: 30px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

.index_bottom_box1 div:first-child {
    width: 200px;
}

.databox1Btn {
    height: 60px;
    line-height: 60px;
}

/*  */
.ceshi_img {
    height: 1640px;
    background: url('../../img/9f2747c64fc0c5b319089664d595a19.png') center center no-repeat;
    background-size: contain;
}


/* solution */


/* 需求 */
.demand {
    padding: 80px;
    width: 1200px;
    margin: 0 auto;
}

.demand_title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.demand_box_item {
    width: 320px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.demand_box_item_text {
    text-align: center;
}

/* 解决方案 */
.insolution {
    padding: 80px 0;
    background-color: #f5f7fa;
}

.insolution_title {
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.insolution_box {
    height: 680px;
    width: 1200px;
    margin: 0 auto;
}

.insolution_box_left {
    width: 285px;
    height: 100%;
    padding: 0 0 0 30px;
    background: url('../../img/solution_left.png') center center no-repeat;
    background-size: contain;
}

.insolution_box_left_title {
    padding: 45px 0 40px;
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.insolution_box_left_ul {
    padding-left: 8px;
    list-style-type: disc;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 40px;
}

.insolution_box_left_ul li {
    margin: 10px;
}

.insolution_box_right {
    width: calc(100% - 300px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.insolution_box_right_item {
    width: 280px;
    height: 330px;
    background-color: #ffffff;
}

.insolution_box_right_item:hover {
    -moz-transform: translateY(-8px);
    /* 移动属性 ，移动方向是在div这个平面方向上，*/
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transition: all 1s;
    box-shadow: 0px 4px 24px 0px rgba(56, 96, 244, 0.52);
}

.insolution_box_right_item:hover .insolution_box_right_itembox {
    border: 1px solid #3860f4;
    border-top: none;
}

.insolution_box_right_itembox {
    height: calc(100% - 160px);
    padding: 0 13px 0 17px;
}

.insolution_box_right_itemtitle {
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 20px 0;
}

.insolution_box_right_itemtext {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.insolution_box_right_itemdetails {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #3860f4;
    font-size: 14px;
}

/* 优势 */
.advantage {
    width: 100%;
    height: 574px;
    background: url('../../img/solution_advantage.png') center center no-repeat;
    background-size: cover;
}

.advantage_title {
    padding: 100px 0 130px;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.advantage_box {
    width: 1300px;
    margin: 0 auto;
    height: 144px;
}

.advantage_box_item {
    height: 150px;
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.advantage_box_item_iocn {
    width: 100px;
    height: 100px;
}
.advantage_box_item_iocn img{
    max-width: 100%;
    max-height: 100%;
}
.advantage_box_item_text {
    text-align: center;
}

/* 案例 */
.case {
    background-color: #f5f7fa;
    padding: 85px 0 50px;
}

.case_title {
    font-family: SourceHanSansCN-Normal;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.case_box {
    width: 1200px;
    height: 456px;
    margin: 0 auto 22px;
    background-color: #ffffff;
}

.case_box_left {
    height: 100%;
    width: 50%;
    background-color: #3860f4;
    padding-left: 40px;
}

.case_box_left_title {
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 85px;
}

.case_box_left_text {
    width: 385px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin: 50px 0 80px;
}

.case_box_right {
    height: 100%;
    width: 50%;
    position: relative;
}

.case_box_right img {
    width: 100%;
    position: absolute;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
    left: -65px;
}

.case_box2_rightbox {
    width: 385px;
    height: 100%;
    padding: 80px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.case_box2_rightbox_title {
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.case_box2_rightbox_text {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.84;
}

.case_more {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

/* 免费体验 */
.experience {
    position: relative;
    height: 234px;
    background: url('../../img/咨询背景.png') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.experience_icon1 {
    height: 52px;
    width: 52px;
    background: url('../../img/椭圆1.png') center center no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 6px;
    right: 350px;
    z-index: 20;
    animation: myCicle1 40s infinite;
}
.experience_icon2 {
    height: 178px;
    width: 178px;
    position: absolute;
    margin-top: -140px;
    margin-left: -60px;
    top: 0px;
    left: 0px;
    z-index: 20;
    animation: myCicle2 30s infinite;
}
.experience_title {
    font-family: SourceHanSansCN-Normal;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding-top: 36px;
}
.experience_text {
    text-align: center;
    font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    padding-top: 24px;
    padding-bottom: 40px;
}
.experience_btn {
    text-align: center;
}
@keyframes myCicle1 {
    0% {
        bottom: 6px;
        right: 350px;
    }

    25% {
        bottom: 6px;
        right: 500px;
    }

    50% {
        bottom: 6px;
        right: 350px;
    }

    75% {
        bottom: 66px;
        right: 350px;
    }

    100% {
        bottom: 6px;
        right: 350px;
    }
}

@keyframes myCicle2 {
    0% {
        top: 0px;
        left: 0px;
        margin-top: -140px;
        margin-left: -60px;
    }

    25% {
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    50% {
        top: 30px;
        left: 50px;
    }

    75% {
        top: 30px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

/* consult */
/* 热门专题 */
.hottopics {
    background-color: #fff;
}
.hottopics .tablePage {
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.hottopics_content {
    width: 1200px;
    margin: 0 auto;
}

.hottopics_content_title {
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 50px 0;
}

.hottopics_content_items {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
}

.hottopics_content_items .hc_item {
    border: 1px solid #e6ebf0;
    cursor: pointer;
}

.hottopics_content_items .hc_item:hover {
    -moz-transform: translateY(-6px);
    /* 移动属性 ，移动方向是在div这个平面方向上，*/
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transition: all .8s;
    box-shadow: 0px 8px 18px 0px rgba(212, 212, 212, 0.76);
}

.hottopics_content_items .hc_item .hc_item_img {
    height: 150px;
}

.hottopics_content_items .hc_item .hc_item_img img {
    height: 150px;
    width: 100%;
}

.hottopics_content_items .hc_item .hc_item_title {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #333333;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hottopics_content_items .hc_item .hc_item_text {
    padding: 15px 15px 0 15px;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 75px;
}

.hottopics_content_items .hc_item .hc_item_bottom {
    padding: 10px 15px 10px;
    font-size: 14px;
    color: #999999;
}

/* 最新专题 */
.latesttopics {
    background-color: #f5f7fa;
    padding-bottom: 20px;
}

.latesttopics_content {
    width: 1200px;
    margin: 0 auto;
}
.latesttopics .tablePage {
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.latesttopics_content_title {
    text-align: center;
    font-size: 32px;
    color: #333333;
    padding: 50px 0;
}

.latesttopics_content_items {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
}

.latesttopics_content_items .lc_item {
    border: 1px solid #e6ebf0;
    cursor: pointer;
}

.latesttopics_content_items .lc_item:hover {
    -moz-transform: translateY(-6px);
    /* 移动属性 ，移动方向是在div这个平面方向上，*/
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transition: all .8s;
    box-shadow: 0px 8px 18px 0px rgba(212, 212, 212, 0.76);
}

.latesttopics_content_items .lc_item .lc_item_img {
    height: 150px;
}

.latesttopics_content_items .lc_item .lc_item_img img {
    height: 150px;
    width: 100%;
}

.latesttopics_content_items .lc_item .lc_item_title {
    font-size: 16px;
    color: #333333;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latesttopics_content_items .lc_item .lc_item_text {
    padding: 15px 15px 0 15px;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 75px;
}

.latesttopics_content_items .lc_item .lc_item_bottom {
    padding: 10px 15px 10px;
    font-size: 14px;
    color: #999999;
}

/* 内容 */
.de_content {
    width: 1200px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: auto 350px;
    grid-column-gap: 80px;
    padding-top: 50px;
    overflow: hidden;
}
.de_lc{
    overflow: auto;
}

.de_lc .de_lc_title {

    font-family: Microsoft YaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #020508;
}

.de_lc .de_lc_release {
    padding: 24px 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    border-bottom: 1px solid #e6e6e6;
}

.de_lc .de_lc_text {
    padding: 25px 15px;
    min-height: 300px;
    /* max-height: 850px;
    overflow: auto; */
}

.de_lc .de_lc_share {
    font-family: "";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.de_lc .de_lc_np {
    font-family: "";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    opacity: 0.99;
    margin: 40px 0 30px;
    line-height: 55px;
    border-bottom: 1px solid #e6e6e6;
}

.de_lc .de_lc_np p {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}

.de_lc .de_lc_np i {
    width: 100%;
}

.de_lc .de_lc_free {
    width: 100%;
    padding: 28px 60px;
    background-color: #000925;
    color: #fff;
}

.de_rc .de_rc_title {
    font-family: Microsoft YaHei;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #020508;
    border-bottom: solid 1px #e6e6e6;
}

.de_rc .de_rc_title:before {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #1890ff;
    display: inline-block;
    vertical-align: middle;
}

.de_rc .de_rc_rm {
    padding: 30px 0;
    height: 220px;
}

.de_rc .de_rc_rm img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.de_rc .de_rc_texts {
    margin-top: 26px;
}

.de_rc .de_rc_texts .texts_item {
    display: grid;
    grid-template-columns: 148px auto;
    grid-column-gap: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}

.de_rc .de_rc_texts .texts_item img {
    max-width: 148px;
    max-height: 88px;
}

.de_rc .de_rc_texts .texts_item .texts_item_r .remark {
    font-family: "";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.de_rc .de_rc_texts .texts_item .texts_item_r .uptime {
    margin: 14px 0 0;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}







