
.gdys{
    margin-top: 3.5vw;
    width: 100%;
    /* background-color: antiquewhite; */
    position: relative;
    min-height: 50.5vw;
}
.gdys1{
    background-image: url(../img/gdys_bj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 40vw;
    top: 10.5vw;
    /* background-color: aqua;*/
}
.gdys2{
    margin: 0 auto;
    width: 62.4%;
    /*background-color: aqua;*/
    padding-top: 1.5vw;
    /*z-index: 999;*/
    position: relative;
    min-height: 49vw;
}
.rbtj_name{
    width: 100%;
    height: 4.656vw;
    /* background-color: #8B8B8B; */
    /* margin-bottom: 1.7vw; */
    text-align: center;
    /*margin-top: 1.8vw;*/
}
.rbtj_zname{
    font-size: 1.88vw;
    font-weight: 600;
    line-height: 2vw;
    position: relative;
}
.rbtj_zname:before{
    content: '';
    position: absolute;
    width: 19.5vw;
    left: 0vw;
    height: 1px;
    background-color: #EFEFEF;
    top: 50%;
}
.rbtj_zname:after{
    content: '';
    position: absolute;
    width: 19.5vw;
    right: 0vw;
    height: 1px;
    background-color: #EFEFEF;
    top: 50%;
}
.rbtj_rname{
    font-size: 0.95vw;
    letter-spacing: 0.4vw;
    line-height: 3vw;
    color: #6C6B6C;
}
.zkys1_js{
    width: 45%;
    /* background-color: beige; */
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 0.75vw;
    line-height: 1.4vw;
    margin-top: 1%;
    color: #ADADAD;
}
.zkys1_ys{
    width: 100%;
    min-height: 25vw;
    /* background-color: beige; */
    margin-top: 1%;
    overflow: hidden;
}
.zkys1_ysnr{
    width: 32.2%;
    /*height: 42%;*/
    /*background-color: aquamarine;*/
    float: left;
    /*margin-top: 3%;*/
    margin-left: 1.65%;
    background-color: rgba(255,255,255,0.7);
    height: 10.5vw;
    margin-top: 1.87vw;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.zkys1_ysnr_t{
    width: 100%;
    height: 41%;
    /*background-color: bisque;*/
    margin-top: 7.2%;
}
.zkys1_ysnr_tl{
    width: 21.5%;
    height: 100%;
    /*background-color: burlywood;*/
    margin-left: 5%;
    float: left;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zkys1_ysnr_tr{
    width: 65%;
    height: 100%;
    /*background-color: burlywood;*/
    float: left;
    margin-left: 8%;
}
.zkys1_ysnr_b{
    width: 88%;
    height: 37%;
    /*background-color: azure;*/
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin-top: 4%;
    margin-left: 9%;
    color: #B2B2B2;
    font-weight: 600;
}
.zkys1_ysnr_trt{
    width: 100%;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 3vw;
}
.zkys1_ysnr_trb{
    font-size: 0.9vw;
    line-height: 0.5vw;
    font-weight: 600;
    color: #1B6BAB;
}

.item:nth-of-type(1){
    background-image: url(../img/fyfy_hs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-right: 1vw;
}
.item:nth-of-type(1):hover{
    background-image: url(../img/fyfy_ls.png);
    color: #fff;
}
.item:last-child{
    background-image: url(../img/fyfy_hs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 1vw;
}
.item:last-child:hover{
    background-image: url(../img/fyfy_ls.png);
    color: #fff;
}