.trde_banner_box{
    position: absolute;
    display: flex;
    flex-direction: column;
}
.trde_banner_tit{
    font-size: 0.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05rem;

}
.trde_banner_ele{
    font-size: 0.34rem;
    color: #fff;
}
.trade_box_top{
    border-bottom: 0.01rem solid #ccc;
    padding: 0.1rem 0;
    margin-bottom: 0.5rem;
}
.trade_box_abox{
    width: 14rem;
    margin: 0 auto;
    display: flex;
}
.trade_house{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.05rem;
}
.trade_house img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.trade_posiiton{
    font-size: 0.18rem;
    color: #404040;

}
.trade_posiiton:hover{
    color: #304788;
}
.trade_s1{
    margin: 0 0.05rem;
    color: #404040;
}
.trade_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
}
.trde_left{
    width: 3rem;
    min-width: 3rem;
    /* height: 5rem; */
    /* background: pink; */
}
.trde_left_tit{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
}
.trde_left_a{
    width: 100%;
    display: block;
    padding: 0.1rem 0;
    text-align: center;
    background: #fff;
    border-bottom: 0.01rem solid #ccc;
}
.trde_left_a:first-child{
    padding: 0.15rem 0!important;
    background: #304788;
    border-radius: 0.25rem 0.25rem 0 0 ;
    color: #fff;
    font-size: 0.2rem;
}
.trde_left_a.active{
    background: #eaecf3;
}
/*.trde_left_a:nth-child(2){*/
/*    background: #eaecf3;*/
/*}*/
.trde_left_bottom{
    display: flex;
    flex-direction: column;
}
.trde_left_imgbox{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.3rem;
}
.trde_left_imgbox img{
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.trde_left_imgbox:hover>img{
    transform: scale(1.1);
}
.trde_section{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.1rem 0;
    text-align: center;
    color: #fff;
    font-size: 0.17rem;
    background: rgba(0, 0, 0, .5);
}
.trde_right{
    margin-left: 0.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.trde_right_items{
    display: flex;
    justify-content: space-between;
    padding: 0.12rem 0;
    border-bottom: 0.01rem dashed #C0C0C0;

}
.trde_right_txt,.trde_time{
    color: #404040;
    font-size: 0.16rem;
}
.trde_right_items:hover .trde_right_txt{
    color: #304788;
}
.trde_right_items:hover .trde_time{
    color: #304788;
}
/* 职业教育 */
.teach{
    display: flex;
    flex-direction: column;
    margin-left: 0.6rem;
    flex: 1;
}
.teach_items{
    display: flex;
    padding-bottom:0.2rem ;
    margin-bottom:0.3rem ;
    border-bottom: 0.01rem dashed #C0C0C0;
}
.teach_imgbox{
    width: 2.2rem;
    height: 1.45rem;
    overflow: hidden;
    border-radius: 0.13rem;
}
.teach_imgbox img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 100%;
    display: block;
    transition: all .3s;
}
.teach_imgbox:hover img{
    transform: scale(1.1);
}
.teach_rightbox{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0.2rem;
    justify-content: space-between;
}
.teach_tit{
    width: 7rem;
    /* letter-spacing: 0.01rem; */
    color: #323232;
    font-weight: bold;
    font-size: 0.2rem;
    cursor: pointer;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teach_tit:hover{
    color: #304788;
}
.teach_txt{
    text-align: justify;
    color: #7B7B7B;
    font-size: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.teach_time{
    text-align: right;
    color: #666666;
    font-size: 0.2rem;
}

/* 下载中心 */
.download{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.download_content{
    display: flex;
    justify-content: space-between;
    margin-left: 0.6rem;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
}
.download_items{
    width: 32%;
    background: #fff;
    border-radius: 0.15rem;
    box-shadow: 0rem 0.02rem 0.04rem 0.01rem rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    /* padding: 0 0.25rem; */
    /* box-sizing: border-box; */
}
.download_top{
    display: flex;
    padding: 0.25rem;
    box-sizing: border-box;
}
.download_circle{
    width: 0.12rem;
    height: 0.12rem;
    border: 0.03rem solid #304788;
    border-radius: 50%;
    margin-right: 0.19rem;
    margin-top: 0.05rem;

}
.download_text{
    flex: 1;
    font-size: 0.18rem;
    color: #404040;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    
}
.download_bottom{
    border-top: 0.01rem solid #aeaeae;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_load{
    width: 0.31rem;
    height: 0.29rem;
    display: block;
    object-fit: cover;
    padding: 0.16rem 0;
}
.download_items::after{
    content: '';
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.15rem;
    border: 0.03rem solid #304788;
    box-sizing: border-box;
    opacity: 0;
    transition:linear .2s;
}
.download_items:hover::after{
    opacity: 1;
}
.download_items:hover .download_text{
    color: #304788;
}
/* 关于我们 公司简介 */
/* .about_introduction{
    background: #096;
} */
.about_intr_tit{
    color: #304788;
    font-size: 0.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.15rem;
    cursor: pointer;
}
.about_intr_ptit,.about_intr_p{
    color: #404040;
    font-size: 0.18rem;
}
.about_intr_text{
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
}
.about_intr_ptit{
    cursor: pointer;
    margin-bottom: 0.15rem;
}
.about_intr_ptit:hover{
    color: #304788;
}
.about_intr_p{
    line-height:2;
}
.about_intr_text:last-child{
    margin-bottom: 0.7rem;
}
/* 5-1-关于我们-在线留言 */
.about_mess_ipbox{
    padding: 0.8rem 1rem;
    background: #eff1f6;
    border-radius: 0.2rem ;
    margin-top: 0.45rem;
}
.about_mess_topbox{
    display: flex;
    justify-content: space-between;
}
.about_mess_items{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.about_mess_left{
    display: flex;
    height: 0.47rem;
    background: #fff;
    border-radius: 0.07rem;
    /* margin-bottom: 0.07rem; */
    justify-content: center;
    align-items: center;
}

.about_mess_input{
    flex: 1;
    outline: 0;
    border: none;
}
.about_mess_ip1{
    margin-left: 0.62rem;
    background: #fff;
}
.about_mess_ip2{
    margin-left: 0.3rem;
    background: #fff;

}
.about_mess_i{
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.1rem;
    /* flex-direction: ;     */
}
.about_mess_i img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.about_mess_name{
    margin-left: 0.15rem;
}
.about_mess_s1{
    margin-left: 0.1rem;
}
.about_mess_items_1{
    width: 48%;
    height: 1rem;
}
.about_mess_ip3{
    width: 100%;
    height: 100%;
    margin-left: 0.3rem;
    background: #fff;
}
.about_mess_left_1{
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.1rem 0 0 0;
    box-sizing: border-box;
}
.about_mess_bottombox{
    margin-top: 0.7rem;
    display: flex;
    justify-content: center;
}
.about_mess_bottombox a{
    width: 2.65rem;
    height: 0.44rem;
    text-align: center;
    line-height: 0.44rem;
    border-radius: 0.07rem ;
    display:block;
    font-size: 0.19rem;
}
.about_mess_rest{
    margin-right: 0.4rem;
    background: #ffffff;
    color: #304788;
    border: 0.02rem solid #a6a6a6;
    vertical-align: bottom;
}
.about_mess_git{
    background: #304788;
    color: #fff;
    vertical-align: bottom;
}
.about_mess_rest:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
   
}
.about_mess_rest:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.about_mess_git:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
   
  }
  .about_mess_git:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes ani_ripple {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }
  
    to {
      background: transparent;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }


/* 6_图片专区 */
.imgbox_right{
    width: 11rem;
    flex: 1;
    margin-left: 0.6rem;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 1rem; */
}
.imgbox_boxs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.imgbox_items{
    margin-bottom: .3rem;
    width: 32%;
    overflow: hidden;
    border-radius: 0.2rem 0.2rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-bottom: 0.04rem solid #ccc; */
    position:relative;
    cursor: pointer;
    margin-right: 2%;
}
.imgbox_items:nth-child(3n){ 
    margin-right: 0;
}


.imgbox_items::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background:#aeaeae;
}
.imgbox_items::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.04rem;
    background: #304788;
    transition: .5s;
}
.imgbox_items:hover::before{
    width: 100%!important;
    z-index: 3;
}
.imgbox_1{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    display: block;
}
.imgbox_1 img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
    transition: .3s;
}
.imgbox_1:hover>img{
    transform: scale(1.1);
}
.imgbox_tit{
    padding: 0.12rem 0;
    font-size: 0.17rem;
    background: #fff;
}
.imgbox_items:hover .imgbox_tit{
    color: #304788;
}
/* 图片详情 */
.picture_tit{
    color: #304788;
    padding: 0.2rem;
    border-bottom: 0.03rem solid #acacac   ;
    font-size: 0.3rem;
    text-align: center;
    font-weight: 500;
    cursor: pointer;

}
.picture_time{
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
}
.pic_img{
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.1rem;

}
.pic_img img{
    width: 100%;
    height:100%;
    cursor: pointer;
}
.pic_s1{
    color: #777;
    font-size: 0.18rem;
}
.pic_abox{
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}
.pic_abox a{
    color: #777;
    font-size: 0.18rem;
}
.pic_abox a:hover{
    color:#304788;
}

