.adFixed {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    box-shadow: 0 -2px 13px 3px #0000005e;
    background: #fff;
}
.adFixCon {
    width: 1200px;
    margin: 0 auto;
}
.adFixCon .adTxt {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
}
.adYS {
    float: left;
    margin-left: 80px;
}
.adYS span:nth-child(1) {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 100px;
}
.adYS span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 100px;
}
.adYS span:nth-child(2) b {
    font-size: 57px;
    margin-right: 5px;
    color: #1554bd;
}
.adFixCon .adBtn {
    float: right;
    margin-top: 22px;
    width: 250px;
    height: 66px;
    background: linear-gradient(137deg, #2a6bda 0%, #1250b9 100%);
    border-radius: 8px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.title h5 {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
}
.title p {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}
.title em {
    display: none;
}
.dnHy li {
    color: #333;
}
.dnHy li.active {
    background: rgba(226, 244, 252, 1);
    font-weight: 700;
    color: #333;
}
.pName,.pDri{
    color: #333;
}
.topBtn {
    background:  #1250B9;
}
.MoreLe li:last-child {
    width: 36px;
    height: 187px;
    background: rgba(229, 235, 239, 0.43);
}
.MoreLe li:last-child a {
    display: block;
    width: 36px;
    height: 187px;
}
.MoreLe li:last-child img {
    width: 100%;
    margin-top: 78px;
}
/*    banner*/
.banner20240516 {
    padding-top: 70px;
}
.banner20240516 img {
    width: 100%;
}

/*    关于我们*/
.about_us_inner {
    width: 1200px;
    height: 540px;
    background: url("https://cda.cn/static/extend/member/2024/images/about_us_pic.png") no-repeat right top;
    background-size: 500px;
    margin: 60px auto;
    position: relative;
}
.about_us2024516 {
    position: relative;
}
.about_us2024516:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 120px;
    background: linear-gradient( 222deg, rgba(87,203,243,0.6) 0%, rgba(37,151,228,0.09) 100%);
    opacity: 0.35;
}
.about_us_title {
    position: relative;
    display: inline-block;
    z-index: 3;
    margin-bottom: 40px!important;
}
.about_us_title:before {
    display: block;
    content:'';
    position: absolute;
    width: 26px;
    height: 26px;
    background: #32ABFF;
    opacity: 0.5;
    bottom: -4px;
    right: -4px;
}
.about_us_title:after {
    display: block;
    content:'';
    position: absolute;
    width: 26px;
    height: 26px;
    background: #32ABFF;
    opacity: 0.1;
    bottom: -9px;
    right: -9px;
}
.about_us_title span {
    position: relative;
    z-index: 3;
}
.about_us_inner>p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    width: 640px;
}
.quanyi_2024516 {
    height: 60px;
    display: flex;
    justify-content: space-around;
    width: 700px;
    position: absolute;
    bottom: 25px;
    z-index: 6;
}
.quanyi_2024516>div {
    height: 55px;
    border-right: 1px solid rgba(18, 80, 185, 1);
    width: 15%;
}
.quanyi_2024516>div:last-child {
    border-right: 0;
}
.quanyi_2024516>div img {
    display: block;
    height: 25px;
    margin-bottom:5px;
}
.quanyi_2024516>div span {
    font-weight: 600;
    font-size: 18px;
    color: #455672;
    line-height: 26px;
}

