@charset "UTF-8";

body {
    margin: 0 auto;
    min-width: 1200px;
    background: #3012ce;
    color: #333;
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "Heiti SC", tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}

button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
ol,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

img {
    border: 0 none;
    vertical-align: top
}

li,
ol,
ul {
    list-style-type: none
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-weight: 400;
    font-style: normal
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease
}

a:hover {
    text-decoration: none
}

a,
a:hover {
    outline: 0
}

input {
    outline: 0
}

textarea {
    resize: none
}

.layout {
    margin: 0 auto;
    width: 1200px !important
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}

.pr {
    position: relative
}

.abs {
    position: absolute
}

.tc {
    text-align: center
}
body{
    padding-bottom: 100px;
}
.header_top{
    width: 100%;
    height: auto;
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_txt.png) no-repeat center top;
    padding-top: 406px;
    box-sizing: border-box;
}
.subTxt{
    width: 537px;
    height: 44px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    border-radius: 22px;
    line-height: 44px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_sub.png) no-repeat center top;
    margin: 0 auto;
}
.subTxt span{
    background: linear-gradient(to bottom, #c51bfd, #530be0);
  /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    /* 可选：增加文字样式，让效果更明显 */
    font-size: 28px;
    font-weight: bold;
}
.txt_info_con{
    width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 52px;
}
.txt_info{
    background: linear-gradient(to top, #30daff, #c8ffef);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    /* 可选：增加文字样式，让效果更明显 */
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.txt_info_con p{
    margin-bottom: 27px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-top: 23px;
}
.quality_con{
    width: 1385px;
    height: 806px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_q_bg01.png) no-repeat center bottom;
    margin: 0 auto;
}
.quality_con .swiper-slide{
    text-align: center;
    width: 333px;
    height: 275px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.quality_con .swiper-slide:hover{
    transform: translateY(-10px);
}

.quality_con .swiper-slide:nth-child(1){
    width: 255px;
    height: 244px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_q_bg02.png) no-repeat center bottom;
    margin-top: 16px;
    padding-top: 32px;
}
.quality_con .swiper-slide:nth-child(2){
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_q_bg.png) no-repeat center bottom;
    padding-top: 40px;
}
.quality_con .swiper-slide:nth-child(3){
     width: 255px;
    height: 244px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/header_top_q_bg03.png) no-repeat center bottom;
    margin-top: 16px;
    padding-top: 32px;
}
.quality_con .swiper-slide h5{
    font-size: 28px;
    color: #94ffff;
    margin: 25px 0 15px 0;
    line-height: 1;
}
.quality_con .swiper-slide:nth-child(1) h5,.quality_con .swiper-slide:nth-child(3) h5{
    margin-top: 19px;
    width: 238px;
}
.quality_con .swiper-slide:nth-child(3) h5{
    margin-left: 18px;
}
.quality_con .swiper-slide p{
    color: #fff;
    font-size: 18px;
    line-height: 1;
    
}
.quality_con .swiper-slide:nth-child(1) p{
    width: 238px;
}
.quality_con .swiper-slide:nth-child(3) p{
    width: 238px;
    margin-left: 18px;
}
.quality_con .swiper-container{
    width: 850px;
    padding: 20px;
}

