/* 行业聚焦 */
/* .index_one{
} */
.index_one_center{
    width: 14rem;
    background: #f6f6f6;
    margin: 0.9rem auto 0 auto;
    border-radius: 0rem 1rem 0rem 1rem;
    /* padding: 0.66rem 0.94rem 0.51rem 0.88rem; */
    /* box-sizing: border-box; */
    position: relative;
   
}
.index_one-tit{
    width: 2.27rem;
    height: 0.59rem;
    position: absolute;
    background: #304788;
    border-radius: 0.2rem 0 0.2rem 0;
    top: -0.25rem;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.28rem;
    z-index: 999;
}
.index_one_box1{
    display: flex;
    /* background: #096; */
    padding: 0.7rem ;
    box-sizing: border-box;
}
.index_one_left{
    /*width: 7rem;*/
    /*width:7.5rem ;*/
    /*height: 4rem!important;*/
    flex: 1;
    overflow: hidden;
    /*height: 100%;*/
    cursor: pointer;
    height: 4.6rem;
    position: relative;
    /*height: 4.8rem;*/
}
.index_one_right{
    /*width: 4rem;*/
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background: #fff;
    margin-left: 0.5rem;
    padding:0 0.35rem;
    border-radius: 0.3rem;
}
.index_one_right_top{
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0;
}
.index_one_right_a{
    padding: 0.13rem 0;
    font-size: 0.16rem;
    color: #404040;
    border-bottom: 0.01rem dashed #C0C0C0;
}
.index_one_right_a:hover{
    color: #304788;
}
.index_one_right_bottom{
    color: #304788;
    font-size: 0.18rem;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
/* 行业标准 */
.index_two{
    background:#fff;
    margin-top: 0.28rem;
}
.indx_two_center{
    width: 14rem;
    /* background: #096; */
    margin: 0 auto;
}
.index_two_box{
    display: flex;
    justify-content: space-between;
}
.index_two_items{
    width: 31%;
    /* background: orange; */
}
.index_two_top{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.02rem solid #c0c0c0;
    align-items: center;
    padding-bottom: 0.07rem;
}
.index_two_tit{
    color: #304788;
    font-size: 0.28rem;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}
.index_two_tit::after{
    content: '';
    position: absolute;
    width: 1.15rem;
    height: 0.02rem;
    display: block;
    left: 0;
    bottom:-0.08rem;
    background: #304788;
}
.index_two_add{
    width: 0.25rem;
    height: 0.25rem;
    /* background-color: red; */
    border-radius: 50%;
    text-align: center;
    line-height: 0.25rem;
    background: #304788;
    color: #fff;
    font-size: 0.18rem;
    transition: .3s;
}
.index_two_add:hover{
    /* color: red; */
    transform: rotate(360deg);
}
.index_two_center{
    padding: 0.2rem 0;
    display: flex;
}
.index_two_img{
    width: 1.66rem;
    height: 1.05rem;
    overflow: hidden;
    cursor: pointer;
}
.index_two_img img{
    width: 165px;
    height: 105px;
    
    object-fit: cover;
    transition: all .3s;
}
.index_two_img:hover>img{
    transform: scale(1.1);
}
.index_two_imgright{
    padding-left: 0.15rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: justify;
    color: #304788;
}
.index_two_time{
    text-align: right;
    margin-top: 0.2rem;
}
.index_two_bottom{
    display: flex;
    flex-direction: column;
}
.index_two_bottom_a{
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0.13rem 0;
    border-bottom: 0.01rem dashed #C0C0C0;
}
.index_two_bottom_a:hover{
    color: #304788;
}

.index_two_bottom_a span{
    display: block;
    margin: 0 ;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 广告 */
.advertising_content{
    width: 14rem;
    height: 2rem!important;
    margin: 0 auto;
    position: relative;
}
/* 图片专区 视频专区 */
.index_three{
    margin-bottom: 0.5rem;
}
.index_three_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.index_three_items{
    width: 49%;
    /* background: red; */
}
.index_three_bottom{
    margin-top: 0.2rem;
    width: 100%;
    cursor: pointer;
}
.index_three_video{
    /*width: ;*/
    height: 4.55rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}   
.index_video_items{
    width: 49%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:0.15rem ;
}
.index_video_items:hover>img{
    transform: scale(1.1);
}
.index_video_items img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}
.index_video_tit{
    width: 100%;
    padding: 0.05rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    color: #fff;
    font-size: 0.17rem;
}
/* 信息服务大厅 */
.index_four_center{
    width: 14rem;
    margin:0 auto;
}
.index_four_tit{
    text-align: center;
    color: #444444;
    font-size: 0.28rem;
    font-weight: bold;
    cursor: pointer;
}
.index_four_content{
    display: flex;
    margin-top: 0.4rem;
}
.index_four_items_left{
    flex: 1;
    border-top: 0.07rem solid #304788;
    /* padding: 0 0.2rem; */
    background: #ccc;
    display: flex;
    flex-direction: column;
}
.index_four_query{
    color: #304788;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
    border-bottom: 0.01rem solid #747474;
    font-size: 0.23rem;
}
.index_four_ico{
    padding:0.2rem ;
}
.index_four_ico{
    display: flex;
}
.index_four_ico_left{
    display: flex;
    flex-direction: column;

}
.index_four_ico_div{
    width: 2.5rem;
    display: flex;
    margin-bottom: 0.2rem;
}
.index_four_img{
    width: 0.69rem;
    height: 0.48rem;
    background: #304788;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_four_img {
    object-fit: cover;
    cursor: pointer;
}
.index_four_a{
    flex: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    font-size: 0.2rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: linear .2s;
}
.index_four_a:hover{
    background:#304788;
    color: #fff;
}
.index_four_txt_book:hover{
    background: #fff;
    color: #404040;
}

.index_four_ico_right{
    margin-left: 0.3rem;
    flex: 1;
}
.index_four_top{
    display: flex;
    justify-content: space-between;
}
.index_four_top_ico{
    width: 48%;
    display: flex;
    margin-bottom: 0.2rem;
}
.index_four_top_book{
    width: 0.69rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.index_four_txt_book{
    background: #324989;
    color: #fff;
    flex: 1;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 0.48rem;
    transition: linear .2s;
}
.index_four_bottom{
    width: 5rem;
    height: 1.85rem;
    position: relative;
    overflow: hidden;
    /* background: red; */
}
.index_four_bottom:hover>img{
    transform: scale(1.1);
}

.index_four_bottom img{
    width: 100%!important;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
    transition: .3s;
}
.index_four_bottom_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.25rem;
}

.index_four_items_right{
    flex: 1;
    border-top: 0.07rem solid #304788;
    margin-left: 0.4rem;
    background: #ccc;
    /* padding: 0.15rem 0.6rem; */
}
.index_four_right_tit{
    color: #304788;
    font-size: 0.23rem;
    padding: 0.1rem 0.5rem;
}
.index_four_ipbox{
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem ;

}
.index_four_iptxt{
    height: 0.44rem;
    outline: 0;
    color: #000;
    text-indent: 0.32rem;
    margin-bottom: 0.1rem;
    background: #fff;
    /* border: none; */
    border: 0.02rem solid #afafaf;
}
.index_four_rest{
    display: flex;
    justify-content: space-between;
}
.index_four_x1,.index_four_x2{
    width: 48%;
    height: 0.34rem;
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.15rem;
}
.index_four_x1{
    background: #fff;
    color: #304788;
    border: 0.01rem solid #a6a6a6;
}
.rest_x{
    vertical-align: bottom;
}
.rest_x:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
  }
