* {
    padding: 0;
    margin: 0;
}

body{
    overflow-x: hidden;
}

.practice_logo{
    width: 100%;
    height: 580px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/logo.jpg);
    padding-top:202px;
    align-items: center;

}
.practice_logo_title{
    font-family: 'ast';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 93px;
    color: #ffffff;
    width: 1200px;
}
.practice_logo_title_small{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    width: 1200px;
}
.practice_intro_info{
    width: 1200px;
    padding: 120px 0px 60px 0px;  
}
.practice_intro_info .title{
    color:#323C49;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}
.practice_intro_info .info{
    color: #6C7685;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.intro_items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
  
    margin-top:40px;
}
.intro_item{
    padding: 24px;
    width: 392px;
    height:264px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);

}
.intro_item_title{
    margin-top:12px;
    margin-bottom:12px;
    color: #323C49;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}
.intro_item_info{
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.innovation_development{
    width:1200px;
    padding: 60px 0px;
}
.innovation_development .title{
    color: #323C49;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
    text-align: center;
}
.innovation_development .info{
    color: #6C7685;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.innovation_development_swiper_one{
    margin-top:40px;
    margin-bottom: 40px;
    
}
.swiper_div_one{
    justify-content: space-between;
}
.swiper_div_two{
    justify-content: space-between;
    margin-top: 40px;
}
/* .swiperObjOneItem{
    max-height:450px !important;
    width:760px
} */
.swiperObjOne,.swiperObjTwo{
    max-height: 450px;
    min-width: 760px;
    overflow: hidden;
}
.swiperObjOneClick,.swiperObjTwoClick{
    width:400px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.swiperObjOneClick .swiperClickItem{
    display: flex;
    width: 400px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ffffff;
}
.swiperObjTwoClick .swiperClickItem{
    display: flex;
    width: 400px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ffffff;
}
.swiperClickItemTitle{
    align-items: center;
}
.swiperClickItemInfo{
    color: #848C99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.swiperClickItemTitleWord{
    color: #323C49;
    margin-left: 8px;
    /* 16/CN-Regular */;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.swiperObjOneClick .swiperClickItem:nth-child(2){
    margin-top: 27px;
    margin-bottom: 27px;
}
.swiperObjTwoClick .swiperClickItem:nth-child(2){
    margin-top: 27px;
    margin-bottom: 27px;
}

.swiper_icon_4{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_4.png);
    align-items: center;
}
.swiper_icon_5{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_5.png);
    align-items: center;
}
.swiper_icon_6{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_6.png);
    align-items: center;
}

.swiper_icon_7{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_7.png);
    align-items: center;
}
.swiper_icon_8{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_8.png);
    align-items: center;
}
.swiper_icon_9{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/icon_9.png);
    align-items: center;
}
.swiperObjOneClick .active .swiper_icon_4{
    background-image: url(../images/practice/icon_4-1.png);
}
.swiperObjOneClick .active .swiper_icon_5{
    background-image: url(../images/practice/icon_5-1.png);
}
.swiperObjOneClick .active .swiper_icon_6{
    background-image: url(../images/practice/icon_6-1.png);
}
.swiperObjOneClick .active .swiperClickItemTitleWord{
    color: #083A7E;
}
.swiperObjOneClick .active .swiperClickItemInfo{
    color: #083A7E;
}
.swiperObjOneClick .active.swiperClickItem{
    border-bottom: 1px solid #E7EEF7;
    background: #FAFAFA;
}

.swiperObjTwoClick .active .swiper_icon_7{
    background-image: url(../images/practice/icon_7-1.png);
}
.swiperObjTwoClick .active .swiper_icon_8{
    background-image: url(../images/practice/icon_8-1.png);
}
.swiperObjTwoClick .active .swiper_icon_9{
    background-image: url(../images/practice/icon_9-1.png);
}
.swiperObjTwoClick .active .swiperClickItemTitleWord{
    color: #083A7E;
}
.swiperObjTwoClick .active .swiperClickItemInfo{
    color: #083A7E;
}
.swiperObjTwoClick .active.swiperClickItem{
    border-bottom: 1px solid #E7EEF7;
    background: #FAFAFA;
}

.swiperObjTwoClick .swiperClickItem:hover{
    border-bottom: 1px solid #E7EEF7;
    background: #FAFAFA;
}
.swiperObjTwoClick .swiperClickItem:hover .swiperClickItemInfo{
    color: #083A7E;
}
.swiperObjTwoClick .swiperClickItem:hover .swiperClickItemTitleWord{
    color: #083A7E;
}

.swiperObjTwoClick  .swiperClickItem:hover .swiper_icon_7{
    background-image: url(../images/practice/icon_7-1.png);
}
.swiperObjTwoClick  .swiperClickItem:hover .swiper_icon_8{
    background-image: url(../images/practice/icon_8-1.png);
}
.swiperObjTwoClick  .swiperClickItem:hover .swiper_icon_9{
    background-image: url(../images/practice/icon_9-1.png);
}

