.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
    height: 40px !important;
      border: 1px solid #e2e2e2;
    color: #7d7d7d;
    font-size: 18px;
    margin: 0 3px;
   
    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
    width: 40px;
    line-height: 26px!important;}
.p_first_d a ,.p_last a, .p_prev_d a ,.p_next a{width:74px!important;}
.p_first_d ,.p_last , .p_prev_d  ,.p_next {width:74px!important;}
.p_first ,.p_last_d , .p_prev  ,.p_next_d {width:74px!important;}
.p_first a,.p_last_d a, .p_prev  a,.p_next_d a {width:74px!important;}
.pb_sys_common .p_t{
color: #7d7d7d;
    font-size: 18px ;
    margin-left: 10px;}
    .pb_sys_common .p_goto a, .pb_sys_common .p_search a{     
    height: 40px!important;
   
    line-height: 26px!important;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 18px;
       width: 74px;
    background-color: #005d89;
    color: #fff !important;
    cursor: pointer;
    margin-left: 5px;}
    .pb_sys_style1 .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #005d89 !important;}
    .pb_sys_common .p_goto input{
    width: 56px !important;
    text-align:center;
    height: 40px !important;}
.pb_sys_common .p_goto a:hover{ background-color: #005d89 !important;}
.pb_sys_common .p_t{
    line-height: 12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
    height: 16px;
}

.xz_list ul li .fj{      display: initial !important;}




.zy header{
    position: initial;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    height: 191px;
    background: url(../img/y.png) no-repeat center;
    background-size: 100% 100%;
}

header .top {
    height: 100%;
}

header .top .top_t {
    height: 131px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top .top_t .logo {
    display: block;
    width: 665px;
    height: 64px;
}
.top .top_t .logo img{
    width: 100%;
    height: 100%;
}
.top .top_t .logo .img2{
    display: none;
}
header .top .top_t .right {
    display: flex;
    align-items: center;
    height: 18px;
    margin-top: 30px;
}

header .top .top_t .right a {
    color: #fff;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.top.on .top_t{
    background: url(../img/head_bg.png) #fff no-repeat 78% center;
    background-size: 646px 114px;
}
.top.on .top_t .logo .img1{
    display: none;
}
.top.on .top_t .logo .img2{
    display: block;
}
header .top.on .top_t .right a{
    color: #333;
}
header .top.on .top_t .right .line{
    background-color: #333;
}
/* .top_b {
    margin-top: 34px;
} */
.top.on .top_b{
    background-color: #005d89;
}
.top_b ul {
    display: flex;
    justify-content: center;
}

.top_b ul li {
    width: 152px;
    text-align: center;
    position: relative;
}

.top_b ul li>a {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    position: relative;
}
.top_b ul li>a::before{
    content: '';
    display: block;
    width: 0;
    border-bottom: 3px solid #ef9775;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}
.top_b ul li.on>a::before{
    width: 100%;
}
.top_b ul li:hover>a::before{
    width: 100%;
}
.top_b ul li:hover .nav {
    display: block;
}

.top_b ul li .nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #f5f3ee;
    padding: 15px 10px 45px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.top_b ul li .nav::before {
    content: '';
    display: block;
    background: url(../img/icon2.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 179px;
    position: absolute;
    bottom: -120px;
    left: 2%;
    transform: translateX(-50%);
    animation: cc 20s linear 0s infinite;
}
.sj_module2{
    display: none;
}
.module2{
    position: relative;
    margin-bottom: 95px;
}
.module2::before{
    content: '';
    display: block;
    background: url(../img/bg_2.png) no-repeat center;
    background-size: 622px 1029px;
    position: absolute;
    top: -330px;
    right: 0;
    z-index: -1;
    width: 622px;
    height:1029px;
}
.module2 ul{
    display: flex;
    height: 458px;
}
.module2 ul li{
    height: 100%;
    width: 162px;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}

.module2 ul li.on{
    width: 590px;
}
.module2 ul li a{
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.module2 ul li .bg{
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.module2 ul li p{
    display: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
}
.module2 ul li h2{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    padding: 0 70px;
    /* writing-mode: vertical-lr; */
}
.module2 ul li.on{
    background: none  !important;
}
.module2 ul li.on .bg{
    width: 100%;
    height: 100%;
}
.module2 ul li.on a{
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    align-content: flex-end;
}
.module2 ul li.on .icon{
    margin-left: 52px;
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.module2 ul li.on h2{
    padding: 0;
    /* writing-mode: initial; */
}
.module2 ul li.on p{
    display: block;
    margin-left: 124px;
    width: 70%;
    margin-bottom: 60px;
}
.module2 ul li:nth-child(2n+1){
    background: url(../img/icon15.png) no-repeat right bottom;
    background-size: 152px 287px;
}
.module2 ul li:nth-child(1){
    background: rgba(0, 93, 137, .9);
}
.module2 ul li:nth-child(2){
    background: rgba(8, 186, 212, .9);
}
.module2 ul li:nth-child(3){
    background: rgba(232, 153, 121, .9);
}
.module2 ul li:nth-child(4){
    background: rgba(17, 155, 154, .9);
}
.module2 ul li:nth-child(5){
    background: rgba(188, 88, 100, .9);
}
.module2 ul li:nth-child(6){
    background: rgba(183, 164, 150, .9);
}

@keyframes cc {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top_b ul li .nav a {
    display: block;
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0;
    position: relative;
    padding: 5px 0;
}
.top_b ul li .nav a::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #005d89;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: -1;
}
.top_b ul li .nav a.on{
    color: #fff;
}
.top_b ul li .nav a.on::before{
    width: 100%;
}

.top_b ul li .nav a:hover {
    color: #fff;
}
.top_b ul li .nav a:hover::before{
    width: 100%;
}
/* header .top .top_t .right a:hover{
    color: #005d89;
} */
.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer .close {
    font-size: 60px;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #ccc;
    background: url(../img/close.png) no-repeat center;
    background-size: 100% 100%;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer .search_box .kw {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
height: 45px;
width:375px;
}

.layer .search_box .ok {
    background: #005d89;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
height: 45px;

}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

header .top .top_t .right .line {
    background-color: #fff;
    display: inline-block;
    margin: 0 12px;
    height: 100%;
    width: 1px;
}

header .top .top_t .right .search {
    width: 22px;
    height: 22px;
    margin-left: 24px;
    cursor: pointer;
}
header .top .top_t .right .searchs{
    display: none;
}
header .top.on .top_t .right .searchs{
    width: 22px;
    height: 22px;
    margin-left: 24px;
    cursor: pointer;
    display: block;
}
header .top.on .top_t .right .search{
    display: none;
}
.banner {
    width: 100%;
    height: 786px;
    position: relative;
    overflow: hidden;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide.swiper-slide-active img {
    animation: big 8s ease-in-out forwards;
}

.banner .swiper-pagination {
    bottom: 50px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 260px;
    box-sizing: border-box;
}

.banner .swiper-pagination-bullet {
    background: none;
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
    margin: 0 15px !important;
    width: auto;
    height: 30px;
    position: relative;
    text-align: left;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 28px;
    min-width: 120px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    transition: all .5s ease-out 0s;
}
.big-nav{
    display: none;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    background: url(../img/icon1.png) no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 27px;
    position: absolute;
    top: 45%;
    right: 14px;
    transform: translateY(-50%);
    transition: all .5s ease-out 0s;
}
#m_n_nav{
    display: none;
}
.module1{
    padding-top: 80px;
    padding-bottom:110px;
    margin-bottom: 60px;
    background: url(../img/module_bg.png) #f5f2ee bottom center no-repeat;
}
.module1 .w{
    display: flex;
}
.module1 .module_l{
    width: 920px;
    min-height: 580px;
    position: relative;
    overflow: hidden;
    /* background-color: #005d89; */
}
.module1 .module_l::before{
    content: '';
    display: block;
    width: 892px;
    height: 470px;
    background-color: #005d89;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.module1  .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.module1  .tit h5{
    color: #005d89;
    font-size: 34px;
    font-weight: 700;
    background: url(../img/icon4.png) no-repeat right center;
    background-size: 137px 15px;
    padding-right: 170px;
}
.module1  .tit h5 span{
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}
.module_swi{
    margin-top: 26px;
    width: 899px;
    height: 482px;
    margin-left: 20px;
}
.module_swi a{
    display: block;
}
.module_swi .img{
    width: 899px;
    height: 482px;
    overflow: hidden;
}
.module_swi .img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.module_swi .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/xw_yy.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 169px;
}
.module_swi .bg h2{
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 35px;
    width: 68%;
}
.module_swi .swiper-pagination{
    text-align: right;
    padding-right: 40px;
    box-sizing: border-box;
    bottom: 40px;
}
.module_swi .swiper-pagination-bullet{
    background: url(../img/icon6.png) no-repeat center;
    background-size: 100% 100%;
    width: 23px;
    height: 20px;
    opacity: 1;
}
.module_swi .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url(../img/icon7.png) no-repeat center;
    background-size: 100% 100%;
    width: 23px;
    height: 20px;
}
.more{
    color: #005d89;
    font-size: 16px;
    display: inline-block;
    background: url(../img/icon5.png) no-repeat right center;
    background-size: 21px 15px;
    padding-right: 26px;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.module1 .module_r{
    margin-left: 40px;
    width: 440px;
    height: 580px;
    overflow: hidden;
}
.module1 .module_r .swiper{
    margin-top: 21px;
    height: 520px;
    padding-top: 10px;
    box-sizing: border-box;
}
.module1 .module_r .swiper .swiper-slide{
    height: 115px !important;
}
.module1 .module_r .swiper a{
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.module_r .swiper a .time{
    padding: 5px;
    border-right: 1px solid #eeeeee;
}
.module_r .swiper a .date{
    background-color: #f5f3ee;
    width: 118px;
    height: 105px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.module_r .swiper a .date::before {
    content: '';
    display: block;
    background: url(../img/icon8.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: -80px;
    left: 0%;
    transform: translateX(-50%);
    animation: cc 20s linear 0s infinite;
}
.module_r .swiper a .date span{
    display: block;
    color: #333333;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
.module_r .swiper a .date p{
    color: #999999;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.module_r .swiper a h2{
    width: 260px;
    color:#000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 22px;
}
@keyframes big {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#going {
    width: 162px;
    height: 239px;
    display: block;
    position: fixed;
    top: 50%;
    right: 0%;
    z-index: 999;
    transition: all .5s;
}

#going img {
    width: 100%;
    height: 100%;
}

#going:hover {
    transform: translateX(20px);
}
.module3{
    background: url(../img/yl_bg.png) repeat center;
    /* background-color: #f9f9f9; */
    height: 275px;
}
.module3 .w{
    position: relative;
    overflow: hidden;
}
.module3 .title{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module3 .title h5{
    font-size: 34px;
    font-weight: 700;
    color: #005d89;
    margin: 0 20px;
}
.module3 .title h5 span{
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}
.module3_swi{
    margin-top: 30px;
}
.module3_swi a{
    display: flex;
    width: 265px;
    height: 102px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}
.module3_swi a::before{
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #005d89;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.module3_swi a:hover::before{
    width: 100%;
}
.module3_swi a img{
width:auto;
    max-width: 100%;
  max-height: 100%;
}
.module4{
    height: 540px;
    background-color: #f5f2ee;
}
.module4 .w {
    display: flex;
}
.module4 .module4_l{
    width: 670px;
    margin-right: 60px;
    overflow: hidden;
}
.module4 .module4_l ul{
    margin-top: 30px;
    width: 100%;
    height: 340px;
    background-color: #fff;
    padding: 34px 20px 34px 34px;
    box-sizing: border-box;
    position: relative;
}
.module4 .module4_l ul::before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #005d89;
    bottom: 0;
    left: 50%;
    transition: all .5s;
    transform: translateX(-50%);
}
.module4 .module4_l ul li{
    height: 56px;
    line-height: 56px;
}
.module4 .module4_l ul li a{
    display: flex;
    background: url(../img/icon30.png) no-repeat left center;
    background-size: 6px 11px;
    padding-left: 26px;
    box-sizing: border-box;
}
.module4 .module4_l ul li a span{
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}
.module4 .module4_l ul li a h3{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 8px;
    margin-right: 52px;
    width: 80%;
}
.module4 .module4_l ul li a em{
    color: #999999;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.module4 .module4_r{
    width: 670px;
    overflow: hidden;
}
.module4 .tit {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.module4 .tit h5 {
    color: #005d89;
    font-size: 34px;
    font-weight: 700;
    background: url(../img/icon4.png) no-repeat right center;
    background-size: 137px 15px;
    padding-right: 170px;
}
.module4 .tit h5 span {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}
.module4 .module4_r ul{
    margin-top: 30px;
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    position: relative;
}
.module4 .module4_r ul li{
    background-color: #fff;
    height: 73px;
    height: 73px;
    margin-bottom: 16px;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.module4 .module4_r ul li::before{
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #005d89;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.module4 .module4_r ul li:nth-child(4n+4){
    margin-bottom: 0;
}
.module4 .module4_r ul li .load {
    height: 100%;
    display: flex;
    background: url(../img/icon30.png) no-repeat left center;
    background-size: 6px 11px;
    padding-left: 26px;
    box-sizing: border-box;
    cursor: pointer;
}
.module4 .module4_r ul li .load span {
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    line-height: 73px;
}
.module4 .module4_r ul li .load h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 8px;
    margin-right: 52px;
    width: 84%;
    line-height: 73px;
}

.module4 .module4_r ul li .load em{
    display: inline-block;
    line-height: 73px;
}
.module4 .module4_r ul li .load em img{
    width: 32px;
    height: 32px;
}
.foot_t{
    width: 100%;
    height: 300px;
    background-color: #005d89;
    position: relative;
}
.foot_t::before{
    content: '';
    display: block;
    background: url(../img/foot_bg.png) no-repeat center;
    background-size: auto 100%;
    width: 100%;
    height: 124px;
    position: absolute;
    top: 30px;
    left: 0;
}
.foot_t .w{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.foot_t .lef{
    margin-top:120px;
   /* width: 20%; */
}
.foot_t .lef img{
    width: 194px;
    height: 64px;
}
.foot_t .mid{
    width: 60%;
    margin-top: 100px;
}
.foot_t .mid p{
    line-height: 60px;
    margin-top: 12px;
    color: #bad3df;
    font-size: 16px;
    display: inline-block;
    margin-left: 30px;
    background: url(../img/icon21.png) no-repeat left center;
    background-size: 41px 41px;
    padding-left: 50px;
}
.foot_t .mid p:nth-child(2){
    background: url(../img/icon21_1.png) no-repeat left center;
    background-size: 41px 41px;
}
.foot_t .mid p:nth-child(3){
    margin-right: 0;
    background: url(../img/icon21_2.png) no-repeat left center;
    background-size: 41px 41px;
}
.nd_erm{
    margin-top: 30px;
}
.nd_erm img{
    width: 120px;
    height: 120px;
    margin: 0 20px;
}
.foot_t .mid span{
    margin-top: 12px;
    color: #bad3df;
    font-size: 16px;
}
.foot_t .rig{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_t .rig .ewm>img{
    width: 52px;
    height: 52px;
}
.foot_t .rig .add a{
    display: block;
}
.foot_t .rig .add img{
    width: 52px;
    height: 52px;
}
.foot_t .rig .ewm{
    position: relative;
    margin-right: 16px;
}
.foot_t .rig .ewm:hover .ewm_img{
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transform: none;
}
.foot_t .rig .ewm .ewm_img{
    position: absolute;
    bottom: 50px;
    left: 26px;
    margin-left: -70px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px;
    width: 140px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 5px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
   
}
.foot_t .rig .ewm .ewm_img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    font-size: 0;
    border-top-color: #fff;
}
.foot_t .rig .ewm .ewm_img img{
    width: 120px;
    height: 120px;
}
.foot_b{
    width: 100%;
    height: 53px;
    background-color: #024a6c;
}
.foot_b .w{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_b .w span{
    color: #bad3df;
    font-size: 15px;
    margin: 0 5px;
}
.foot_b .w a{
    color: #bad3df;
    font-size: 15px;
    margin: 0 5px;
}
.foot_b .w p{
    display: none;
    color: #bad3df;
    font-size: 15px;
    margin: 0 5px;
}
.foot_b .w img{
    margin: 0 5px;
}
.index{
    position: relative;
}
.index::before{
    content: '';
    display: block;
    background: url(../img/bg_1.png) no-repeat center;
    background-size: 100% 100%;
    width: 205px;
    height: 348px;
    position: absolute;
    bottom: 26%;
    left: 0;
    z-index: 0;
}
.index::after{
    content: '';
    display: block;
    background: url(../img/bg_21.png) no-repeat center;
    background-size: 100% 100%;
    width: 345px;
    height: 342px;
    position: absolute;
    bottom: 17%;
    right: 0;
    z-index: 0;
}
.zy img{
    max-width: 100%;
}

.zy_ban{
    position: relative;
    width: 100%;
    height: 414px;
}
.zy_ban>img{
    width: 100%;
    height: 100%;
}
.zy_ban .w{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: url(../img/dqwz_bg.png) no-repeat left 50%;
    background-size: 378px 240px;
    padding-left: 260px;
    box-sizing: border-box;
}
.zy_ban .w h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    top: 140px;
}
.zy_ban .w .dqwz{
  color:#fff;
    position: absolute;
    top: 200px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.zy_ban  .dqwz img{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: -4px;
}
.zy_ban  .dqwz a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 6px; 
}
.zy_ban  .dqwz a.on{
    font-size: 18px;
    font-weight: 700;
}
.zy_ban  .dqwz a:hover{
    font-size: 18px;
    font-weight: 700;
}
.zy_ej{
    width: 100%;
    height: 84px;
    line-height: 84px;
    box-shadow: 0 0 16px 1px rgba(182, 208, 221, .41);
}
.zy_ej .w{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zy_ej ul{
    display: flex;
    justify-content: start;
    align-items: center;
}
.zy_ej ul li{
    margin-right: 55px;
}
.zy_ej ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    
}
.zy_ej ul li a h2{
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}
.zy_ej ul li a img{
    display: none;
}
.zy_ej ul li.on a h2{
    color: #005d89;
    font-weight: 700;
}
.zy_ej ul li.on a img{
    display: block;
}
.zy_ej ul li:hover a h2{
    color: #005d89;
    font-weight: 700;
}
.zy_ej ul li:hover a img{
    display: block;
}
.goback{
    display: inline-block;
    background: url(../img/icon26.png) no-repeat left center;
    background-size: 32px 32px;
    color: #333333;
    font-size: 18px;
    padding-left: 44px;
    cursor: pointer;
}
.goback:hover{
    color: #005d89;
}
.jj_list{
    margin-top: 50px;
}
.jj_list>.w{
    overflow: hidden;
    padding-bottom: 60px;
}
.jj_list .w .left{
    width: 690px;
}
.jj_list .w .left .jj_nr{
    height: 628px;
    overflow-y: auto;
    padding-right: 20px;
}
.jj_list .w .left .jj_nr::-webkit-scrollbar {
    width: 6px;
}
.jj_list .w .left .jj_nr::-webkit-scrollbar-thumb {
    border-radius: 0.025rem;
    box-shadow: inset 0 0 5px rgb(88 87 173 / 31%);
    -webkit-box-shadow: inset 0 0 5px rgb(85 71 216 / 20%);
    background: #005d89;
}
.jj_list .w .left .jj_nr p{
    color: #333;
    font-size: 16px;
    line-height: 35px;text-indent: 2em;
}
.jj_list .w .right{
    width: 670px;
    position: relative;
}
.jj_list .w .right .img{
    position: absolute;
}
.jj_list .w .right .img.img1{
    top: 0;
    left: 0;
}
.jj_list .w .right .img.img2{
    top: 250px;
    left: 0;
}
.jj_list .w .right .img.img3{
    top: 20px;
    right: 0;
}
.jj_lists{
    width: 100%;
    height: 588px;
    background: url(../img/jj_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.jj_lists .w{
    margin-top: 100px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 400px;
    overflow-y: auto;
    margin-bottom: 88px;
}
.jj_lists .w p{
    color: #323232;
    font-size: 16px;
    line-height: 34px;
}
.jj_lists .w::-webkit-scrollbar {
    width: 6px;
}
.jj_lists .w::-webkit-scrollbar-thumb {
    border-radius: 0.025rem;
    box-shadow: inset 0 0 5px rgb(88 87 173 / 31%);
    -webkit-box-shadow: inset 0 0 5px rgb(85 71 216 / 20%);
    background: #005d89;
}
/* 下载专区 */
.xz_list{
    background-color: #faf9f5;
    min-height: 600px;
    padding-bottom: 70px;
}
.xz_list .w{
    overflow: hidden;
}
.xz_list ul{
    margin-top: 50px;
    min-height: 500px;
    margin-bottom: 60px;
}
.xz_list ul li{
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.xz_list ul li::before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    background-color: #005d89;
}
.xz_list ul li a{
   
    overflow: hidden;
    cursor: pointer;
}
.xz_list ul li h2{
    color: #303030;
    font-size: 18px;
    width: 70%;
    float: left;
    line-height: 80px;
    padding-left: 35px;
}
.xz_list ul li span{
    float: right;
    color: #005d89;
    font-size: 18px;
    display: block;
    height: 54px;
    line-height: 54px;
    min-width: 180px;
    border-left: 1px solid #e8e8e8;
    text-indent: 76px;
    background: url(../img/onload.png) no-repeat 18% center;
    background-size: 32px 32px;
    margin-top: 13px;
}
/* 分页 */
.fy{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fy .one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fy .tz_z{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fy a{
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    color: #7d7d7d;
    font-size: 18px;
    margin: 0 3px;
}
.fy a.swy{
    width: 74px;
}
.fy a.sxy{
    width: 74px;
}
.fy a.qr{
    width: 74px;
    background-color: #005d89;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}
.fy input{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    color: #7d7d7d;
    font-size: 18px;
    margin: 0 3px;
    padding: 0 5px;
}
.fy p{
    color: #7d7d7d;
    font-size: 18px;
    margin-left: 10px;
}
.fy span{
    color: #005d89;
}
.fy a:hover{
    background-color: #005d89;
    color: #fff;
}
.fy a.on{
    background-color: #005d89;
    color: #fff;
}
/* 网站地图 */
.wzdt_list{
    padding-bottom: 70px;
}
.wzdt_list ul {
    margin-top: 95px;
}
.wzdt_list ul li{
    background-color: #fff;
    box-shadow: 0 0 13px 1px #e1e1e1;
    margin-bottom: 20px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.wzdt_list ul li>img{
    margin-right: 40px;
    width: 69px;
    height: 64px;
}
.wzdt_list ul li:nth-child(2n+1){
    background: url(../img/dt_bg.png) #fff  80% top no-repeat;
    background-size: 517px 91px;
}
.wzdt_list ul li::before{
    content: '';
    width: 0;
    height: 3px;
    background-color: #005d89;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.wzdt_list ul li span{
    display: inline-block;
    background: url(../img/icon27.png) no-repeat center;
    background-size: 100% 100%;
    width: 69px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    font-size: 40px;
    font-family: '楷体';
    margin-right: 40px;
}
.wzdt_list ul li .fir{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-right: 26px;
}
.wzdt_list ul li .dt_ej{
    display: flex;
}
.wzdt_list ul li .dt_ej a{
    display: inline-block;
    color: #000000;
    font-size: 16px;
    background: url(../img/icon28.png) no-repeat left center;
    background-size: 15px 7px;
    padding-left: 20px;
    margin-right: 40px;
}
/* 通知公告 */
.gg_list{
    background-color: #faf9f6;
    padding-bottom: 60px;
}
.gg_search {
    overflow: hidden;
}
.gg_search .s{
    width: 993px;
    height: 86px;
    margin: 52px auto;
    background: url(../img/dt_bg.png) #fff right top no-repeat; 
    background-size: 452px 80px;
    border-radius: 50px;
}
.gg_search .s span{
    width: 110px;
    line-height: 86px;
    text-align: center;
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #eeeeee;
    display: inline-block;
}
.gg_search .s input{
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    width: 70%;
    height: 80px;
    line-height: 80px;
    background: none;
}
.gg_search .s input::placeholder{
    color: #a5a5a5;
}
.gg_search .s .g_search{
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 30px;
    margin-right: 40px;
    cursor: pointer;
}
.gg_list ul{
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 100px;
}
.gg_list ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    background-color: #fff;
}
.gg_list ul li:nth-child(2n+2){
    margin-right: 0;
}
.gg_list ul li a{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gg_list ul li a .time {
    padding: 5px;
    border-right: 1px solid #eeeeee;
}
.gg_list ul li a .date {
    background-color: #f5f3ee;
    width: 118px;
    height: 105px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.gg_list ul li a .date::before {
    content: '';
    display: block;
    background: url(../img/icon8.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: -80px;
    left: 0%;
    transform: translateX(-50%);
    animation: cc 20s linear 0s infinite;
}
.gg_list ul li a .date span {
    display: block;
    color: #333333;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
.gg_list ul li a .date p {
    color: #999999;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.gg_list ul li a h2 {
    width: 72%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 22px;
}
/* 联系方式 */
.jjfs_list .title{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jjfs_list .title h5 {
    font-size: 34px;
    font-weight: 700;
    color: #005d89;
    margin: 0 20px;
}
.jjfs_list .title h5 span {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}
.jjfs_list .fs_nr{
    min-height: 300px;
    margin-top: 34px;
    padding-bottom: 180px;
}
.jjfs_list .fs_nr img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* 学科建设 */
.xw_list{
    overflow: hidden;
    padding-bottom: 80px;
}
.xw_list .w{
    margin-top: 40px;
}
.xw_list  ul{
    border-bottom: 1px solid #ebedee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.xw_list   li{
    height: 60px;
    line-height: 60px;
}
.xw_list   li a{
    display: block;
    overflow: hidden;
}
.xw_list   li a h2{
    color: #393939;
    font-size: 18px;
    font-weight: 400;
    background: url(../img/icon30.png) no-repeat left center;
    background-size: 6px 11px;
    padding-left: 24px;
    float: left;
    width: 80%;
}
.xw_list   li a span{
    color: #a1a1a1;
    font-size: 18px;
    float: right;
}
.xw_n{
    margin-bottom: 55px;
    min-height: 500px;
}
/* 新闻详情 */
.xq_dqwz{
    margin-top: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.xq_dqwz a{
    display: inline-block;
    margin: 0 4px;
    color: #323232;
    font-size: 16px;
}
.xq_dqwz img{
    margin-top: -4px;
}
.xq_dqwz a.on{
    font-size: 18px;
}
.xq_dqwz a:hover{
    font-size: 18px;
}
.xq_list{
    background: #fff;
    min-height: 500px;
    position: relative;
}
.xq_list::before{
    content: '';
    display: block;
    background: url(../img/xq_bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 635px;
    height: 783px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.xq_list>.w{
    overflow: hidden;
    background: url(../img/icon31.png)  right top no-repeat;
    background-size: 100% 104px;
}
.xq{
    margin-top: 50px;
}
.xq>h2{
    color: #005d89;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}
.xq .lll{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.xq .lll span{
    margin-right: 30px;
    color: #878787;
    font-size: 16px;
    display: inline-block;
    background: url(../img/icon32.png) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}
.xq .lll span:nth-child(2){
    background: url(../img/icon33.png) no-repeat left center;
    background-size: 20px 15px;
}
.xq .lll span:nth-child(3){
    background: url(../img/icon34.png) no-repeat left center;
    background-size: 16px 16px;
}
.lines{
    width: 100%;
    height: 1px;
    background-color: #005d89;
}
.liness{
    margin-top: 3px;
    width: 100%;
    height: 4px;
    background-color: #005d89;
}
.xq_con{
    min-height: 50vh;
    margin-top: 50px;
    margin-bottom: 40px;
}
.xq_con p{
    color: #333333;
    font-size: 16px;
    line-height: 37px;
}
.xq_con img{
    max-width: 100%;
}
.xq_con iframe{
    max-width: 100%;
}
.xq_con table{
    max-width: 100%;
}
.xq_con video{
    max-width: 100%;
}
/* 上下篇 */
.sxp{
    width: 100%;
    height: 240px;
    background: url(../img/icon37.png) no-repeat left top;
    background-size: 270px 240px;
    padding: 0 25px;
    box-sizing: border-box;
}
.sxp a{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 43px;
    line-height: 43px;
    margin-bottom: 20px;
}
.sxp a span{
    background: url(../img/icon35.png) no-repeat center;
    background-size: 100% 100%;
    width: 122px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.sxp a em{
    display: inline-block;
    background: url(../img/icon38.png) no-repeat center;
    background-size: 100% 100%;
    width: 90px;
    height: 15px;
}
.sxp a h3{
flex:1;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}
.font{
    position: fixed;
    top: 30%;
    left: 4%;
}
.font a{
    cursor: pointer;
    display: block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
}
.font a.big{
    background: url(../img/big.png) no-repeat center;
    background-size: 64px 48px;
}
.font a.small{
    background: url(../img/small.png) no-repeat center;
    background-size: 64px 47px;
}
/* 重点学科 */
.xk_list .title {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xk_list .title h5 {
    font-size: 34px;
    font-weight: 700;
    color: #005d89;
    margin: 0 20px;
}
.xk_list .title h5 span {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}
.xk_list ul{
    margin-top: 45px;
    overflow: hidden;
    padding-bottom: 100px;
    min-height: 500px;
    padding: 0 2px;
}
.xk_list ul li{
    float: left;
    width: 31.8%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 13px 1px #e6e3db;
}
.xk_list ul li:nth-child(3n+3){
    margin-right: 0;
}
.xk_list ul li h3{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: url(../img/icon40.png) #005d89 left top no-repeat;
    background-size: 100% 100%;
}
.xk_list ul li:nth-child(2) h3{
    background: url(../img/icon40.png) #ef9775 left top no-repeat;
    background-size: 100% 100%;
}
.xk_list ul li:nth-child(3) h3{
    background: url(../img/icon40.png) #00aaa9 left top no-repeat;
    background-size: 100% 100%;
}
.xk_list ul li .xk{
    height: 630px;
   overflow: hidden;
}
.xk_list ul li .xk a{
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #323232;
    font-size: 18px;
    border-bottom: 1px solid #eeefef;
    border-right: 1px solid #eeefef;
}

/* 领导 */
.ld_list{
    width: 100%;
    min-height: 800px;
    background: url(../img/ld_bg.png)#faf9f6 no-repeat right bottom;
    background-size: 1183px 672px;
}
.ld_list .w{
    overflow: hidden;
}
.ld_z{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 74px;
}
.ld_z .ld_tit{
    width: 72%;
    background-color: #fff;
    box-shadow: 0 0 13px 1px #e6e3db;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
.ld_z .ld_tit h3{
    height: 110px;
    line-height: 110px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}
.ld_z .ld_tit h3 span{
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    display: inline-block;
    text-align: left;

}
.ld_z .ld_tit h3 span:nth-child(1){
    /* text-align: right; */
    min-width: 64%;
}
.ld_z .ld_tit h3 span:nth-child(2){
    border-right: none;
}
.ld_z .ld_tit h3.on span{
    color: #005d89;
    font-weight: 700;
}
.ld_z .ld_con{
    width: 48%;
    background: url(../img/ld_img_bg.png) #005d89 no-repeat right bottom;
    background-size: 536px 96px;
    padding: 0 60px;
    box-sizing: border-box;
}
.ld_z .ld_con .ld_con_ic{
    display: none;
}
.ld_z .ld_con .ld_con_ic img{
    display: block;
    margin: 70px auto 30px;
    width: 255px;
    height: 321px;

}
.ld_z .ld_con .ld_con_ic .scroll{
    height: 104px;
    overflow-y: auto;
    padding-right: 10px;
}
.ld_z .ld_con .ld_con_ic .scroll::-webkit-scrollbar {
    width: 6px;
}
.ld_z .ld_con .ld_con_ic .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.025rem;
    box-shadow: inset 0 0 5px rgb(88 87 173 / 31%);
    -webkit-box-shadow: inset 0 0 5px rgb(85 71 216 / 20%);
    background: #ef9775;
}
.ld_z .ld_con .ld_con_ic .scroll p{
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
}
.ld_z .ld_con .ld_con_ic.on{
    display: block;
}
/* 研究生学科专业目录 */
.yjs_list{
    padding-bottom: 100px;
}
.yjs_list .title {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.yjs_list .title h5 {
    font-size: 34px;
    font-weight: 700;
    color: #005d89;
    margin: 0 20px;
}
.yjs_list .title h5 span {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}
.yjs_nr .yjs_box{
    display: flex;
    justify-content: center;
    box-shadow:0 0 13px 1px #e6e3db;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.yjs_nr .yjs_box h5{
    writing-mode: vertical-lr;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    width: 72px;
    background: url(../img/icon41.png) #005d89 no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yjs_nr .yjs_box:nth-child(2) h5{
    background-color: #ef9775;
}
.yjs_nr .yjs_box:nth-child(3) h5{
    background-color: #00aaa9;
}
.yjs_nr .yjs_box .yjs_gb{
    width: calc(100% - 72px);
}
.yjs_nr .yjs_box .yjl_r_b h4{
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    height: 66px;
    line-height: 66px;
    padding: 0 14px;
    box-sizing: border-box;
}
.yjl_r_b ul{
    overflow: hidden;
    border-top: 1px solid #eeefef;
}
.yjl_r_b ul li{
    float: left;
    width: 166px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eeefef;
    border-right: 1px solid #eeefef;
 text-align: center;
    box-sizing: border-box;
}
.yjl_r_b ul li a{
  display: block;
 width: 100%;
 height: 70px;
 color: #323232;
 font-size: 18px;

 box-sizing: border-box;
}
.hf{
    margin-bottom:60px;
}
.hf a{
    display: block;
}
.hf img{
    width: 100%;
    height: 141px;
}
.hf_sj{
    display: none;
}
.nd{
    display: none;
}