/* 视频详情 */
.video_box{
    width: 100%;
    position: relative;
}
.video_box .video_x{
    width: 100%;
}
.video_video{
    width: 100%;
    height: 100%;
}
.video_play{
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/* 文章详情 */
.article_img{
    width: 100%;
    height: 5.6rem;
    padding:  0 1rem;
    box-sizing: border-box;
    margin: 0.5rem 0;
}
.article_img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
}
.article_text0,.article_text1,.article_text2{
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.005rem;
    font-size: 0.18rem;
    color: #404040;
}
.article_text1{
    margin-bottom: 0.1rem;
}
/* 9证查询系统 */
.jquery_center{
    width: 14rem;
    /* height: 1rem; */
    background: #eff1f6;
    margin: 0 auto;
    border-radius: 0.2rem ;
    padding: 0.8rem;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}
.jquery_topbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.jquery_l,.jquery_r{
    width: 48%;
    /* background: pink; */
}
.jquery_l{
    display: flex;
    flex-direction: column;

}
.jquery_items{
    height: 0.55rem;
    margin-bottom: 0.1rem;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
    padding-left: 0.1rem;

    /* justify-content: center; */

}
.jquery_name{
    width: 25%;
    display: flex;
    align-items: center;
    /* flex: 1; */
}
.jquery_i{
    width: 0.25rem;
    height: 0.28rem;
    display: block;
    margin-right: 0.15rem;
}
.jquery_i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.jquery_ip1{
    width:75% ;
    height: 100%;
    outline: 0;
    border: none;
    background: #fff;
    /* flex: 1; */
}
.jquery_items_x{
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.jquery_items_x a{
    width: 48%;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 0.07rem;
    font-size: 0.19rem;
    /* padding: ; */
}
.jquery_rest_1{
    background: #ffffff;
    border: 0.02rem solid #aeaeae;
    color: #304788;
    vertical-align: bottom;
}
.jquery_rest_1:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
   
}
.jquery_rest_1:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
} 
.jquery_git_1{
    background: #304788;
    color: #fff;
    vertical-align: bottom;
}

.jquery_git_1:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}
.jquery_git_1:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.jquery_r{
    padding: 0.5rem 0.25rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666;
    font-size: 0.16rem;
    text-align: justify;
}
.jquery_bottom{
    width: 100%;
    margin-top: 0.6rem;
    /* height: 1rem; */
}
table{
    width: 100%;
}
.jquery_tr{
    width: 100%;
    display: block;
    display: flex;
    background: #fff;
}
.jquery_tr td{
    flex: 1;
    text-align: center;
    border: 0.01rem solid #ccc;
    padding: 0.1rem 0;
    cursor: pointer;

}
.jquery_tr:nth-child(1){
    background: #304788;
    color: #fff;
}