html {
    width: 100%;
}

body {
    width: 100%;
    position: relative;
}

* {
    font-family: "Adobe 黑体 Std" !important;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.container_jxy {
    width: 100%;
    /*padding-bottom: 600px;*/
    box-sizing: border-box;
    background-color: #F5F7F9;
}

.cont_top {
    width: 100%;
    background-color: #188AAE;
}

.top_ul {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    gap: 5px 10px;
    grid-template-columns: repeat(15, 1fr);
}

.top_lis {
    padding: 3px 0;
    font-size: 14px;
    color: white;
    cursor: pointer;
    text-align: center;
}

.top_lit {
    background-color: #0B6278;
    color: #F5F7F9;
}

.cont_cent {
    width: 1320px;
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
}

.cont_let {
    width: 104px;
}

.left_nav {
    width: 100%;
    padding: 7px 0;
    background-color: #0E7892;
    border-radius: 8px;
}

.left_dit{
    height: 200px;
    overflow: hidden;
}

.left_lis {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.left_lis a {
    width: 100%;
    color: white;
}

.left_lit {
    background-color: #0B6278;
}

.dw_div {
    width: 104px;
    position: fixed;
    top: 200px;
    display: none;
}

.dw_ul {
    width: 100%;
}

.dw_lis {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.dw_tit {
    padding: 1px 0;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.dw_graph {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid #333333;
    margin-left: 5px;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.dw_lis.dw_lit .dw_tit {
    padding: 1px 10px;
    background-color: #0E7892;
    color: white;
}

.dw_lis.dw_lit .dw_graph {
    border: none;
    background-color: #0E7892;
}

.cont_rig {
    width: 1200px;
}

.cont_rig .cont_box:first-child {
    margin-top: 0;
}

.cont_box {
    width: 100%;
    margin-top: 24px;
}

.ced_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ced_sub {
    width: 362px;
    padding: 20px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.rig_top {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tit_box {
    width: max-content;
}

.tit_box:after {
    content: '';
    width: 110px;
    display: block;
    border-bottom: 2px solid #0E7892;
    padding-bottom: 8px;
}

.tit_sub {
    width: max-content;
    display: flex;
    align-items: center;
}

.slice_icon {
    width: 32px;
    height: 32px;
    display: block;
}

.tit_p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
}

.tit_view {
    font-size: 12px;
    color: #999999;
    background-color: initial;
    background: url("../images/ext_icon.png") no-repeat right center;
    background-size: 10px 10px;
    padding-right: 15px;
    cursor: pointer;
}

/*.ced_sub .vid_box:first-child {
    margin-top: 0;
}*/

.ced_sub .vid_box:last-child {
    border: none;
}

.vid_box {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 16px;
    margin-top: 16px;
}

.vid_player {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.vid_p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

.cont_case {
    width: 454px;
}

.cou_box {
    width: 100%;
    padding: 20px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.cou_ul {
    width: 100%;
}

.cou_ul li:last-child {
    border: none;
}

.cou_lis {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 16px;
    margin-top: 29px;
    font-size: 16px;
}

/*a {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/

.cou_tit {
    width: 100%;
    font-size: 16px;
    color: #333333;
    background: url("../images/dian_icon.png") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.cou_case {
    width: max-content;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 6px;
    display: flex;
}

.cou_case .cou_data {
    font-size: 14px;
    color: #999999;
}

.cou_case .cou_data:nth-child(2) {
    border-left: 1px solid #999999;
    padding-left: 6px;
    margin-left: 6px;
}

.col_box {
    width: 100%;
    /* 移除固定高度，让内容撑开盒子 */
    padding: 42px 25px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 16px;
}

.expert_box {
    width: 352px;
}

.sea_box {
    width: 100%;
    padding: 12px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.sea_sub {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sea_input {
    width: calc(100% - 128px);
    height: 48px;
    background-color: initial;
    padding-left: 12px;
    box-sizing: border-box;
}

.sea_btn {
    width: 108px;
    height: 48px;
    background-color: #188AAE;
    border-radius: 24px;
    font-size: 16px;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
}

.expert_sub {
    width: 100%;
    padding: 28px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 16px;
}

.exp_ul li:nth-child(2n + 1) {
    background-color: #EFF8F9;
}

.exp_ul li:nth-child(2n + 2) {
    background-color: #F1F5F8;
}

.exp_lis {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 27px;
    cursor: pointer;
}

.exp_lis a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exp_lis .exp_head {
    width: 52px;
    height: 52px;
    border-radius: 30px;
    background-color: #999999;
}

.exp_sub {
    width: calc(100% - 65px);
}

.exp_sub .exp_name {
    width: 100%;
    font-size: 15px;
    color: #333333;
}

.exp_sub .exp_p {
    width: 100%;
    font-size: 13px;
    color: #333333;
    margin-top: 5px;
}

.adt_box {
    width: 100%;
    height: 72px;
    border-radius: 8px;
    background-color: #999999;
    margin-top: 24px;
}

.gud_box {
    width: 830px;
    padding: 20px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.gud_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gud_ul .cou_lis {
    width: 48%;
}

.gud_rig {
    width: 350px;
}

.med_box {
    width: 100%;
    height: 190px;
    padding: 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.med_box .sea_sub {
    margin-top: 45px;
}

.deta_box {
    width: 100%;
    height: 190px;
    padding: 37px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 16px;
}

.deta_btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #188AAE;
    border-radius: 6px;
    background: #f2f2f2;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    margin-top: 30px;
}

.rep_btn {
    font-size: 12px;
    color: #999999;
    background-color: initial;
    background: url("../images/rep_icon.png") no-repeat left center;
    background-size: 14px 14px;
    padding-left: 16px;
    display: block;
    margin-top: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.sed_box {
    width: 100%;
    padding: 20px 18px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 8px;
    margin-top: 24px;
}

.sed_sub{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sed_case{
    width: 462px;
    background-color: white;
    border-radius: 8px;
    margin-top: 18px;
}

.sed_top{
    width: 100%;
    position: relative;
}

.sed_img{
    width: 100%;
    height: 303px;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sed_fod{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 3px 10px 0px rgba(168,196,205,0.24);
}

.sed_tit{
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sed_fit{
    width: 100%;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.sed_foot{
    width: 100%;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sed_day{
    width: max-content;
    font-size: 14px;
    color: #188AAE;
    background: url("../images/sed_day.png")no-repeat left center;
    background-size: 14px 14px;
    padding-left: 18px;
    box-sizing: border-box;
}

.sed_day1{
    width: max-content;
    font-size: 14px;
    color: #188AAE;
    background: url("../images/sed_num.png")no-repeat left center;
    background-size: 14px 14px;
    padding-left: 18px;
    box-sizing: border-box;
}

.sed_btn{
    width: 108px;
    height: 40px;
    background-color: #188AAE;
    border-radius: 20px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.sed_ul{
    width: calc(100% - 478px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sed_ul li:nth-child(3n + 1){
    margin-left: 0;
}

.sed_lis{
    width: 218px;
    background-color: white;
    border-radius: 5px;
    margin-top: 18px;
    margin-left: 16px;
}

.sed_lis .sed_img{
    width: 100%;
    height: 122px;
}

.big_lab{
    width: max-content;
    font-size: 14px;
    color: white;
    padding: 4px 12px;
    background-color: #008EE8;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}


.big_lab1{
    width: max-content;
    font-size: 14px;
    padding: 4px 12px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.con_lab{
    width: max-content;
    font-size: 12px;
    color: white;
    padding: 5px 6px;
    background-color: #008EE8;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.sed_con{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(168,196,205,0.24);
}

.sed_lis .sed_tit{
    font-size: 12px;
}

.sed_lis .sed_fit{
    font-size: 10px;
    margin-top: 4px;
}

.sed_lis .sed_foot{
    margin-top: 14px;
}

.sed_lis .sed_num{
    width: max-content;
    font-size: 10px;
    color: #188AAE;
    background: url("../images/sed_num.png")no-repeat left center;
    background-size: 12px 12px;
    padding-left: 14px;
    box-sizing: border-box;
}

.sed_lis .sed_btn{
    width: 76px;
    height: 24px;
    font-size: 10px;
}

.con_rew{
    width: max-content;
    font-size: 12px;
    color: white;
    padding: 5px 6px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.info_box{
    width: 592px;
    padding: 20px 18px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.info_lis{
    width: 100%;
    margin-top: 20px;
}

.info_p{
    width: 100%;
    font-size: 16px;
    color: #333333;
    background: url(../images/dian_icon.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cour_ul{
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cour_lis{
    width: 278px;
}

.cour_img{
    width: 100%;
    height: 156px;
    border-radius: 6px;
}

.cour_cent{
    width: 100%;
}

.cour_tit{
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cour_text{
    width: 100%;
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}

.cour_num{
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
    background: url("../images/peo_icon.png")no-repeat left center;
    background-size: 14px 14px;
    padding-left: 18px;
    box-sizing: border-box;
}

.cour_tim{
    width: 100%;
    font-size: 14px;
    color: #FC3C1A;
    margin-top: 4px;
}


.rep_exp{
    font-size: 12px;
    color: #999999;
    background-color: initial;
    background: url(../images/rep_icon.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 16px;
    display: block;
    cursor: pointer;
    margin-top: 5px;
}





/* 顶部登录 */
.user_box {
    display: flex;
}

.xf_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F7F9;
    margin-right: 40px;
    color: #188AAE;
    height: 40px;
    width: 120px;
    cursor: pointer;
    border-radius: 40px;
}




.btn_box button {
    background: #188AAE;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 0;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
}

.headercard_box{
    background: #fff;
}
.header_logo{
    width:1200px;
    margin: 0 auto;
}

.header_item{
    display: flex;
    gap:0 20px;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

.nav_all_box{

    padding-bottom: 10px;

}
.nav_all_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_all_box ul li{
    margin-right: 6px;
}
.nav_all_box ul li a{
    color: #333;
    padding: 8px 0;
    font-size: 18px;
    display: block;
    border-bottom: 4px solid #fff;
}
.nav_all_box ul li a.curr{
    color: #0E7892;
    font-weight: bold;
    border-bottom: 4px solid #0E7892;
}


.add_wxgzh {
    margin-right:20px;
    position: relative;
}

.add_wxgzh a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
    color: #333;
    background: url(/images/gw/26113145707.png) no-repeat left center;
    padding-left: 32px;
    cursor: pointer;
}

.add_wxgzh img {
    position: absolute;
    left: -10px;
    top: 40px;
    z-index: 333;
    display: none;
}
.add_wxgzh:hover img{
    display: block;
}


.unload{
    position: relative;
}
.unload label{
    background: url(/images/gw/phone_icon.png) no-repeat left center;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    display: block;
}
.unload img{
    position:absolute;
    left:-20px;
    top:40px;
    z-index: 333;
    display: none;
}
.unload:hover img{
    display: block;
}

/**
侧边栏
 */

/* 侧边导航 */
.navcard_pst{
    /*position:absolute;*/
    /*left:-160px;*/
    /*z-index: 333;*/
    /*top:0;*/
    background:#188aae;
    border-radius: 8px;
    width: 104px;
}
.navcard_pst ul{
    position:relative;
}
.navcard_pst ul li{
    font-size:14px;
    border-radius: 8px;
    cursor: pointer;

}
.navcard_pst ul li a{
    color:#fff;
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
}
.navcard_pst ul li:hover{
    background:#0B6278;
}


.navcard_pst ul li:hover .submenu{
    display: block;
}

.submenu{
    position: absolute;
    left: 104px;
    top:0;
    z-index: 33;
    width: 540px;
    height: 475px;
    display: none;
    border:1px solid #0E7892;
    border-radius: 8px;
    background:#fff;
}
.subleft {
    width: 100%;
}
.subleft dl{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.subleft dl dt{
    font-size: 14px;
    padding:10px;
    cursor: pointer;
    color: #333;
    text-align: center;
}
.subleft dl dt a{
    color: #333;
}
.subleft dl dt a:hover{
    font-weight: bold;
}
.subleft dl dd{
    display: flex;
    flex-wrap: wrap;
}
.subleft dl dd a{
    margin:10px 0;
    border-left: 1px solid #ccc;
    padding: 0 12px;
    color: #707070;
    font-size: 14px;
}
.subleft dl dd a:hover{
    font-weight: bold;
}

.add_help{ display:block; position: fixed; right: 17px; bottom: 184px; width: 70px;  color:#188aae; font-size:14px;text-align: center; line-height:28px;height:28px; background: url(https://www.91huayi.com/upload/images/2021/3/26134848962.png) no-repeat top center; z-index: 99;padding-top:54px;text-shadow: 0px 0px 5px #ffffff;}
.add_help:hover{background: url(https://www.91huayi.com/upload/images/2021/3/26134848962.png) no-repeat top center;}

.add_kf_box {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 64px;
    color: #188aae;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    background: url(https://www.91huayi.com/upload/images/2019/4/26131354370.png) no-repeat top center;
    z-index: 99;
    padding-top: 54px;
    text-shadow: 0px 0px 5px #ffffff;
}
.add_kf_box:hover {
    background: url(https://www.91huayi.com/upload/images/2019/4/26131354370.png) no-repeat top center;
}


.hidden_cent{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}



.prompt_layer{
    width: 400px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.close_cent{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;

}

.close_btn{
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}


.prt_tit{
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.prt_text{
    width: 100%;
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 22px;
}

.prt_btn{
    width: 320px;
    height: 46px;
    background-color: #188AAE;
    border-radius: 25px;
    font-size: 18px;
    color: white;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.user_item {
    position: relative;
}

.user_sele {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user_sele b {
    width: 30px;
    height: 30px;
    background: url(/static/images/gw/xl_img2.png) no-repeat center center;
    transition: transform 0.3s ease;
}

.open b {
    transform: rotate(180deg);
    /* æ—‹è½¬180åº¦ï¼Œæ”¹å˜ç®­å¤´æ–¹å‘ */
}

.user_list {
    position: absolute;
    width: 240px;
    padding: 20px 25px;
    z-index: 333333;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    right:0;
    border-radius: 10px;
}

.user_list ul li {
    display: flex;
    padding: 12px 0;
    color: #333;
    cursor: pointer;
    align-items: center;
    font-size: 16px;
    gap: 0 10px;
}

.user_list ul li a {
    display: contents;
    color: #333;
}

.p_tit {
    font-size: 14px;
    color: #333;
}

.user_list ul {
    padding-top: 10px;
}

.user_list ul li img {
    width: 22px;
}

.ifra_box{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:232;
}