.bannerbar .slideBox {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.bannerbar .slideBox .hd {
    text-align: center;
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.bannerbar .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.bannerbar .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all ease-out 0.5s;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.bannerbar .slideBox .hd ul li.on {
    width: 30px;
    border-radius: 15px;
}

.bannerbar .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerbar .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.bannerbar .slideBox .bd img {
    width: 100%;
    height: 450px;
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.bannerbar .slideBox .prev,
.bannerbar .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bannerbar .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bannerbar .slideBox .prev:hover,
.bannerbar .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.bannerbar .slideBox .prevStop {
    display: none;
}

.bannerbar .slideBox .nextStop {
    display: none;
}

.r1 {
    margin-top: 40px;
}

.xyxw {
    width: 577px;

}

.news_bt a {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.xyxw_list {
    margin-top: 20px;
}

.xyxw_list li {
    width: 275px;
    float: left;
    margin-right: 27px;

}

.xyxw_list li:last-of-type {
    margin-right: 0px;
}

.xyxw_img {
    width: 275px;
    height: 172px;
    overflow: hidden;
}

.xyxw_img a img {
    width: 100%;
    height: 172px;
    transition: all 1s;
}

.xyxw_text {
    margin-top: 10px;
}

.xyxw_text a {
    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
    line-height: 24px;
}

.xyxw_text span {
    display: block;
    margin-top: 5px;

    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8A9099;
}

.xyxw_list li:hover .xyxw_text a {
    color: #073FA0;
}

.xyxw_list li:hover .xyxw_img a img {
    transform: scale(1.1);
    transition: all 1s;
}

.tzgg {
    width: 294px;
    margin-left: 27px;
}

.tzgg_list {
    margin-top: 20px;
}

.tzgg_list li {
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}

.tzgg_list li a {
    height: 41px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
    line-height: 24px;
    position: relative;

}

.tzgg_list li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 30%;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #B6C7E3;
    transform: translateY(-50%);
}

.tzgg_list li:hover a,
.tzgg_list li:hover span {
    color: #064DB7;
}

.djgz {
    margin-left: 27px;
    width: 275px;

}

.djbt {
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: #064DB7;
    text-align: center;

}

.djbt a {
    color: #FFFFFF;

}

.djgz_list {
    margin-top: 20px;
}

.djgz_list li {
    width: 125px;
    height: 95px;
    border: 1px solid #B6C7E3;
    margin-right: 21px;
    float: left;
    margin-bottom: 23px;
    box-sizing: border-box;
}

.djgz_list li:nth-child(2),
.djgz_list li:nth-child(4) {
    margin-right: 0px;
}

.djgz_list li:nth-child(3),
.djgz_list li:nth-child(4) {
    margin-bottom: 0px;
}

.djgz_list li a {}

.djgz_list li a i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 15px auto 5px;
}

.djgz_list li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #064DB7;
    text-align: center;
}

.djgz_list li:nth-child(1) a i {
    background: url(../images/zjjs_1.png)no-repeat;
}

.djgz_list li:nth-child(2) a i {
    background: url(../images/dyjy_1.png)no-repeat;
}

.djgz_list li:nth-child(3) a i {
    background: url(../images/sfsd_1.png)no-repeat;
}

.djgz_list li:nth-child(4) a i {
    background: url(../images/xsdj_1.png)no-repeat;
}

.djgz_list li:hover {
    background: #E9F0FA;
}

.djgz_list li:nth-child(1):hover a i {
    background: url(../images/zjjs_2.png)no-repeat;
}

.djgz_list li:nth-child(2):hover a i {
    background: url(../images/dyjy_2.png)no-repeat;
}

.djgz_list li:nth-child(3):hover a i {
    background: url(../images/sfsd_2.png)no-repeat;
}

.djgz_list li:nth-child(4):hover a i {
    background: url(../images/xsdj_2.png)no-repeat;
}

.r2 {
    width: 100%;
    height: 322px;
    background: #F7FAFC;
    margin-top: 40px;
    padding: 35px 0;
}

.rcpy {
    width: 435px;
    margin-right: 27px;
}

.rcpy_list {
    margin-top: 20px;

}

.rcpy_list li {
    height: 52px;
    margin-bottom: 20px;
}

.rc_fl {}

.rc_fl span {
    /* height: 52px; */
    width: 56px;
    display: block;
    text-align: center;
}

.rc_fl .rc_top {
    height: 32px;
    line-height: 32px;
    background: #B6C7E3;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.4s linear;
}
.rcpy_list li:hover .rc_fl .rc_top{
    transition: all 0.4s linear;
    background-color: #064DB7;
}
.rc_fl .rc_bottom {
    height: 20px;
    line-height: 20px;
    background: #E9F0FA;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8FA9D2;
}

.rc_fr {
    width: 365px;
    margin-left: 14px;
}

.rc_fr a {
    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
    line-height: 24px;
}

.rcpy_list li:hover .rc_fr a {
    color: #064DB7;
}

.xsjl {
    width: 435px;
    margin-right: 27px;
}

.xsjl_list {
    margin-top: 20px;
    /* height: 270px; */
    overflow: hidden;
}

.xsjl_list li {
    height: 41px;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
}

.xsjl_list li a {
    height: 41px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
    line-height: 24px;
    position: relative;
    margin-right: 10px;

}

.xsjl_list li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #B6C7E3;
    transform: translateY(-50%);
}

.xsjl_list li:hover a,
.xsjl_list li:hover span {
    color: #064DB7;
}


.txtd {
    width: 275px;
}

.txtd .tx_list {

    margin-bottom: 20px !important;
}

.txtd .tx_list li {
    height: 52px;
}