.swiperObjOneClick .swiperClickItem:hover{
    border-bottom: 1px solid #E7EEF7;
    background: #FAFAFA;
}
.swiperObjOneClick .swiperClickItem:hover .swiperClickItemInfo{
    color: #083A7E;
}
.swiperObjOneClick .swiperClickItem:hover .swiperClickItemTitleWord{
    color: #083A7E;
}

.swiperObjOneClick  .swiperClickItem:hover .swiper_icon_4{
    background-image: url(../images/practice/icon_4-1.png);
}
.swiperObjOneClick  .swiperClickItem:hover .swiper_icon_5{
    background-image: url(../images/practice/icon_5-1.png);
}
.swiperObjOneClick  .swiperClickItem:hover .swiper_icon_6{
    background-image: url(../images/practice/icon_6-1.png);
}

.scenarios_cases{
    padding: 120px 0px;
    background: #FAFAFA;
    width: 100%;
}
.scenarios_cases .big_title{
    color: #323C49;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
}
.scenarios_cases .info{
    color: #6C7685;
    margin-bottom:40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.management_service_marketing_c {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.management_service_marketing .management_item_bg_1 {
    background-image: url(../images/solution/management_service_marketing_1.png);
}
.management_service_marketing .management_item {
    padding: 24px;
    width: 392px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.management_service_marketing .management_item_one {
    align-items: center;
}
.management_service_marketing .title {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 4px;
}
.management_service_marketing .management_item_two {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.management_service_marketing .see_more {
    align-items: center;
    margin-top: 28px;
    width: fit-content;
}
.management_service_marketing .see_more_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 4px;
}
.management_service_marketing .management_item_bg_2 {
    background-image: url(../images/solution/management_service_marketing_2.png);
}
.management_service_marketing .management_item_bg_3 {
    background-image: url(../images/solution/management_service_marketing_3.png);
}

.swiper_connect_us{
    width:100%;
    position: relative;
}

.swiper-pagination-three {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 114px !important;
    left: calc(50% - 604px) !important;
    width: 100%;
}
.swiper_connect_us-slide-1{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_connect_1.png);
    /* padding-top: 120px; */
    justify-content: center;
}
.swiper_connect_us-slide-2{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_connect_2.png);
    justify-content: center;
}
.swiper_connect_us-slide-item .content{
    width: 1200px;
}
.swiper_connect_us-slide-item  .big_title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
}
.swiper_connect_us-slide-item .small_title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    width:640px;
}
.swiper_connect_us-slide-1 .connect_us_button{
    width: 96px;
    height: 40px;
    justify-content: center;
    border-radius: 8px;
    background: #0B51B2;
    margin-top:16px;

    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.swiper_connect_us-slide-2 .connect_us_button{
    width: 96px;
    height: 40px;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    margin-top:16px;

    color: #0B51B2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

.practice_productValueWrap{
    width:100%
}
.practice_news{
    width:100%;
    background-color: #fafafa;
}
.practice_news .news {
    padding-bottom: 120px;
    padding-top: 120px;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.productValue {
    height: 460px;
    width: 100%;
    background-image: url(../images/solution/banner1.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.appointment-c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.appointment-c .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    /* margin-top: 159px; */
}
.appointment-c .msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.appointment-c .btn .leftBtn {
    text-align: center;
    /* width: 96px; */
    /* height: 40px; */
    background: #0B51B2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color: #FFFFFF;
    margin-right: 16px;
}
.button-1, .button-2, .button-3 {
    transition: .6s;
    cursor: pointer;
}
.appointment-c .btn .rightBtn {
    text-align: center;
    /* background: #fff; */
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #0B51B2;
}
.appointment-c .btn .rightBtn>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}
.appointment-c .btn .rightBtn span {
    color: #0B51B2;
    font-size: 16px;
    line-height: 24px;
}
.practice-qylyly-title{
    color: #323C49;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}
.practice-qylyly-stitle{
    color: #6C7685;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:24px;
}

.swiperObjOne .swiperObjOneItemOne{
    width: 760px;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_1.png);
 
}
.swiperObjOne .swiperObjOneItemTwo{
    width: 760px;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_2.png);
  
}
.swiperObjOne .swiperObjOneItemThree{
    width: 760px;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_3.png);
  
}

.swiperObjTwo .swiperObjTwoItemFive{
    width: 100%;
    height: 208px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_5.png);
 
}
.swiperObjTwo .swiperObjTwoItemFour{
    width: 100%;
    height: 208px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_4.png);
  
}
.swiperObjTwo .swiperObjTwoItemSix{
    width: 100%;
    height: 208px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/practice/swiper_6.png);
  
}




.flex_column_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex_row{
    display: flex;
    flex-direction: row;
}
.flex_row_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex_column{
    display: flex;
    flex-direction: column;
}



.user-select-none{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;

}
.cursor_pointer{
    cursor: pointer;
}