.common_title{
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.common_title img{
    margin-top: 15px;
}
.common_title span{
    display: inline-block;
    font-weight: 600;
    font-size: 36px;
    background: linear-gradient(to top, #30daff, #c8ffef);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    *color: #30daff; /* IE6、IE7 */
    _color: #30daff; /* IE6 */
    color: #30daff\9; /* IE6、IE7、IE8 */
    margin:0 10px
}
/* 高管班 start */
.executive_class{
    margin-top: 10px; 
}
.executive_class ul{
    height: 136px;
    display: flex;
    align-items: flex-end;
}
.executive_class li{
    width: 290px;
    height: 116px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img01.png) no-repeat center;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    box-sizing: border-box;
    float: left;
    margin-right: 12px;
}
.executive_class li.on{
    height: 136px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img02.png) no-repeat center;
}
.executive_class li:last-child{
    margin-right: 0;
}
.executive_class li p{
    font-size: 22px;
    font-weight: 600;
}
.executive_class li span{
    font-size: 14px;
    margin-top: 5px;
}
.executive_class_con{
    height: auto;
    background: linear-gradient(to bottom,#ae28d5,#2340f4);
    border-radius: 10px;
    margin-top: 10px;
    padding: 16px;
    box-sizing: border-box;
}
.exec_class_main{
    width: 1168px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
    box-sizing: border-box;
    display: none;
}
.exec_class_list{
    width: 1100px;
    height: 140px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img03.png) no-repeat center;
    margin: 0 auto;
}
.exec_class_list li{
    float: left;
    width: 266px;
    height: 73px;
    text-align: center;
    margin-top: 40px;
}
.exec_class_list02 li{
    margin-top: 30px;
}
.exec_class_list img{
    margin-top: 20px;
}
.exec_class_list li p{
    background: linear-gradient(to top, #fff8eb, #facc80);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
.exec_class_list02 li p{
    margin-bottom: 10px;
}
.exe_txt{
    text-align: center;
    margin-top: 45px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}
.exec_class_list li i{
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    margin: 12px auto;
}
.exec_class_list li span{
    font-size: 16px;
    color: #fff;
}
.exe_class_img04{
    display: block;
    margin: 0 auto;
    margin-top: 34px;
}
.exec_class_three{
    height: 944px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img07.png) no-repeat center;
    text-align: center;
    color: #000;
    margin-top: 40px;
}
.exec_class_three_con{
    margin-left: 148px;
}
.exec_class_three .exec_class_three_con:nth-child(2){
    margin-left: 93px;
}
.exec_class_three .exec_class_three_con:nth-child(3){
    margin-left: 40px;
}
.exec_class_three .exec_class_three_con:nth-child(4){
    margin-left: 77px;
}
.exec_class_three .exec_class_three_con:nth-child(5){
    margin-left: 41px;
}
.exec_class_three .exec_class_three_con:nth-child(6){
    margin-left: 68px;
}
.exec_class_three .exec_class_three_con:nth-child(7){
    margin: 40px 0 0 363px;
}
.exec_class_three_con img{
    margin-bottom: 50px;
}
.exec_class_three_con h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.exec_class_three_con p{
    font-size: 18px;
    line-height: 40px;
    margin-top: 5px;
    height: 80px;
}
.zhi_sixiang_top{
    width: 1110px;
    height: 319px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img08.png) no-repeat center;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}
.zhi_sixiang_top .si_x_con_fl{
    margin-bottom: 5px;
    width: 330px;
}
.zhi_sixiang_top .si_x_con_fl:nth-child(odd){
    margin-right: 328px;
    margin-left: 69px;
}