.r3 {
    margin-top: 40px;
}

.xwnews_fl {
    width: 897px;
}

.education {
    width: 435px;
    height: 350px;
    margin-right: 27px;
}

.education .slideTxtBoxs .hd {
    position: relative;
    height: 50px;
    line-height: 50px;
}

.education .slideTxtBoxs .hd ul {
    float: left;
    position: absolute;
}

.education .slideTxtBoxs .hd ul li {
    float: left;
    cursor: pointer;
    width: 120px;
}

.education .slideTxtBoxs .hd ul li a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    transition: all 0.4s linear;
}

.education .slideTxtBoxs .hd ul li.on a {
    color: #B6C7E3;
    transition: all 0.4s linear;
}


.education .slideTxtBoxs .bd ul {
   height: 273px;
    zoom: 1;
    margin-top: 20px;
    overflow: hidden;
}

.education .slideTxtBoxs .bd li {
    width: 125px;
    height: 125px;
    background: #E9F0FA;
    border: 1px solid #B6C7E3;
    float: left;
    margin-right: 27px;
    margin-bottom: 23px;
    box-sizing: border-box;
}

.education .slideTxtBoxs .bd li:nth-child(3),
.education .slideTxtBoxs .bd li:nth-child(6) {
    margin-right: 0px;
}

.education .slideTxtBoxs li:nth-child(4),
.education .slideTxtBoxs li:nth-child(5),
.education .slideTxtBoxs li:nth-child(6) {
    margin-bottom: 0px;
}

.education .slideTxtBoxs .bd li a i {
    display: block;
    width: 40px;
    height: 45px;
    margin: 25px auto 10px;
}

.education .slideTxtBoxs .bd li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #064DB7;
    text-align: center;
}

.education .slideTxtBoxs .bd li:nth-child(1) a i {
    background: url(../images/zjjs_1.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(2) a i {
    background: url(../images/pyfa_1.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(3) a i {
    background: url(../images/glzd_1.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(4) a i {
    background: url(../images/jxkygg_1.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(5) a i {
    background: url(../images/yjsdt_1.png)no-repeat;
    width: 50px;
    height: 45px;
}

.education .slideTxtBoxs .bd li:nth-child(6) a i {
    background: url(../images/dsdw_1.png)no-repeat;
}

.education .slideTxtBoxs .bd li:hover {
    background: #E9F0FA;
}

.education .slideTxtBoxs .bd li:nth-child(1):hover a i {
    background: url(../images/zjjs_2.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(2):hover a i {
    background: url(../images/pyfa_2.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(3):hover a i {
    background: url(../images/glzd_2.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(4):hover a i {
    background: url(../images/jxkygg_2.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(5):hover a i {
    background: url(../images/yjsdt_2.png)no-repeat;
}

.education .slideTxtBoxs .bd li:nth-child(6):hover a i {
    background: url(../images/dsdw_2.png)no-repeat;
}

.xshd {
    width: 435px;
    /* margin-right: 27px; */
}

.xshd_list {
    margin-top: 20xp;

}

.xshd_list li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.xshd_list li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
}

.xshd_list li:hover a {
    color: #064DB7;
}

.xshd_list li span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8A9099;
}

.gjjl {
    width: 435px;
    margin-top: 40px;
}

.xw_top {
    margin-top: 20px;
}

.xw_top .slideBox {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.xw_top .slideBox .hd {
    width: 50%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.xw_top .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.xw_top .slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #E9F0FA;
    cursor: pointer;
}

.xw_top .slideBox .hd ul li.on {
    background: #064DB7;
    color: #fff;
}

.xw_top .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.xw_top .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.xw_top .slideBox .bd li .xw_fl {
    width: 201px;
    height: 126px;
    float: left;
    overflow: hidden;
}

.xw_top .slideBox .bd .xw_fl img {
    width: 100%;
    height: 126px;
    transition: all 1s;
}

.xw_top .slideBox .bd li .xw_fr {
    width: 214px;
    float: left;
    margin-left: 20px;

}

.xw_top .slideBox .bd li .xw_fr a {
    width: 201px;
    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #504F55;
    line-height: 24px;
}

.xw_top .slideBox .bd li:hover .xw_fr a {
    color: #064DB7;
}

.xw_top .slideBox .bd li .xw_fr span {
    display: block;
    height: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8A9099;
    line-height: 28px;
}



.xw_list {
    padding-top: 20px;
    border-top: 1px solid #ECE8E8;
}

.xw_list li {
    height: 40px;
    line-height: 40px;
}

.xw_list li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;

}

.xw_list li span {
    float: right;
}

.xw_top .slideBox .bd li:hover .xw_fl img {
    transform: scale(1.1);
    transition: all 1s;
}


.xw_list li:hover a {
    color: #064DB7;
}

.jxxm {
    width: 435px;
    margin-top: 40px;
    margin-left: 27px;
}

.xwnews_fr {
    margin-left: 27px;
    width: 275px;

}

.zszl {
    height: 160px;
}

.zszl_list {
    margin-top: 20px;
}

.zszl_list li {
    width: 125px;
    height: 95px;
    line-height: 95px;
    background: #E9F0FA;
    float: left;
    text-align: center;
}

.zszl_list li:last-of-type {
    margin-left: 25px;

}

.zszl_list li:hover {
    background: #064DB7;
}

.zszl_list li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #064DB7;
}

.zszl_list li:hover a {
    color: #fff;
}

.jygz {
    margin-top: 55px;
}

.jy_list li {
    height: 38px;
    /*margin-bottom: 25px !important;*/
}

.jy_list li:last-of-type {
    margin-bottom: 0px !important;
}

.xygz {
    margin-top: 55px;
}
