.intr-box {
    background-color: #fff;
    padding: 46px 0;

}

.intr-box img {
    display: block;
    height: 256px;
    margin: 0 auto;
}

/* .intr-box .w{
 flex-wrap: wrap;

} */
/* .intr-box .intr-box-item{
    width: 33.3%;
    margin-bottom: 40px;
}
.intr-box .intr-box-item img{
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 30px;
}
.intr-box .intr-box-item h4{
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #071C2F;
    font-weight: 500;
    margin-bottom: 8px;
}
.intr-box .intr-box-item p{
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #6D7278;
    line-height: 20px;
    font-weight: 500;width: 224px;
} */


.ptjs {
    background: url(../image/bg_kzzb.jpg) no-repeat center bottom #f3f4f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptjs h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.ptjs .flex-space-between {
    flex-wrap: wrap;
}

.ptjs .intrdu-item {
    width: 334px;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(181, 188, 194, 1);
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 80px;
    cursor: pointer;
}

.ptjs .intrdu-item::before {
    width: 68px;
    height: 3px;
    background: #073190;
    border-radius: 1.5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
}

.ptjs a.intrdu-item:hover {

    border: 1px solid rgba(7, 49, 144, 1);
    box-shadow: 0px 1px 6px 0px rgba(181, 188, 194, 1);
}

.ptjs a.intrdu-item:hover::after {
    width: 334px;
    height: 52px;
    background: #073190;
    content: "点击跳转";
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    position: absolute;

    bottom: 0;
    left: 0;
}

.ptjs .intrdu-item img {
    height: 42px;
    margin: 20px auto;
    display: block;

}

.ptjs .intrdu-item p {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #313336;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    padding: 0 27px;
}

.ptjs div.intrdu-item h4 {
    line-height: 42px;
    height: 42px;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #313336;
    text-align: center;
    font-weight: 400;
    margin: 20px auto;

}

.ptjs div.intrdu-item p.sm {
    height: 12px;
    font-family: SourceHanSansCN-Normal;
    font-size: 12px;
    color: #313336;
    font-weight: 400;
    text-align: center;
    margin-top: 4px;

}

.ptjs div.intrdu-item img.ewm {
    width: 73px;
    height: 74px;
    margin: 16px auto 0;

}

.nrjz {}

.nrjz {
    background: #f3f8fc;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}

.nrjz h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

.nrjz .w.flex {
    flex-wrap: wrap;
}

.nrjz .nrjz-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0.877px 1.798px 6px 0px rgba(0, 0, 0, 0.18);
    width: 280px;
        height: 414px;
    margin-right: 24px;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
   
      overflow: hidden;
}

.nrjz .nrjz-item::after {
    background-color: rgb(0, 31, 136);
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: 0;
    width: 68px;
    height: 4px;
    z-index: 30;
    display: block;
    content: "";
}

.nrjz .nrjz-item:nth-child(4n) {
    margin-right: 0;
}

.nrjz .nrjz-item p {
  
        width: 240px;
      text-align: justify;
    margin: 0 auto;
    font-family: SourceHanSansCN-Normal;
    font-size: 15px;
    font-family: "AlibabaPuHuiTi";
    color: rgb(90, 90, 90);
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 8px;
    box-sizing: border-box;
    min-height: 112px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.nrjz .nrjz-item .icon {
    display: block;
    height: 36px;
    margin: 15px auto 5px;
}

.nrjz .nrjz-item .icon-y {
    display: block;
    /* height: 36px; */
    margin: 15px auto 5px;
    max-height: 68px;
}

.nrjz .nrjz-item a {
    font-size: 11.556px;
    font-family: "Microsoft YaHei";
    color: rgb(90, 90, 90);
    text-decoration: underline;
    text-align: center;

}

.media {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.media h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

.media .w.flex {
    flex-wrap: wrap;
}

.media .media-item {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.877px 1.798px 4px 0px rgba(0, 108, 255, 0.23);
    margin-right: 13px;
    margin-bottom: 10px;
    width: 108px;
    height: 40px;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media .media-item.black {

    background-color: #000000;
  
}

.media .media-item:nth-child(10n) {

    margin-right: 0;
}

.zhyx {
    /* background: #f3f8fc;
    padding-top: 50px;
    padding-bottom: 50px; */
    height: 666px;
    background: url(../image/kzcm/yx.png) no-repeat center #f3f8fc;
    background-size: auto 494px;
}

.zhyx h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

.links-list {
    background: #f1f4fb no-repeat center bottom;
    padding-top: 50px;
}

.links-list h6 {
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;

}

.links-list h6,.zhyx h6{
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071C2F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;

}
.zhyx h6{
    padding-top: 100px;
}
.links-list .links-list-item {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.links-list .links-list-item .flex-left {

    display: flex;


}

.links-list .links-list-item .flex-left img {

    width: auto;
    height: 73px;
}

.links-list .links-list-item .flex-left p {
    /* height: 20px; */
    color: #071C2F;
    font-weight: 400;
    margin-left: 90px;
    margin-right: 90px;
    width: 726px;

    font-size: 16px;
    font-family: "AlibabaPuHuiTi";
    color: rgb(75, 75, 75);
    line-height: 24px;

}

.links-list .links-list-item .flex-left p span {
    color: #0091FF;
}

.links-list .links-list-item a {
    width: 86px;
    height: 36px;
    border: 1px solid rgba(7, 49, 144, 1);
    border-radius: 4px;
    display: block;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #073190;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}
.links-list .links-list-item.disabled a {
    border: 1px solid #ccc;
    color: #ccc;
}

.links-list-box {
    margin: 30px auto 0;
    width: 1200px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.links-list-box .links-list-box-item {
    display: block;
    margin-bottom: 16px;
    margin-right: 16px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.877px 1.798px 4px 0px rgba(0, 108, 255, 0.23);

    width: 288px;
    height: 74px;
    line-height: 74px;
    font-size: 22px;
    font-family: "AlibabaPuHuiTi";
    color: rgb(24, 24, 24);
    text-align: center;

}

.links-list-box .links-list-box-item:nth-child(4n) {

    margin-right: 0;
}