/*    数据库*/
.data_2024516 {
    width: 100%;
    height: 758px;
    background: linear-gradient( 226deg, rgba(201,224,232,0.6) 0%, #E5E8EA 100%);
    padding-top: 40px;
    box-sizing: border-box;

}
.data_2024516_top {
    width: 1200px;
    margin:0 auto;
    height: 60px;
}
.data_2024516_top div {
    float: left;
    width: 166px;
    height: 60px;
    background: #E1F2FA;
    border-radius: 8px 8px 0px 0px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #666666;
    margin-right: 4px;
    cursor: pointer;
}
.data_2024516_top div.active {
    background: #fff;
    color: rgba(51, 51, 51, 1);
}
.btn_2024516 {
    display: block;
    width: 220px;
    height: 50px;
    background: #1250B9;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    margin:0 auto;
}
.btn_2024516:hover {
    color: #fff;
}
.data_2024516_bot {
    width: 1200px;
    margin:0 auto 30px;
    padding:40px 30px;
    box-sizing:border-box;
    height: 430px;
    background: url("https://www.cda.cn/static/extend/member/2024/images/data_bg.png") no-repeat center top;
    background-size: cover;
    position: relative;
}
.data_2024516_bot:after {
    display: block;
    content:'';
    position: absolute;
    right: 247px;
    top: 38px;
    width: 107px;
    height: 75px;
    background:url("https://www.cda.cn/static/extend/member/2024/images/dou2024516.png") no-repeat center top;
    background-size: 107px;
}
.data_bot_left {
    float: left;
}
.data_bot_left li {
    width: 270px;
    height: 50px;
    background: rgba(18, 80, 185, .1);
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.data_bot_left li.active {
    background: rgba(18, 80, 185, 1);
    color: #FFFFFF;
}
.data_bot_right {
    float: left;
    width: 700px;
    margin-left: 70px;
    padding-top: 20px;
}
.data_bot_right h6 {
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    line-height: 46px;
    margin-bottom: 30px;
}
.data_bot_right p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;

}
.data_bot_s_list {
    display: none;
}
.data_bot_item2024516 {
    display: none;
}
.data_bot_item2024516.active {
    display: block;
}
.data_bot_item2024516.active .data_bot_s_list.active {
    display: block;
}
.data_2024516_tab {
    margin-top: 30px;
}
/*    解决方案*/
.newstep_2024516 {
    background: url("https://www.cda.cn/static/extend/member/2024/images/step2024516_bg.png") no-repeat center top;
    background-size: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 40px;
}
.newstep_tab_top {
    text-align: center;
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;

}
.newstep_tab_top>div {
    width: 220px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.04), 0px 5px 13px 0px rgba(0,0,0,0.06);
    border-radius: 8px;

    padding:80px 0 0;
    cursor: pointer;
    box-sizing:border-box;
}
.newstep_tab_top>div:nth-child(1){
    background: url("https://cda.cn/static/extend/member/2024/images/xiaoshou_icon.png") no-repeat center 40px #fff ;
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(2){
    background: url("https://cda.cn/static/extend/member/2024/images/chanpin_icon.png") no-repeat center 40px #fff;
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(3){
    background: url("https://cda.cn/static/extend/member/2024/images/yunying_icon.png") no-repeat center 40px #fff;
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(4){
    background: url("https://cda.cn/static/extend/member/2024/images/shichang_icon.png") no-repeat center 40px #fff;
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(5){
    background: url("https://cda.cn/static/extend/member/2024/images/renli_icon.png") no-repeat center 40px #fff;
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(1).active{
    background: url("https://cda.cn/static/extend/member/2024/images/xiaoshou_icon_h.png") no-repeat center 40px  rgba(37, 151, 228, 1);
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(2).active{
    background: url("https://cda.cn/static/extend/member/2024/images/chanpin_icon_h.png") no-repeat center 40px rgba(37, 151, 228, 1);
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(3).active{
    background: url("https://cda.cn/static/extend/member/2024/images/yunying_icon_h.png") no-repeat center 40px rgba(37, 151, 228, 1);
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(4).active{
    background: url("https://cda.cn/static/extend/member/2024/images/shichang_icon_h.png") no-repeat center 40px rgba(37, 151, 228, 1);
    background-size: 40px;
}
.newstep_tab_top>div:nth-child(5).active{
    background: url("https://cda.cn/static/extend/member/2024/images/renli_icon_h.png") no-repeat center 40px rgba(37, 151, 228,1);

    background-size: 40px;
}
.newstep_tab_top>div span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 44px;
}
.newstep_tab_top>div.active span {
    color: #fff;
}
.newstep_tab_bot {
    width: 1200px;
    height: 367px;
    background: url("https://www.cda.cn/static/extend/member/2024/images/newstepbg2024516.png");
    background-size: 1200px;
    margin:30px auto;
}
.tab_bot_rihgt a {

    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    line-height: 50px;
    display: inline-block;

    position: relative;
    font-weight: 400;
    font-size: 18px;
    padding: 0 20px 0 46px;
    margin-right: 15px;
}
.tab_bot_rihgt a.course_btn2024516 {

    color: #285AAF;

}
.tab_bot_rihgt a.no_course_btn {
    color: #CCCCCC;
}
.tab_bot_rihgt a:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 20px;
    top: 14px;
    width: 22px;
    height: 22px;
}
.tab_bot_rihgt a.course_btn2024516:after {

    background: url(https://cda.cn/static/extend/member/2024/images/bofang_icon_h.png);
    background-size: 22px;

}
.tab_bot_rihgt a.course_btn2024516:hover {
    background:#285AAF;
    color: #fff;
}
.tab_bot_rihgt a.course_btn2024516:hover:after {
    background: url(https://cda.cn/static/extend/member/2024/images/bofang_icon_white.png);
    background-size: 22px;
}
.tab_bot_rihgt a.no_course_btn:after {
    background: url(https://cda.cn/static/extend/member/2024/images/bofang_icon_n.png);
    background-size: 22px;
}
.tab_bot_rihgt a.no_course_btn:hover {
    background: #F3F3F3;
}

.tab_bot_left {
    float: left;
    padding: 143px 0 0 96px;
    line-height: 41px;
    font-size: 18px;
}
.tab_bot_rihgt {
    float: right;
    margin: 100px 0 0 0;
    width: 620px;
}
.tab_bot_rihgt p {
    margin-bottom: 15px;
}
.left_item2024516 {
    display: none;
}
.left_item2024516.active {
    display: block;
}
.right_item2024516 {
    display: none;
}
.right_item2024516.active {
    display: block;
}
.p_long a {
    padding:0 10px 0 30px;
    margin-right: 10px;
}
.p_long a:after {
    left: 6px;
}
.tL {
    line-height: 27px;
}
.left_item2024516 {
    display: none;
}
.left_item2024516.active {
    display: block;
}

.MoreLe ul li:nth-child(1) {
    width: 106px;
    height: 184px;
    background: linear-gradient(215deg, rgba(87, 203, 243, 0.7) 0%, rgba(37, 151, 228, 0.43) 100%);
    border-radius: 8px;
    font-size: 30px;
    padding: 16px 38px;
    box-sizing: border-box;
    color: #fff;
    line-height: 37px;
}
.MoreLe ul:nth-child(4) li:nth-child(1) {
    padding: 7px 38px;
    font-size: 30px;
    line-height: 34px;
}
.MoreLe ul:nth-child(even) li:nth-child(1) {
    background: linear-gradient( 215deg, rgba(217,223,226,0.7) 0%, rgba(201,207,207,0.43) 100%);
    color: #636363;
}


.headCon h1 img {
    width: 211px;
}
.banner20240516 {
    padding-top: 63px;
}
.quanyi_2024516>div {
    border:none;
}
.line524 {
    width: 1px!important;
    height: 55px;
    background: rgba(18, 80, 185, 1);
}
.newadd_map_524 {
    width: 1200px;
    margin:50px auto;
}
.newadd_map_524 img {
    width: 100%;
}
.step02 {
    height: 1100px;
    background: url(/static/extend/member/2024/images/bg524.png) no-repeat center;
}
.newstep_2024516 {
    background: none;
    padding-top: 0;
}
.newstyle524 .title h5,.newstyle524 .title>p  {
    color: #fff;
}
.newstyle524>p {

}
.newstep_tab_bot {
    background: none;
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
.newstep_tips_left {
    float: left;
    color: rgba(18, 80, 185, 1);
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    border:1px solid rgba(18, 80, 185, 1);
    text-align: center;
    padding:0 15px;
    font-size: 18px;
    box-sizing:border-box;
}
.newstep_tips_right {
    float: right;
    background: rgba(18, 80, 185, 1);
    color: #fff;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    box-sizing:border-box;
    text-align: center;
    padding:0 15px;
    font-size: 18px;
}
.newstep_tips_con {
    height: 60px;
}
.tab_bot_left {
    float: left;
    padding: 32px 0 0 1px;
    line-height: 46px;
    font-size: 18px;
}
.tab_bot_rihgt {
    margin:25px 0 0 0 ;
}
.tab_bot_rihgt a {
    background: rgba(235, 246, 255, 1);
}
.tab_bot_rihgt a.no_course_btn:hover {

    background: rgba(243, 243, 243, 1);
}
.tL {
    line-height: 35px;
}
.newadd_qy_txt {
    width: 1200px;
    margin:50px auto;
}
.newadd_qy_txt p {
    margin-top:24px;
}
.newadd_qy_txt p span:nth-child(1){
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 35px;

}
.newadd_qy_txt p span:nth-child(2){
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    margin-left: 20px;
    width: 82%;

}
.newadd_qy_txt p span:nth-child(2).explain_txt {

    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding-left: 140px;

}
.new_contact524 {
    height: 280px;

    background: url("/static/extend/member/2024/images/contact_bg524.png") no-repeat center;
    background-size: cover;
    padding-top: 40px;
    box-sizing: border-box;
}
.contact524_inner {
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.contact524_left {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 60%;
    margin-top: 20px;

}
.contact524_left  li{
    width: 50%;
    margin-bottom: 20px;
}
.contact524_left img {
    width: 30px;
    vertical-align: middle;
    margin-right: 6px;
}
.contact524_con>img {
    position: absolute;
    left: 710px;
    top: 25px;

}
.fs_con {
    display: none;
}
.data_update_time {
    margin:15px 0 30px;
}
.data_update_time span:nth-child(1){
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #EF9437;
    line-height: 26px;

}
.data_update_time span:nth-child(2){
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 26px;

}
.data_2024516_top {

    box-sizing: border-box;
    width: 1543px;

}
.arr_box {
    position: relative;
    width: 1200px;
    margin:0 auto;
    z-index: 3;
}
.data_2024516_tab {
    position: relative;

}
.left_arr516,.right_arr516 {
    position: absolute;
    width: 36px;
    height: 66px;
    background: url("/static/extend/member/2024/images/arr_left524.png") no-repeat;
    background-size:100% ;
}
.left_arr516 {
    left: -6px;
}
.right_arr516 {
    background: url("/static/extend/member/2024/images/arr_right524.png") no-repeat;
    background-size:100% ;
    right: -6px;
}
.data_2024516_top div {
    position: relative;
}
.new_hot516 {
    display: block;
    content:'';
    position: absolute;
    right: 12px;
    top: 0;
    width: 32px;
    height: 32px;
    background: url("/static/extend/member/2024/images/new_icon_hot.png") no-repeat;
    background-size: 100%;
}
.data_bot_left li {
    position: relative;
}
.new_add_data.active:before {
    background: url("/static/extend/member/2024/images/new_icon_white.png") no-repeat;
    background-size: 100%;
}
.new_add_data:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: url("/static/extend/member/2024/images/new_icon_blue.png") no-repeat;
    background-size: 100%;
}
.data_2024516_top_con {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}
.data_bot_left_con {
    height: 300px;
    width: 270px;
    float: left;
    overflow: hidden;
}
.data_bot_left {

}
.arr_box2 {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 125px;
    width: 50px;

}
.arr_box2.active {
    display: block;
}
.top_arr516,.bot_arr516 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/extend/member/2024/images/arr_top_n.png") no-repeat;
    background-size: 18px;
}
.top_arr516:hover {
    background: url("/static/extend/member/2024/images/arr_top_h.png") no-repeat;
    background-size: 18px;
}
.bot_arr516 {
    background: url("/static/extend/member/2024/images/arr_bot_n.png") no-repeat;
    background-size: 18px;
}
.bot_arr516:hover {
    background: url("/static/extend/member/2024/images/arr_bot_h.png") no-repeat;
    background-size: 18px;
}
.data_2024516 {
    height: 790px;
}
.data_bot_right h6 {
    display: inline-block;
    position: relative;
}
.data_bot_right h6 em {
    right:-35px ;
}
.data_2024516_top {
    margin:initial;
}