

.index_cont{
    padding-top: 110px;
    padding-bottom: 100px;
}
.index_cont .name{
    width: 352px;
    height: 46px;
}
.index_cont .title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    margin-top: 60px;
    margin-bottom: 22px;
    text-align: justify;
}
.index_cont .txt{
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Noto Sans SC";
}
.isrfid .img{
    width: 564px;
    height: 383px;
}
.isrfid .text{
    width: 442px;
    box-sizing: border-box;
    padding-top: 36px;
}
.isrfid .text .name{
    /* font-size: 30px;
    font-weight: bold;
    color: #005fe5;
    line-height: 36px; */
    width: 160px;
    height: 30px;
    margin: 3px 0;
}
.isrfid .text .name_txt{
    font-size: 16px;
    font-weight: bold;
    color: #e3e3e3;
    line-height: 20px;
}
.isrfid .text .txt{
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    margin-top: 26px;
    text-align: justify;
}
.isrfid_2{
    padding-top: 110px;
}
.isrfid_2 .name{
    width: 248px;
    height: 30px;
}
.isrfid_2 .txt{
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    margin-top: 30px;
}
.isrfid_2  .img{
    padding-top: 22px;
}
.isrfid_2  .img .item{
    width: 345px;
    height: 345px;
    position: relative;overflow: hidden;
    float: left;
    margin-right: 32px;
}
.isrfid_2  .img .item .bgimg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.isrfid_2  .img .item .ico{
    width: 86px;
    height: 86px;
    display: block;
    margin: 75px auto 30px auto;
    
}
.isrfid_2  .img .item p{
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    color: #fff;
    text-align: center;
    line-height: 1;
}
.isrfid_2  .img .item .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0,24,54,0.7);

}
.isrfid_2  .img .item:hover .bg{
    background: rgba(0,24,54,0.4);
}

.isrfid_3{
    padding-top: 110px;
}
.g-title{
    font-family: DIN;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #005fe5;
}
.isrfid_3 .txt{
    font-size: 16px;
    line-height: 1;
    margin-top: 38px;
}

.contact{
    padding-top: 110px;
    padding-bottom: 170px;

}
.contact span{
    color: #000;
}
.g-name{
    font-family: DIN;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #005fe5;
    font-style: italic;
    text-shadow: 4px 0px 0px #e3e3e3;
}