.rest_x: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);
    }
  }
.index_four_x2{
    background: #304788;
    color: #fff;
}
.index_four_supervise{
    width: 100%;
    border-top: 0.01rem solid #304788;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    
}
.index_supervise_btn{
    width: 100%;
    height: 0.48rem;
    background-color: #304788;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.15rem;
}
.index_four_i{
    width: 0.29rem;
    height: 0.29rem;
}
.index_four_i img{
    width: 100%;
    object-fit: cover;
}
.index_four_span{
    color: #fff;
    font-size: 0.2rem;
    margin-left: 0.15rem;
}
/* 培训书籍 */
.index_five_center{
    width: 14rem;
    margin: 0 auto;
}
.index_five_content{
    width:100%;
    height: auto;
    margin:0.5rem 0;
    /* overflow: hidden; */
    position: relative;
}
.myswiper_6box{
    border: 0.01rem solid #ccc;
    padding: 0.35rem;
    flex-direction: column;
}
.myswiper_6_imgbox{
    width: 1.4rem;
    height: 1.89rem;
}
.myswiper_6_imgbox img{
    
    display: block;
    object-fit: cover;
    cursor: pointer;
}
.myswiper_6_text{
    font-size: 0.17rem;
    color:#000;
    text-align: left!important;
}




/* 友情链接 */
.index_six_center{
    width:14rem;
    margin:0 auto;
}
.index_six_content{
    display: flex;
    justify-content: space-between;

    margin: 0.35rem 0;
}
.index_six_items{
    width: 16%;
    height: 0.9rem;
    display: block;
    background: #fff;
    display: flex;
    box-sizing: border-box;
    box-shadow: 0rem 0.02rem 0.04rem 0.01rem rgba(0,0,0,0.15);
}
.index_six_i{
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 0.15rem;
    box-sizing: border-box;
}
.index_six_i img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.index_six_text{
    width: 65%;
    color: #444;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right:0.15rem ;
}