@charset 'utf-8';
.yjj-content {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.yjj-content a{
    display: block;
}

.ykb-content {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ykb-content-left {
    width: 680px;
    height: 456px;
}

.ykb-content-left-img {
    width: 680px;
    height: 304px;
    object-fit: cover;
}

.ykb-content-left-bottom {
    width: 680px;
    height: 126px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.ykb-content-left-bottom a {
    display: block;
}

.ykb-content-left-bottom-list {
    width: 210px;
    height: 126px;
    background: #DCF1FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.ykb-content-left-bottom-list:hover {
    background: #4192EE;
}

.ykb-content-left-bottom-list-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    margin-bottom: 13px;
    margin-top: 14px;
    overflow: hidden;
    position: relative;
}

.ykb-content-left-bottom-list-icon {
    width: 58px;
    height: 58px;
}

.hoverIcon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ykb-content-left-bottom-list:hover .hoverIcon {
    z-index: 999;
}

.ykb-content-left-bottom-list-text {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: block;
}

.ykb-content-left-bottom-list:hover .ykb-content-left-bottom-list-text {
    color: #FFFFFF;
}

.ykb-content-right {
    width: 680px;
    height: 456px;
}

.ykb-content-right-head {
    height: 38px;
    width: 680px;
    border-bottom: 3px solid #F5F5F5;
    display: flex;
    align-items: end;
    flex-direction: row;
    justify-content: space-between;
}

.ykb-content-right-head-tab-box {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ykb-content-right-head-tab-box>.cur>.ykb-content-right-head-tab-text {
    color: #166EBA;
    font-weight: bold;
}

.ykb-content-right-head-tab-box>.cur>.ykb-content-right-head-tab-line {
    background: #166EBA;
}

.ykb-content-right-head-tab {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: -3px;
    cursor: pointer;
}

.ykb-content-right-head-tab-text {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.ykb-content-right-head-tab-line {
    width: 104px;
    height: 3px;
    margin-top: 9px;
}


.ykb-content-right-head-right-text {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    display: block;
}
.ykb-content-right-content{
    display: none;
}
.ykb-content-right-content:first-of-type{
    display: block;
}
.ykb-content-right-content>ul>li:nth-child(1) {
    /*margin-top: 0;*/
}

.ykb-content-right-content>ul>li {
    width: 680px;
    height: 56px;
    background: #F0F0F0;
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ykb-content-right-content>ul>li>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.ykb-content-right-content>ul>li:hover {
    background: #E4F2FF;
}

.ykb-content-right-content>ul>li>a>span {
    font-size: 18px;
    font-family: IdeaFonts;
    font-weight: normal;
    color: #666666;
    display: block;
    margin-left: 24px;
}

.ykb-content-right-content>ul>li:hover span {
    color: #166EBA;
}

.ykb-content-right-content>ul>li>a>p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-left: 30px;
    margin-right: 24px;
    max-width: 88%;
}

.zwfw-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 442px;
    width: 1400px;
    margin-bottom: 45px;
}

.zwfw-bottom-plate {
    height: 442px;
    width: 678px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zwfw-bottom-plate-head {
    width: 678px;
    height: 61px;
    background: #F9F9F9;
    border-bottom: 3px #E9E9E9 solid;
    position: relative;
}

.zwfw-bottom-plate a {
    display: block;
}

.zwfw-bottom-plate-head-text-box {
    width: 678px;
    height: 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
}

.zwfw-bottom-plate-head-text {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-top: 18px;
}

.zwfw-bottom-plate-head-line {
    width: 110px;
    height: 3px;
    background: #4192EE;
}

.zwfw-bottom-plate-img {
    width: 620px;
    height: 130px;
}

.zwfw-bottom-plate-img1 {
    margin: 36px 0;
}

.zwfw-bottom-plate-right {
    width: 678px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.zwfw-bottom-plate-right-item {
    width: 226px;
    height: 189px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zwfw-bottom-plate-right-item-icon {
    /*width: 84px;*/
    /*height: 84px;*/
    margin-top: 36px;
    margin-bottom: 16px;
}

.zwfw-bottom-plate-right-item:nth-child(4)>.zwfw-bottom-plate-right-item-icon {
    margin-top: 20px;
}

.zwfw-bottom-plate-right-item:nth-child(5)>.zwfw-bottom-plate-right-item-icon {
    margin-top: 20px;
}

.zwfw-bottom-plate-right-item:nth-child(6)>.zwfw-bottom-plate-right-item-icon {
    margin-top: 20px;
}

.zwfw-bottom-plate-right-item-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    width: 162px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zwfw-bottom-plate-right-item:nth-child(4)>.zwfw-bottom-plate-right-item-text {
    width: 140px;
}

.zwfw-bottom-plate-right-item:nth-child(5)>.zwfw-bottom-plate-right-item-text {
    width: 140px;
}

.zwfw-bottom-plate-right-item:nth-child(6)>.zwfw-bottom-plate-right-item-text {
    width: 120px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: .3rem !important;
    }
    input {
        font-size: .3rem;
    }
    a:visited {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    a:active {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    .yjj-content {
        width: 100%;
        padding: 0 .2rem;
    }
    .ykb-content {
        width: 100%;
        margin-top: .2rem;
        margin-bottom: .2rem;
        flex-wrap: wrap;
    }
    .ykb-content-left {
        width: 100%;
        height: 4.56rem;
    }
    .ykb-content-left-img {
        width: 100%;
        height: 3.04rem;
    }
    .ykb-content-left-bottom {
        width: 100%;
        height: 1.26rem;
        margin-top: .3rem;
    }
    .ykb-content-left-bottom-list {
        width: 2.10rem;
        height: 1.5rem;
        background: #DCF1FF;
        border-radius: .04rem;
    }
    .ykb-content-left-bottom-list-icon-box {
        width: .58rem;
        height: .58rem;
        border-radius: 100%;
        margin-bottom: .13rem;
        margin-top: .14rem;
    }
    .ykb-content-left-bottom-list-icon {
        width: .58rem;
        height: .58rem;
    }
    .ykb-content-left-bottom-list-text {
        font-size: .28rem;
    }
    .ykb-content-right {
        width: 100%;
        height: auto;
        margin-top: .5rem;
    }
    .ykb-content-right-head {
        width: 100%;
        border-bottom-width: .03rem;
        height: auto;
    }
    .ykb-content-right-head-tab {
        margin-bottom: -.03rem;
    }
    .ykb-content-right-head-tab-text {
        font-size: .3rem;
    }
    .ykb-content-right-head-tab-line {
        width: 1.3rem;
        height: .03rem;
        margin-top: .09rem;
    }
    .ykb-content-right-head-right-text {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .ykb-content-right-content>ul>li:nth-child(1) {
        margin-top: .2rem;
    }
    .ykb-content-right-content>ul>li {
        width: 100%;
        height: .7rem;
        margin-top: .2rem;
    }
    .ykb-content-right-content>ul>li>a>span {
        font-size: .3rem;
        margin-left: .24rem;
    }
    .ykb-content-right-content>ul>li>a>p {
        font-size: .3rem;
        margin-left: .3rem;
        margin-right: .24rem;
    }
    .zwfw-bottom {
        height: auto;
        width: 100%;
        margin-bottom: .45rem;
        flex-wrap: wrap;
    }
    .zwfw-bottom-plate {
        height: auto;
        width: 100%;
        border: .01rem solid #DCDCDC;
        margin-bottom: .3rem;
        padding-bottom: .3rem;
    }
    .zwfw-bottom-plate-head {
        width: 100%;
        height: .7rem;
        box-sizing: border-box;
        border-bottom-width: .03rem;
    }
    .zwfw-bottom-plate-head-text-box {
        width: 100%;
        height: .7rem;
    }
    .zwfw-bottom-plate-head-text {
        font-size: .32rem;
        margin-top: .1rem;
    }
    .zwfw-bottom-plate-head-line {
        width: 1.3rem;
        height: .05rem;
    }
    .zwfw-bottom-plate-img {
        width: 96%;
        height: 1.3rem;
    }
    .zwfw-bottom-plate-img1 {
        margin: .36rem 0;
    }
    .zwfw-bottom-plate-right {
        height: auto;
        width: 100%;
    }
    .zwfw-bottom-plate-right-item {
        width: 2.26rem;
        height: 2.7rem;
    }
    .zwfw-bottom-plate-right-item-icon {
        width: .84rem;
        height: .84rem;
        margin-top: .36rem;
        margin-bottom: .16rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(4)>.zwfw-bottom-plate-right-item-icon {
        margin-top: .2rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(5)>.zwfw-bottom-plate-right-item-icon {
        margin-top: .2rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(6)>.zwfw-bottom-plate-right-item-icon {
        margin-top: .2rem;
    }
    .zwfw-bottom-plate-right-item-text {
        font-size: .28rem;
        width: 2rem;
        line-height: .3rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(4)>.zwfw-bottom-plate-right-item-text {
        width: 1.4rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(5)>.zwfw-bottom-plate-right-item-text {
        width: 1.4rem;
    }
    .zwfw-bottom-plate-right-item:nth-child(6)>.zwfw-bottom-plate-right-item-text {
        width: 1.2rem;
    }
}