/* 悬浮窗 */
.suspension {
    width: 120px;
    /* height: 295px; */
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 11px 11px 0px 0px;
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 2600;
}

.suspension_list {
    width: 100%;
    font-size: 17px;
    color: #101010;
    line-height: 22px;
    z-index: 3000;
}

.suspension_item {
    display: inline-block;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #eeeeee;
    line-height: 52px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.suspension_item a {
    color: #000000;
}

.suspension_item img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -3px;
}

.suspension_phone {
    width: 120px;
    height: 65px;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
    background: #0289ff;
}

.free_phone {
    padding-top: 11px;
    font-size: 11px;
    line-height: 16px;
}

.phone_num {
    padding-top: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.fixed_img {
    width: 112px;
    height: 137px;
    position: absolute;
    top: -137px;
    left: 4px;
}

.fixed_img_top {
    width: 166px;
    height: 166px;
    position: absolute;
    top: -294px;
    left: -25px;
}

@keyframes scale {
    0% {
        transform: scale(0.7);
    }
    50%,
    75% {
        transform: scale(1.2);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.fixed_img_top:after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #3270ff;
    opacity: 0.3;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
}

.fixed_img_top img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.return_top {
    display: none;
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #101010;
    line-height: 56px;
    text-align: center;
}

/* 产品介绍 */
.topContent {
    width: 100%;
    height: 506px;
    background: url(../img/topbac.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 76px;
    overflow: hidden;
}

.topBody {
    width: 1150px;
    height: 393px;
    margin: 0 auto;
    display: flex;
}

.topBody_text {
    box-sizing: border-box;
    padding-top: 110px;
    width: 70%;
}

.topBody_title {
    font-size: 48px;
    font-weight: bold;
    color: #05155e;
    line-height: 61px;
}

.topBody_context {
    margin-top: 45px;
}

.topBody_context p {
    font-size: 17px;
    color: #05155e;
    line-height: 32px;
}

.topBody_img {
    margin-top: 55px;
}

/* 吸顶 */
.tab_box {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 0px #eaeaea;
    position: relative;
    top: -39px;
    z-index: 2500;
    box-sizing: border-box;
}

.tab_click {
    margin: 0 auto;
    width: 1200px;
    height: 78px;
    display: flex;
    justify-content: space-around;
    background-color: white;
    text-align: center;
    line-height: 78px;
}

.tab_click a {
    display: inline-block;
    width: 25%;
    color: #000000;
    /* width: 20%; */
    /* height: 55px; */
    font-size: 17px;
}

/* 产品简介 */
.introduction {
    width: 100%;
    height: 527px;
    margin-top: -78px;
    background: url(../img/introduction_bac.png) no-repeat center center;
    background-size: cover;
}

.introduction_body {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.introduction_title {
    margin: 0 auto;
    padding: 91px 0 10px 0;
    display: flex;
    justify-content: center;
    height: 50px;
}

.introduction_title p {
    font-size: 32px;
    color: #151723;
    letter-spacing: 1px;
    text-align: center;
}

.introduction_content {
    /*display: flex;*/
    /*height: 220px;*/
}

.introduction_left {
    color: #032446;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    width: 1000px;
    margin: 0 auto;
}

.introduction_right {
    display: flex;
    justify-content: space-around;
    width: 860px;
    margin: 0 auto;
    padding-top: 55px;
}

.introduction_right div {
    text-align: center;
    width: 170px;
    height: 150px;
    background: linear-gradient(to bottom, #F4F7F9, white);
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
    border-radius: 8px;
    filter: blur(0px);
    border: 2px white solid;
}

.introduction_right img {
    margin-top: 33px;
}

.introduction_right p {
    padding-top: 12px;
    width: 104px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #596680;
    line-height: 20px;
}


/* CMMI能为您带来什么？ */
.bringFor {
    width: 100%;
    height: 594px;
    background: #f7f7f7;
}

.bringFor_title {
    width: 477px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    padding-top: 87px;
}

.bringFro_subtitle {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #596680;
    width: 640px;
    margin: 0 auto;
    padding-top: 13px;
}

.bringForbody {
    width: 860px;
    height: 190px;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

.bringForbody_item {
    box-sizing: border-box;
    padding: 33px 28px 40px 24px;
    width: 395px;
    height: 190px;
    background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}

.bringForbody_item_title {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
    position: relative;
}

.bringForbody_item_content {
    font-size: 14px;
    font-weight: 400;
    color: #596680;
    line-height: 20px;
    margin-top: 28px;
}

.bringForbody_item_title img {
    position: absolute;
    right: 10px;
    top: -7px;
}

.bringFor_Button {
    width: 250px;
    height: 45px;
    margin: 0 auto;
    margin-top: 55px;
    background: linear-gradient(to right, #FFA905, #FF7002);
    font-size: 14px;
    color: white;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    display: block;
}


.framework-body {
    width: 100%;
    height: 486px;
    background: #EEF1F8;
}

.framework-title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    padding-top: 65px;
}

.framework-subtitle {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #596680;
    width: 640px;
    margin: 0 auto;
    padding-top: 13px;
    margin-bottom: 28px;
}

.framework-content {
    /*width: 995px;*/
    /*height: 160px;*/
    margin: 0 auto;
    display: block;
}

.framework-button {
    width: 230px;
    height: 45px;
    margin: 0 auto;
    margin-top: 41px;
    background: linear-gradient(to right, #FFA905, #FF7002);
    font-size: 14px;
    color: white;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    display: block;
}

/* 在线解答 */
.answer_online {
    width: 1200px;
    height: 506px;
    margin: 0 auto;
}

.answer_title {
    font-size: 32px;
    /* color: #1d3e82; */
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 53px;
}

.answer_humen {
    font-size: 18px;
    font-weight: 400;
    color: #101010;
    line-height: 25px;
    text-align: center;
}

.answer_model {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}

.answer_model_item {
    width: 360px;
    height: 180px;
    margin: 10px;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, #F4F7F9 0%, #ffffff 100%);
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}

.answer_model_item p:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    color: #101010;
    line-height: 24px;
}

.answer_model_item p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 12px;
    min-height: 60px;
}

.answer_model_item p:nth-child(3) a {
    font-size: 14px;
    font-weight: 400;
    color: #fe6536;
    line-height: 20px;
}

.answer_link {
    display: inline-block;
    width: 344px;
    height: 55px;
    background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
}

/* 管家式认证服务 */
.process {
    width: 100%;
    height: 550px;
    background: url(/static/dataManagementDCMM/img/certification-process.png) no-repeat center center;
    background-size: cover;
}

.process_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}

.process_title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    color: #F7FBFF;
    line-height: 45px;
    letter-spacing: 2px;
}

.process_title_text {
    font-size: 18px;
    color: #f7fbff;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.process_span {
    color: rgba(255, 169, 5, 1);
}

.process_link {
    position: absolute;
    bottom: -109px;
    left: 39%;
}

.link_button_noshadow {
    display: inline-block;
    color: white;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 30px;
    border-radius: 4px;
    background: linear-gradient(
            to right,
            rgba(255, 169, 5, 1),
            rgba(255, 112, 2, 1)
    );
}

/* 笃行致远，我们用服务感动每一位客户 */
.devoted {
    width: 100%;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/devoted_bac.png) center no-repeat no-repeat;
    background-size: cover;
    /* height: 770px; */
}

.devoted_title {
    width: 726px;
    margin: 0 auto;
    padding-top: 70px;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    line-height: 45px;
    text-align: center;
    display: flex;
    margin-bottom: 34px;
}

.devoted_content {
    width: 1050px;
    margin: 0 auto;
}

.devoted_content img {
    width: 1048px;
    height: 324px;
    margin-top: 25px;
    margin-bottom: 74px;
}

.devoted_content_text {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

/* 15年 */
.year_all {
    width: 100%;
    height: 428px;
    background: #f5f5f5;
}

.year {
    width: 1200px;
    overflow: hidden;
    height: 428px;
    margin: 0 auto;
    display: flex;
}

.year_content {
    width: 25%;
    text-align: center;
    padding-top: 130px;
    position: relative;
}

.year_top {
    font-size: 70px;
    font-weight: 500;
    color: #1b2948;
    line-height: 37px;
}

.year_top_span {
    font-size: 29px;
    color: #1b2948;
    font-weight: 500;
}

.year_center {
    font-size: 25px;
    color: #1b2948;
    line-height: 33px;
    margin-top: 30px;
}

.year_bottom {
    width: 243px;
    font-size: 15px;
    color: #828da6;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 30px;
}

.year_left {
    position: absolute;
    top: 120px;
    right: 0;
    width: 1px;
    height: 175px;
    border-right: 1px solid rgba(187, 187, 187, 0.42);
}

/* 专业 */
.service {
    width: 1200px;
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    text-align: center;
}

.service_title {
  display: flex;
  justify-content: center;
    margin: 60px auto 34px auto;
    font-size: 32px;
    color: #101010;
    line-height: 45px;
}

.service_content {
    width: 1120px;
    height: 375px;
    margin: 0 auto;
    display: flex;
}

.serveice_model {
    width: 228px;
    height: 375px;
    margin: 0 25px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.serveice_model img {
    width: 230px;
    height: 262px;
    border-radius: 4px;
}

.service_name {
    font-size: 20px;
    color: #101010;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 18px;
}

.service_detail {
    width: 170px;
    font-size: 16px;
    color: #666666;
    margin: 0 auto;
    margin-top: 10px;
}

/* 保障 */
.guarantee {
    width: 100%;
    height: 474px !important;
    background: #FFFAF2;
}

.guarantee_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.guarantee_model {
    width: 25%;
    padding-top: 68px;
    text-align: center;
}

.guarantee_model img {
    width: 127px;
    height: 127px;
}

.guarantee_center {
    font-size: 28px;
    color: #1b2948;
    line-height: 37px;
}

.guarantee_bottom {
    font-size: 18px;
    color: #909090;
    line-height: 24px;
    margin-top: 16px;
}

.company_area {
    position: absolute;
    display: inline-block;
    width: 255px;
    height: 55px;
    font-size: 18px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    padding: 0 34px;
    border-radius: 5px;
    background: #d8b478;
    bottom: -113px;
    left: 37%;
}

/* 客户认可 */
.power {
    width: 1200px;
    overflow: hidden;
    height: 776px;
    margin: 0 auto;
}

.power_title {
    display: flex;
    justify-content:center;
    font-size: 32px;
    color: #131415;
    line-height: 45px;
    text-align: center;
    padding-top: 75px;
}

.power_content {
    width: 100%;
    height: 520px;
    margin-top: 40px;
}

.power_model {
    width: 230px;
    height: 259px;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    position: relative;
    margin-top: 10px;
}

.power_model:hover > .bottom_text {
    background: rgba(255, 112, 2, 0.9);
}

.model_dialog {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}

.power_model:hover {
}

.power_model img {
    width: 166px;
    height: 226px;
    margin: 17px 37px;
}

.bottom_text {
    width: 100%;
    height: 47px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    position: relative;
    bottom: 47px;
}

/* 推荐 */
.authentication {
    width: 100%;
    height: 645px;
    background: #f5f5f5;
}

.authentication_pd {
    width: 100%;
    height: 140px;
}

.authentication_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.authentication_title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    color: #131415;
    line-height: 45px;
    padding-top: 60px;
}

.authentication_model {
    display: flex;
    justify-content: space-between;
    height: 313px;
    margin: 0 auto;
    margin-top: 44px;
}

.authentication_item {
    width: 260px;
    height: 313px;
    border-radius: 6px;
    text-align: center;
    background: #ffffff;
}

.authentication_item:hover {
    box-shadow: 0px 8px 26px 0px rgba(2, 137, 255, 0.1);
}

.authentication_item_top {
    width: 212px;
    height: 127px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #eeeeee;
}

.authentication_item_top img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.authentication_item_center {
    font-size: 16px;
    color: #101010;
    line-height: 21px;

    margin-top: 53px;
}

.authentication_item_bottom {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-top: 12px;
    white-space: nowrap;
}

.authentication_button {
    display: inline-block;
    text-align: center;
    width: 319px;
    height: 55px;
    background: linear-gradient(90deg, #FFA905 0%, #FF7002 100%);
    /* box-shadow: 0px 13px 19px 0px rgba(255, 141, 2, 0.24); */
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    line-height: 55px;
    position: absolute;
    bottom: -110px;
    left: 37%;
}


.anchor-point {
    position: relative;
    top: -78px;
    overflow: hidden;
}

.about-company-contact{
    width: 100%;
    height: 180px;
    background: url(/static/aboutUsNew/about-bottom-contact.png) center center no-repeat;
    background-size: cover;
}
.about-company-contact-click{
    width: 200px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