.zhi_sixiang_top .si_x_con_fl h5{
    width: 313px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(to bottom,#0151e5,#52abfd);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.zhi_sixiang_top .si_x_con_fl p{
    font-size: 18px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.zhi_sixiang_info{
    width: 1128px;
    height: auto;
    border: 2px solid #a16fe5;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 35px 23px 30px 23px;
    box-sizing: border-box;
}
.zhi_sixiang_info ul li{
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 23px;
}
.common_title_blue{
    margin-top: 56px;
}
.common_title_blue span{
    color: #2340f4;
    background:none;
}
.spe_face_ins{
    width: 1200px;
    height: 66px;
    background: linear-gradient(to bottom,#e8e7ff,#b2baff);
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 43px;
}
.spe_face_ins li{
    float: left;
    width: 600px;
    line-height: 66px;
    text-align: center; 
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.spe_face_ins li.on{
    color: #fff;
    height: 86px;
    border-radius: 10px;
    line-height: 86px;
    background: linear-gradient(to bottom,#b71cff,#6c1aed);
}

.spe_face_ins_con{
    margin-top: 26px;
    padding-bottom: 55px;
    display: none;
}
.spe_face_ins_con li{
    width: 141px;
    height: 386px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/exe_class_img05.png) no-repeat center;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    padding-top: 60px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: width 0.5s;
    transition: width 0.s;
}
.spe_face_ins_con li:last-child{
    margin-right: 0;
}
.spe_face_ins_con li h5{
    width: 114px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}
.spe_face_ins_con li i{
    display: block;
    width: 17px;
    height: 22px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/arrow_img.png) no-repeat center;
    margin: 20px auto;
}

.spe_face_ins_con li.on{
    width: 440px;
    background: #4a4cf0;
    padding-top: 28px;
}
.spe_face_ins_con01 li.on{
    width: 594px;
}
.spe_face_ins_con li.on h5{
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    line-height: 1;
}
.spe_face_ins_con li.on i{
    display: none;
}
.spe_face_ins_txt{
    width: 420px;
    height: 311px;
    margin: 0 auto;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 18px;
    display: none;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    padding: 26px 20px 20px 20px;
    box-sizing: border-box;
    transition: all 1s;
}
 .spe_face_ins_con li.on .spe_face_ins_txt{
    display: block;
}
.spe_face_ins_con01 li.on .spe_face_ins_txt{
    width: 540px;
}
/* 高管班 end */
/* 网络直播课start */
.online_live_class{
    padding-top: 58px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/online_l_class.png) no-repeat center top,
    url(/images/shuishou/zhuanti/2026cshyfw/online_l_m_bg.png) no-repeat center top 450px,
    url(/images/shuishou/zhuanti/2026cshyfw/online_l_class_bg.png) no-repeat center top 60px,
    
    #2c10cd;
}
.sub_title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}
.online_live_list{
    margin-top: 60px;
}
.online_live_list li{
    width: 285px;
    height: 130px;
    border-radius: 10px;
    background: linear-gradient(135deg,#ffffff,#e8c2ff);
    margin-right: 20px;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.online_live_list li:nth-child(4n){
    margin-right: 0;
}
.online_live_list li h6{
    text-align: center;
    width: 270px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to bottom,#9e40ff,#3442ff);
    margin: 0 auto;
    line-height: 40px;
}
.online_live_list li h6.on{
    background: linear-gradient(to bottom,#ff9fa9,#f34b63);
}
.online_live_list li p{
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-top: 7px;
}
.online_live_phone{
    width: 1200px;
    /* background: url(/images/shuishou/zhuanti/2026cshyfw/online_l_m_bg.png) no-repeat center top; */
    height: auto;
    margin-top: 80px;
}
.online_live_phone li{
    margin-bottom: 15px;
}
.online_live_phone li .online_live_phone_info{
    width: 404px;
    height: 87px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/online_l_m_img01.png) no-repeat;
}
.online_live_phone li .online_live_phone_info.on{
    background: url(/images/shuishou/zhuanti/2026cshyfw/online_l_m_img02.png) no-repeat;
}
.online_live_phone li .online_live_phone_info h3{
    float: left;
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 20px;
    width: 90px;
}
.online_live_phone li .online_live_phone_info p{
    float: left;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    line-height: 28px;
    margin-left: 18px;
}
.online_live_phone li .online_live_phone_info p.one{
    padding-top: 30px;
}

/* 网络直播课end */
/* 实务特训营 start */
.online_shiwu_pra_train{
    background: #eee6ff;
    border-radius: 10px;
    height: auto;
    padding: 43px 35px 40px;
    box-sizing: border-box;
    margin-top: 36px;
}
.online_shiwu_pra_train li{
    width: 1130px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 16px 2px rgba(171, 142, 233, 0.2);
    padding-bottom: 10px;
}
.online_shiwu_pra_train li:last-child{
    margin-bottom: 0;
}
.tranin_txt{
    width: 100%;
    height: 87px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/online_l_shiwu_txt.png) no-repeat;
}
.tranin_txt h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    width: 292px;
    padding-left: 39px;
    box-sizing: border-box;
    line-height: 87px;
}
.tranin_txt em{
    width: 128px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#d495f9,#ffddfd);
    margin-top: 20px;
    margin-left: 26px;
    margin-right: 16px;
    text-align: center;
    line-height: 46px;
    color: #3e1e9f;
    font-size: 16px;
    font-weight: 600;
}
.tranin_txt p{
    width: 611px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-top: 26px;
}
.tranin_txt p.on{
    margin-top: 12px;
}
.tranin_con{
    padding-left: 40px;
    padding-top: 22px;
}
.tranin_con a{
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.tranin_con i{
    vertical-align: middle;
}
.mt90{
    margin-top: 90px;
}
/* 实务特训营 end */
/* 高清视频课start */
.high_define{
    width: 100%;
    height: 324px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/high_class.png) no-repeat center top;
    padding-top: 58px;
    box-sizing: border-box;
    margin-top: 69px;
}
.high_define .common_title span{
    background: linear-gradient(to top, #660907, #ea223a);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    *color: #30daff; /* IE6、IE7 */
    _color: #30daff; /* IE6 */
    color: #30daff\9; /* IE6、IE7、IE8 */
}
.high_define_con{
    width: 1002px;
    margin: 0 auto;
    margin-top: 38px;
}
.high_define_con li{
    width: 286px;
    height: 183px;
    float: left;
    margin-right: 72px;
    padding-top: 90px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.high_define_con li:last-child{
    margin-right: 0;
}
.high_define_con li:nth-child(1){
    background: url(/images/shuishou/zhuanti/2026cshyfw/high_class_img01.png) no-repeat center top;
}
.high_define_con li:nth-child(2){
    background: url(/images/shuishou/zhuanti/2026cshyfw/high_class_img02.png) no-repeat center top;
}
.high_define_con li:nth-child(3){
    background: url(/images/shuishou/zhuanti/2026cshyfw/high_class_img03.png) no-repeat center top;
}
.high_define_con li span{
    display: block;
    width: 264px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.high_define_con_l{
    background: #edf2ff;
    padding-top: 51px;
    padding-bottom: 20px;
}
.high_define_list li{
    width: 366px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px 0 rgba(90, 83, 202, 0.2);
    float: left;
    margin-right: 51px;
    margin-bottom: 20px;
}
.high_define_list li:nth-child(3n){
    margin-right: 0;
}
.high_define_list li h5{
    background: linear-gradient(to bottom,#3442ff,#9e40ff);
    height: 50px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
.high_define_list li h5 span{
    font-size: 14px;
    margin-left: 24px;
}
.high_define_l_con{
    padding: 20px 30px 20px 40px;
    box-sizing: border-box;
}
.high_define_l_con p{
    height: 28px;
}
.high_define_l_con p span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 136px;
    line-height: 28px;
}
/* 高清视频课end */
.cert_book{
    height: 435px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/course_certif_bg.png) no-repeat center top;
    padding-top: 60px;
    box-sizing: border-box;
}
.cert_book_list{
    margin-top: 43px;
}
.cert_book_list li{
    width: 270px;
    height: 223px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/course_certif_img01.png) no-repeat center top;
    padding-top: 22px;
    box-sizing: border-box;
    margin-right: 39px;
    float: left;
}
.cert_book_list li:last-child{
    margin-right: 0;
}
.cert_book_list li h3{
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: linear-gradient(to bottom,#ffe6fe,#d598f9);
    font-size: 18px;
    color: #2c10d3;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 10px;
}
.cert_book_list li p{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px;
    margin-left: 20px;
}
.cert_book_list li p span{
    display: inline-block;
    width: 110px;
    text-align: center;
}
.cert_book_list li a{
    display: block;
    width: 195px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background: #6c15b6;
}
/* 数十种国家证书均有辅导end */
/* 企业多元化专业定制服务体系 start */
.diversication{
    background: #e7e2ff;
    padding-top: 53px;
    padding-bottom: 30px;
}
.diversication_con_txt{
    margin-top: 45px;
    margin-left: 8px;
}
.diversication_con_txt li{
    width: 150px;
    height: 64px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-right: 22px;
    float: left;
    background: linear-gradient(to bottom,#aba7ff,#6371e2);
    cursor: pointer;
}
.diversication_con_txt li:last-child{
    margin-right: 0;
}
.diversication_con_txt li.on{
    background: linear-gradient(to bottom,#b71cff,#6a1aec);
}
.div_list_con{
    height: auto;
    border-radius: 10px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: none;
}
.div_list_fl{
    width: 417px;
    height: 505px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/dev_l_bg.png) no-repeat right top;
    text-align: right;
    margin-left: 20px;
}
.div_list_fl li{
    line-height: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-right: 17px;
}
.div_list_fr{
    margin-right: 20px;
}   
.div_list_fr li{
    height: 98px;
    background: #edf0ff;
    margin-bottom: 2px;
    width: 730px;
    padding: 13px 0 0 16px;
    box-sizing: border-box;
}
.div_list_fr li p{
    float: left;
    margin-right: 23px;
}
.div_list_fr li p:last-child{
    margin-right: 0;
}
.div_list_fr li span{
    color: #000000;
    font-size: 14px;
    
    display: block;
    line-height: 1;
    margin-bottom: 14px;
    width: 57px;
}
.div_list_con .project_zixun{
    padding-left: 50px;

}
.div_list_con .project_zixun li{
    width: 140px;
    height: 98px;
    border-radius: 0 20px 0 0;
    text-align: center;
    line-height: 98px;
    border: 1px solid #667fff;
    box-shadow: 0 5px 5px 0 rgba(224, 229, 255, 1);
    margin-right: 16px;
    float: left;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}
.div_list_con .project_zixun li.two{
    line-height: 1.2;
    padding-top: 26px;
    box-sizing: border-box
}
.div_list_con .project_zixun li.three{
    line-height: 1.2;
    padding-top: 14px;
    box-sizing: border-box
}
.div_list_con .project_zixun li:nth-child(7n){
    margin-right: 0;
}
.div_list_con .project_zixun li:nth-child(odd){
    background: #edf0ff;
}
.kaoshi_test{
    width: auto;
}
.kaoshi_test .kaoshi_test_fl{
    width: 520px;
    height: 280px;
    border-radius: 10px;
    border: 1px dashed #667fff;  
    padding: 29px 0 0 65px;
    box-sizing: border-box;
    margin-left: 50px;
}
.kaoshi_test .kaoshi_test_fl h5{
    font-size: 18px;
    color: #385dff;
    margin-bottom: 9px;
}
.kaoshi_test .kaoshi_test_fl h5 i{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/kaoshi_img01.png) no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
}
.kaoshi_test .kaoshi_test_fl p{
    width: 430px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}
.kaoshi_test .kaoshi_test_fl .kaoshi_info{
    width: 252px;
    height: 90px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/kaoshi_img02.png) no-repeat center;
    font-size: 0;
    margin-top: 20px;
} 
.kaoshi_test .kaoshi_test_fl .kaoshi_info span{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 84px;
    margin-top: 20px;
    text-align: center;
}
.kaoshi_test .kaoshi_test_fl.fr{
    margin-right: 50px;
    margin-left: 0;
}
.kaoshi_test .jia{
    width: 32px;
    height: 32px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/kaoshi_img05.png) no-repeat center;
    margin-top: 116px;
    margin-left: 14px;
}
.kaoshi_test .kaoshi_test_fl.fr h5 i{
    background: url(/images/shuishou/zhuanti/2026cshyfw/kaoshi_img03.png) no-repeat center;
}
.kaoshi_test .kaoshi_test_fl.fr .kaoshi_info{
    background: url(/images/shuishou/zhuanti/2026cshyfw/kaoshi_img04.png) no-repeat center;
}
.jingsai_server{
    width: 598px;
    height: 250px;
    position: relative;
    background: url(/images/shuishou/zhuanti/2026cshyfw/jingsai_server.png) no-repeat center;
    margin:  0 auto;
}
.jingsai_server span{
    font-size: 16px;
    color: #385dff;
    font-weight: 600;
    line-height: 30px;
    width: 144px;
    height: 128px;
    position: absolute;
    padding-top: 32px;
    box-sizing: border-box;
    text-align: center;
}
.jingsai_server span:nth-child(1){
    left: 0;
    top: 66px;
}
.jingsai_server span:nth-child(2){
    left: 107px;
    top: 0px;
}
.jingsai_server span:nth-child(3){
    left: 107px;
    bottom: 0px;
}
.jingsai_server span:nth-child(4){
    right: 107px;
    top: 0px;
}
.jingsai_server span:nth-child(5){
    right: 107px;
    bottom: 0px;
}
.jingsai_server span:nth-child(6){
    right: 0;
    top: 66px;
}
.huiwu_server{
    width: 1046px;
    height: 278px;
    margin: 0 auto;
    background: url(/images/shuishou/zhuanti/2026cshyfw/huiwu_server_bg.png) no-repeat center;
}
.huiwu_server ul{
    margin-top: 7px;
}
.huiwu_server ul li{
    width: 324px;
    height: 122px;
    border-radius: 10px;
    background: #edf0ff;
    float: left;
    margin-right: 398px;
    margin-bottom: 32px;
}
.huiwu_server ul li:nth-child(2n){
    margin-right: 0;
}
.huiwu_server ul li h5{
    width: 324px;
    height: 34px;
    border-radius: 10px 10px 0 0;
    background: #977bf1;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.huiwu_server ul li .huisu_list{
    padding: 0 25px;
    font-size: 0;
}
.huiwu_server ul li .huisu_list span{
    display: inline-block;
    width: 72px;
    margin-right: 27px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}
.huiwu_server ul li .huisu_list span:nth-child(3n){
    margin-right: 0;
}
.fudao_fuhua_l{
    width: 298px;
    height: 386px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/fudao-fuhua.png) no-repeat center;
    margin-right: 50px;
    float: left;
}
.fudao_fuhua_l:first-child{
    margin-left: 106px;
}
.fudao_fuhua_l h5{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.fudao_fuhua_l h6{
    text-align: center;
    color: #000;
    font-size: 18px;
    width: 194px;
    height: 38px;
    border-radius: 10px;
    background: #e7e2ff;
    margin: 0 auto;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.fudao_fuhua_l p{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 36px;
}
.fuhua_plant{
    margin-top: 20px;
}
.fuhua_plant p{
    font-size: 0;
}
.fuhua_plant p span{
    display: inline-block;
    margin-left: 10px;
    width: 86px;
    height: 38px;
    line-height: 38px;
    background: #eaeaea;
    font-size: 18px;
    color: #000;
    text-align: center;

}
.fuhua_plant p.cloum span{
    width: 42px;
    height: 110px;
    margin-left: 0;
    margin-right: 47px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 24px;
    padding-top: 6px;
}
.fuhua_plant p.cloum span:first-child{
    margin-left: 10px;
}
.fuhua_plant p.cloum span:last-child{
    margin-right: 0;
}
.shipin_vclass{
    width: 816px;
    height: 335px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_bg.png) no-repeat center;
    margin: 0 auto;
    position: relative;
}
.shipin_vclass_img01{
    position: absolute;
    width: 140px;
    height: 126px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 68px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 18px;
}
.shipin_vclass_img01:nth-child(1){
    left: 0;
    top: 138px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img01.png) no-repeat center;
}
.shipin_vclass_img01:nth-child(2){
    left: 132px;
    top: 72px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img02.png) no-repeat center;
}
.shipin_vclass_img01:nth-child(3){
    left: 259px;
    top: 138px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img03.png) no-repeat center;
}
.shipin_vclass_img01:nth-child(4){
    padding-top: 73px;
    left: 382px;
    top: 72px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img04.png) no-repeat center;
}
.shipin_vclass_img01:nth-child(5){
    padding-top: 73px;
    left: 500px;
    top: 138px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img05.png) no-repeat center;
}
.shipin_vclass_img01:nth-child(6){
    padding-top: 73px;
    right: 50px;
    top: 72px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shipin_v_img06.png) no-repeat center;
}
/* 企业多元化专业定制服务体系 end */
/* 数字化财税IT工具体系 start */
.num_fin_tax{
    height: auto;
    width: 100%;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_it.png) no-repeat center top,#2b0fcd;
    padding-top: 70px;
}
.num_fin_tax_con{
    width: 1440px;
    height: auto;
    margin: 30px auto;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_bg.png) no-repeat center bottom;
    padding-bottom: 218px;
}
.num_fin_tax_con ul li{
    float: left;
    margin-right: 15px;
}
.num_fin_tax_con ul li:nth-child(1){
    width: 228px;
    height: 363px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_it_img02.png) no-repeat center top;
    padding-top: 68px;
    box-sizing: border-box;
}
.num_fin_tax_con ul li:nth-child(2){
    width: 228px;
    height: 363px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_it_img01.png) no-repeat center top;
    padding-top: 68px;
    box-sizing: border-box;
}
.num_fin_tax_con ul li:nth-child(3){
    width: 228px;
    height: 289px;
    background: linear-gradient(to bottom,#f0f1ff,#bec3f4);
    padding-top: 33px;
    box-sizing: border-box;
    margin-top: 40px;
}
.num_fin_tax_con ul li:nth-child(4){
    width: 228px;
    height: 363px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_it_img03.png) no-repeat center top;
    padding-top: 68px;
    box-sizing: border-box;
}
.num_fin_tax_con ul li:nth-child(5){
    width: 228px;
    height: 363px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/shuzihua_it_img04.png) no-repeat center top;
    padding-top: 68px;
    box-sizing: border-box;
    margin-right: 0;
}
.num_fin_tax_con ul li h5{
    font-size: 20px;
    color: #341ad3;
    line-height: 28px;
    text-align: center;
}
.num_fin_tax_con ul li i{
    display: block;
    width: 175px;
    height: auto;
    margin: 0 auto;
    margin-top: 18px;
    border-top: 1px dashed #341ad3;
    position: relative;
}
.num_fin_tax_con ul li i::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 6px;
    top: -3px;
    left: 50%;
    margin-left: -17.5px;
    background: #341ad3;
}
.num_fin_tax_con ul li p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-top: 24px;
}
.num_fin_tax_con ul li.on h5{
    color: #fff;
}
.num_fin_tax_con ul li.on p{
    color: #fff;
}
.num_fin_tax_con ul li.on i{
    border-top: 1px dashed #fff;
}
.num_fin_tax_con ul li.on i::after{
    background: #fff;
}
/* 数字化财税IT工具体系 end */
/* 品质和权益start */
.mt60{
    margin-top: 60px;
}
.qua_rights{
    height: auto;
    background: url(/images/shuishou/zhuanti/2026cshyfw/quit_regiths_bg.png) no-repeat center top;
    padding-top: 80px;
    margin-top: 30px;
}
.qua_rights_con{
    width: 364px;
    height: 221px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/qu_rights_img01.png) no-repeat center top;
    padding-top: 27px;
}
.qua_rights_con h5{
    width: 240px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#ffe6fe,#d495f9);
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #2c10d3;
    margin-bottom: 16px;
}
.qua_rights_con p{
    width: 310px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
}
.qua_rights_con.fr p{
    margin-left: 100px;
}
.qua_rights_con01{
    width: 541px;
    height: 221px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/qu_rights_img02.png) no-repeat center top;
    margin: 0 auto;
}
.qua_rights_con01 p{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
/* 会员服务方案 start */
.member_service_plan{
    background: url(/images/shuishou/zhuanti/2026cshyfw/member_server_plan.png) no-repeat center top;
    padding-top: 52px;
}
.member_service_plan .common_title span{
    background: linear-gradient(to top, #660907, #ea223a);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    *color: #30daff; /* IE6、IE7 */
    _color: #30daff; /* IE6 */
    color: #30daff\9; /* IE6、IE7、IE8 */
}
.m_s_p_con{
    width: 1134px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 24px 0 rgba(171, 142, 233, 0.5);
    margin-top: 30px;
    padding-bottom: 7px;
}
.m_s_p_con .plan_txt h5{
    width: 320px;
    height: 140px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img01.png) no-repeat center top;
    padding-left: 28px;
    padding-top: 40px;
    box-sizing: border-box;
    line-height: 1;
}
.m_s_p_con .plan_txt h5 p{
    background: linear-gradient(to right, #fef6e8,#bafffc);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}
.m_s_p_con02 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img02.png) no-repeat center top;
    
}
.m_s_p_con02 .plan_txt h5 p{
    background: linear-gradient(to right, #080091,#8a1e99);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con03 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img03.png) no-repeat center top;
}
.m_s_p_con03 .plan_txt h5 p{
    background: linear-gradient(to right, #ffecce,#ffffff);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con04 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img04.png) no-repeat center top;
    
}
.m_s_p_con04 .plan_txt h5 p{
    background: linear-gradient(to right, #5d1909,#c25919);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con05 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img05.png) no-repeat center top;
    
}
.m_s_p_con05 .plan_txt h5 p{
    background: linear-gradient(to right, #c1b6f5,#b7fbf8,#cac6f2,#fdc1f5,#fef6e8,#bafffc,#a4ccfc);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con06 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img06.png) no-repeat center top;
   
}
.m_s_p_con06 .plan_txt h5 p{
     background: linear-gradient(to right, #ffffff,#00ffe4,#ffffff);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con07 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img07.png) no-repeat center top;
   
}
.m_s_p_con07 .plan_txt h5 p{
      background: linear-gradient(to right, #c1b6f5,#fef6e8,#bafffc);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con08 .plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img08.png) no-repeat center top;
}
.m_s_p_con08 .plan_txt h5 p{
      background: linear-gradient(to right, #fff8eb,#facc80);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con09.plan_txt h5{
    background: url(/images/shuishou/zhuanti/2026cshyfw/m_s_p_img09.png) no-repeat center top;
}
.m_s_p_con09 .plan_txt h5 p{
      background: linear-gradient(to right, #fff8eb,#facc80);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con02 .plan_txt h5 p{
    background: linear-gradient(to right, #fef6e8,#bafffc);
    /* 核心属性：将背景裁剪到文字 */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 文字透明，显示渐变背景 */
    color: transparent;
}
.m_s_p_con .plan_txt h5 span{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.m_s_p_con .plan_txt h5 span i{
    font-weight: 500;
    font-size: 14px;
}
.m_s_p_con .plan_txt ul{
    width: 814px;
    height: 140px;
    background: linear-gradient(to right,#be37ea,#6722f4);
    padding-top: 20px;
    box-sizing: border-box;
}

.m_s_p_con .plan_txt ul li{
    margin-left: 47px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}
.plan_con{
    padding-top: 43px;
}
.plan_con .plan_con_fl{
    width: 480px;
    margin-left: 43px;
}
.plan_con .plan_con_fl.fr{
    margin-right: 42px;
}

.plan_con .plan_con_fl h4{
    width: 480px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(to right,#ece8ff,#d1caff);
    text-align: center;
    font-size: 18px;
    color: #6327d1;
    font-weight: 600;
}
.plan_con .plan_con_fl ul{
    margin-bottom: 27px;
}
.plan_con .plan_con_fl ul li{
    height: 38px;
    width: 100%;
    border-bottom: 1px dashed #bebebe;
    line-height: 38px;
    color: #3c3c3c;
    font-size: 14px;
}
.plan_con .plan_con_fl ul li a{
    width: 95px;
    height: 20px;
    border: 1px solid #453fa8;
    color: #453fa8;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
}
/* 他们都在选择 start */
.logo{
    background: url(/images/shuishou/zhuanti/2026cshyfw/logo_bg.png) no-repeat center top;
    height: 746px;
    padding-top: 681px;
    box-sizing: border-box;
    margin-top: 60px;
}
.logo p{
    text-align: center;
    font-size: 16px;
    color: #000;

}
/* 他们都在选择 end */
.fix_box{
    width: 100%;
    position: fixed;
    height: 123px;
    background: url(/images/shuishou/zhuanti/2026cshyfw/fix_bg.png) no-repeat center top;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.fix_box a{
    position: absolute;
    height: 100%;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .subTxt span{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        color: #c51bfd; /* IE10+兜底纯色 */
    }
    .txt_info{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #30daff;
       
    }
    .common_title span{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #30daff;
    }
    .exec_class_list li p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #facc80;
    }
    .high_define .common_title span{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #660907;
    }
    .member_service_plan .common_title span{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #660907;
    }
    .m_s_p_con .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #bafffc;
    }
    .m_s_p_con02 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #080091;
    }
    .m_s_p_con03 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #ffecce;
    }
    .m_s_p_con04 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #5d1909;
    }
    .m_s_p_con05 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #bafffc;
    }
    .m_s_p_con06 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #00ffe4;
    }
    .m_s_p_con07 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #c1b6f5;
    }
    .m_s_p_con08 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #facc80;
    }
    .m_s_p_con09 .plan_txt h5 p{
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        /* 文字透明，显示渐变背景 */
        color: #facc80;
    }

}