body {
    min-width: 1200px;
}

.header_wrap {
    width: 100%;
}   

/* logo */
.logo_wrap {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #0D3F72;
}

.logo_title{
    height: 100%;
    display: flex;
    align-items: center;
}
.logo_title img{
    height: 100%;
}
.cen-w {
    height: 118px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3% 4% 0 3.5%;
}
.logo{
    height: 100%;
    width:60%;
}
.search_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_links a {
    color: #fff;
    font-size: 16px; 
    text-align: center;
    margin-right: 10px;
}

.top_links img {
    height: 14px;
    margin-right: 5px;
}

.search {
    width: 180px;
    height: 25px;
    background: #fff;
    display: flex;
    border: 1px solid #409EFF;
    border-radius: 10px;
}

.search_input {
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 8px;
    font-size: 14px;

    border-radius: 10px;

}

.search_but {
    cursor: pointer;
    outline: none;
    border: none;
    width: 44px;
    height: 100%;
    float: left;
    background: url("") center center no-repeat;
    color: transparent;
}

/* logo End */
.hist_text {
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
}

.hist_pic {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 148px;
    font-size: 16px;
    border: 1px solid #dddddd;
}

/*nav */
.nav_wrap {
    width: 100%;
    height: 45px;
    position: relative;
}

.nav_ul {
    display: flex;
    justify-content: space-around;
    margin: 0.5% 3% 0 3%;
    height: 100%;
}
.nav_li_jiaoyu{
    width:9.5% !important;
}
.nav_ul li {
    width: 8.5%;
    display: inline-block;
}

.nav_ul li>a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items:center ;
    justify-content: center;
    height: 100%;
}

.nav_ul li a:hover {
    background: rgba(241,145,8,1);
    color:#fff ;
}

.nav_li_On {
    background: rgba(241,145,8,1);
    color:#fff ;
}

.nav_li_On>a {
    background: rgba(241,145,8,1);
    color:#fff ;
}

.nav_down_wrap {
    z-index: 99999;
    display: none;
    width: 150px;
    background: #0D3F72;
    position: absolute;
 
}


.nav_ul li:hover .nav_down_wrap {
    display: block;
}
.nav_down_ul {
    width: 100%;
}
.nav_down_li {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav_down_li a {
    font-size: 14px;
    color: #fff;
}

.nav_down_liEj {
    width: 100%;
    margin-bottom: 5px;
}

.nav_down_li:hover {
    background: rgba(241,145,8,1);

}

.mya {
    color: #fff;
    
}



/* nav End */

/* banner */
.master {
    top: 161px;
    position: relative;
}

.banner {

    width: 100%;
    min-width: 1200px;
    height: 460px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    min-height: 460px;
    min-width: 1200px;
}

.banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}

.banner .swiper-pagination-bullet{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}
.banner .swiper-pagination-bullet-active{
    background: #FFFC00;
}


/* banner End */

/* main1  */
.content1 {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #fff;
}

.main1 {
    display: flex;
    justify-content: space-between;
    margin:2% 3% 2% 3%;
   
}

.main1_left {
    width: 48.5%;
    height: 430px;
    position: relative;
    overflow: hidden;
    padding: 2%;
    background: #fff;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
}

.main1_left img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main1_left .swiper-slide {
    position: relative;
}

.main1_left .swiper-slide p {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: start;
    border-radius: 0px 0px 0px 0px;
    background: linear-gradient(to left, #409EFF, rgba(6, 55, 157, 1), #0D3F72);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1_left .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 9;
    padding-right: 0px;
}

.main1_left .swiper-pagination-bullet{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    background: #000;
    opacity: 0.2;
    border-radius: 50%;
}
.main1_left .swiper-pagination-bullet-active{
    background: #409EFF;
    opacity: 1;
}
.main1_right {
    width: 48.5%;
    height: 430px;
    background: #fff;
    padding: 2%;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
}

.main1_right .slideTxtBox {
    width: 100%;
}

.main1_right .slideTxtBox .hd {
    position: relative;
    padding-bottom: 1%;
}

.main1_right .slideTxtBox .hd .text {
    float: left;
    line-height: 30px;
    font-size: 18px;
    color: #0D3F72;
    border-left: 4px solid #0D3F72;
    padding-left: 10px;
    font-weight: bold;
}



.main1_right .slideTxtBox .hd .main_more {
    display: block;
    overflow: hidden;
    top: -8px;
    border: 1px solid #0D3F72;
    border-radius: 5px;
    padding: 5px 10px;
    color: #0D3F72;
}


.more {
    /* display: none; */
    position: absolute;
    z-index: 9;
    left: 13px;
    top: -18px;
    cursor: pointer;
    color: #fff;
}

.main1 .hd .main_more:hover {
    background-color: #0D3F72;
}

.main1_right .slideTxtBox .bd {
    width: 100%;
}

.main1_right .slideTxtBox .bd .it_expertxt {
    overflow: hidden;
    height: 67px ;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    padding-right: 10px;
    display: flex;
    align-items: center;
   
}
.it_expertxt_main{
    height: 100%;
    width: 100%;
}
.tongzhititle{
    display: flex;
    width: 100%;
    height: 100%;
    align-items:center ;
    justify-content: space-between;
  
}
.xueshutitle{
    display: flex;
    width: 100%;
    height: 100%;
    align-items:center ;
    justify-content: space-between;
}
.tongzhititle p{
    display: inline-block;
    font-size: 14px;
    
}

.it_expertxt:hover {
    background-color: #0D3F72;
}

.it_experttime {
    position: relative;
    color: #7d858c;
}

.myicon img{
   width:25px;
   height: 25px;
}
.myimg{
    width:25px;
    height: 25px;
    background-image: url(../pictures/new.png);
}
.myicon .myimg_3{
    width:18px;
    height: 18px;
    margin-right:5px;
 }
 .myicon .myimg_4{
    width:18px;
    height: 18px;
    margin-right:5px;
 }


.main1_right_content {
    /* float: left; */
    margin-left: 10px;
    display: flex;
    align-items: center;
    width: 80%;
}

.main1_right_title {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #434343;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
  line-height: 200%;
    position: relative;
}

.main1_right_text_hover p{
    /* width: 100%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* main1 End  */

/* main2  */
.main2 {
    margin: 2% 3% 2% 3%;
    height: auto;
}
.main2_content{
    display: flex;
    justify-content: space-between;

}
.main2_left {
    width: 48.5%;
    height: 450px;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
    padding: 2%;
    background: #fff;
}


.main2 .hd {
    height: 40px;
    position: relative;
}

.main2 .hd li {
    font-size: 18px;
    color: #0D3F72;
    float: left;
    border-left: 4px solid #0D3F72;
    padding-left: 10px;
    margin-right: 26px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.main2_more{
    color: #0D3F72;
    font-size: 14px;
}

.main2 .hd .on {
    color: #0D3F72;
}

.main2_left .slideTxtBox .bd {
    width: 100%;

}
.main2_left_content{
    display: flex;
    height: 100%;
    width:100%;
    align-items: center;
    justify-content: space-between;
  
}
.main2_left_content_title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-left:1%;

}
.main2_left_title{
    width:80%;
    display: flex;
    align-items: center;
    margin-left: 10px;
   
}
.main2_left .slideTxtBox .bd li {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    height: 67px;
    align-items: center;
    padding-right: 2%;
}

.main2_left .slideTxtBox .bd .it2_expertit .it2_experttitle2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.main2_left .slideTxtBox .bd li span {
    color: #0D3F72;
    display: block;
    float: left;
    margin-top: -2px;
    margin-right: 7px;
}
.main2_left .slideTxtBox .bd li:hover{
    background:#0D3F72 ;
}

.main2_left .slideTxtBox .bd li:hover .main2_right_title  {
    color: #FFF;
}
.main2_left .slideTxtBox .bd li:hover p {
    color: #FFF;
}
.main2_right_title{
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #434343;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 200%;
    position: relative;
}

.it2_experttitle2 {
    font-size: 16px;
}

.it2_experttime2 {
    position: relative;
    color: #7d858c;
    font-size:14px;
}

.main_more {
    position: absolute;
    right: 0;
    color: #06379d;
    font-size: 14px;
    top: 8px;
    display: none;
}

.main2_left .slideTxtBox .hd .on .main_more {
    display: block;
}


/* main2 End */
/* main3 */
.main3 {
    margin: 2% 3% 2% 3%;
    height: auto;
}
.main3_content{
    display: flex;
    justify-content: space-between;

}
.main3_left {
    width: 37%;
    height: 450px;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
    padding: 2%;
    background: #fff;
}


.main3 .hd {
    height: 40px;
    position: relative;
}

.main3 .hd li {
    font-size: 18px;
    color: #0D3F72;
    float: left;
    border-left: 4px solid #0D3F72;
    padding-left: 10px;
    margin-right: 26px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.main3_more{
    color: #0D3F72;
    font-size: 14px;
}

.main3 .hd .on {
    color: #0D3F72;
}

.main3_left .slideTxtBox .bd {
    width: 100%;

}
.it2_experttitle3 {
    font-size: 16px;
}

.it3_experttime3 {
    position: relative;
    color: #7d858c;
    font-size:14px;
}
.main3_left_content{
    display: flex;
    height: 100%;
    width:100%;
    align-items: center;
    justify-content: space-between;
}
.main3_left_content_title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 1%;
  
}
.main3_left_title{
    width:77%;
    display: flex;
    align-items: center;

}

.main3_right_title{
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #434343;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 200%;
    position: relative;
}
.myicon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
} 
.main3_left .slideTxtBox .bd li {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding-right: 2%;
}

.main3_left .slideTxtBox .bd .it3_expertit .it3_experttitle3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.main3_left .slideTxtBox .bd li span {
    color: #0D3F72;
    display: block;
    float: left;
    margin-top: -2px;
    margin-right: 7px;
}

.main3_left .slideTxtBox .bd li:hover .main3_right_title {
    color: #4e6ef2;
}
.main3_left .slideTxtBox .bd li:hover p {
    color: #4e6ef2;
}

.main3_left .slideTxtBox .hd .on .main_more {
    display: block;
}

.main3_right{
    width: 61%;
    height: 450px;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
    padding: 2%;
    background: #fff;
}
.main3_swiper{
    width: 100%;
    height: 350px;
}
.main3_content .swiper-container {
    width: 100%;
    height: 100%;
    padding: 1%;
}

 .main3_right .swiper-slide {
    width: 20%;
    height: 310px;
    background: #fff;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
}
.main3_right .swiper-slide:hover .xuesheng_content {
    color:#4e6ef2;
}
.main3_right .swiper-slide a {
    height: 310px;
    display: inline-block;
    width: 100%;
}
.main3_right .swiper-slide img {
  
    width: 100%;
    height: 80%;
    padding: 2%;

}
.xuesheng_content{
    width: 100%;
    font-size: 14px;
    color: #0D3F72;
    padding: 0 3%;
    

}
.xuesheng_content_tite{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    line-height: 200%;
}

.xuesheng_jianjie{
    padding:1% 8%;
    color: #636363;;
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}

.main3_right .swiper-pagination{
    width: 100%;
    bottom: 0px !important;
}


/* main4 */
.main4 {
    margin: 2% 3% 2% 3%;
    height: auto;
}
.main4_content{
    width: 100%;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
    padding: 2% 2% 1% 2%;
    background: #fff;

}
.main4 .hd {
    height: 40px;
    position: relative;
}

.main4 .hd li {
    font-size: 18px;
    color: #0D3F72;
    float: left;
    border-left: 4px solid #0D3F72;
    padding-left: 10px;
    margin-right: 26px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.top_content{
    display: grid;
    grid-template-columns: repeat(auto-fill, 11%);
    grid-auto-rows: 100px;
    padding: 2% 0 2% 2%;
    grid-row-gap: 25px;
}
.top_content_div {
    padding:2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_content_div:hover p{
    color: #B87333;
}

.top_content_div_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.top_content p{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: rgb(125, 133, 140);
} 
.top_content img{
    width:65px;
    height: 65px;
}
.bottom_content{
    display: flex;
    justify-content: space-around;
    padding: 2% 0 2% 2%;;
}
.bottom_content_div{
    box-shadow: 0 0 10px rgba(9, 51, 102, .2);
    width:15%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.bottom_content_div:hover{
    background: #0D3F72;
    color: #fff;
}


.footer {
    width: 100%;
    background: #0D3F72;
    display: flex;
    justify-content: space-between;
    padding: 0 4.5%;
}


.footer_left img {
    height: 100%;
}
.footer_contact{
    margin: 3% ;
}
.footer_contact p {
    font-size: 16px;
    color: #ffffff;
}

.footer_contact div {
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    margin-top: 5px;
}

.footer_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_right li {
    margin-right: 56px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.footer_right li p {
    margin-top: 19px;
}
.footer_left_a{
    font-size: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    margin-top:20px;
}



.zst_wrap {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: -1;
}

.zst_wrap img {
    width: 100%;
    height: 100%
}

.zst {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lumn_wrap {
    float: right;
    margin-top: 110px;
}

.lumn_text {
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
}

.lumn_en {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase
}


/*  */
.nav_ej_wrap {
    width: 246px;
    float: left;
    margin-top: -66px;
    /* position:absolute; */
    z-index: 99999;
}

.nav_lumnName {
    width: 245px;
    height: 66px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    background: url(../images/title_bac.png) no-repeat;
    background-size: 100% 100%;
}

.nav_ej {}

.nav_ej li {
    position: relative;
}

.nav_ej li div {
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    border-left: 12px solid #0c4e90;
    padding-left: 30px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_ej li:hover {}

.nav_ej li:hover div {
    background: #ececec;
    border-left: 12px solid #dfc759;
}

.nav_ej li:hover div a {
    color: #0c4e90;
}

.nav_ejBut {
    height: 16px;
    float: right;
    position: absolute;
    top: 23px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_ejBut_on {
    transform: rotate(180deg)
}

.nav_ej_on div {
    background: #ececec;
    border-left: 12px solid #dfc759 !important;
}

.nav_ej_on div a {
    color: #0c4e90;
}

.nav_ej_down {
    width: 100%;
    background: #f6f5f5;
    border-left: 12px solid #dfc759 !important;
    display: none;
}

.nav_ej_down a {
    font-size: 16px;
    padding-left: 30px;
    display: block;
    line-height: 60px;
}

.nav_ej_down a:hover {
    color: #0c4e90;
}

.ej_position_wrap {
    margin-top: 26px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #0c4e90;
    line-height: 50px;
    color: #333;
}

.ej_lumn_name {
    font-size: 20px;
    float: left;
}

.ej_position {
    font-size: 14px;
    float: right;
}

/*  */
.ej_content {
    font-size: 14px;
    color: #666666;
    /* margin-top: 23px; */
    line-height: 23px;
    padding: 2%;
}

.shizi_detail_top{
 display: flex;
}

.ej_content img {
    display: block;
    margin: 5px auto;
}

.ej_right_wrap {
    width: 905px;
    float: right;
    min-height: 500px;
}

.ej_position_xb {
    border-bottom: 1px solid #ececec;
}

.ej_position_xb .ej_lumn_name {
    font-weight: bold;
    color: #0e3290;
    font-size: 24px;
}

/*  */
.ej_xb_list {}

.ej_xb_list li {
    line-height: 62px;
    border-bottom: 1px solid #ececec;
}

.ej_xb_list li span {
    font-size: 16px;
    color: #0e3290;
    margin-right: 26px;
    display: block;
    float: left;
}

.ej_xb_list li a {
    font-size: 16px;
    display: block;
}

.ej_xb_list li a:hover {
    color: #0e3290;
}

/*  */
.ej_list {}

.ej_list li {
    font-size: 16px;
    line-height: 54px;
    border-bottom: 1px solid #c1c1c1;
    height: 54px;
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ej_list li p {
    float: right;
}

.ej_list li:hover {
    border-bottom: 1px solid #0c4e90;
    color: #0c4e90;
}

.ej_list li:hover a {
    color: #0c4e90;
}

.dl_list {}

.dl_list ul {
    border-top: 1px solid #c1c1c1;
}

.dl_list .szdw_ul_title {
    margin-top: 20px;
}

.dl_list .ej_list li:last-child {
    border: none;
}

/* */
.xb_list {}

.xb_list li {
    background: url(../images/icon8_1.png) right 11px center no-repeat;
    background-size: 6%;
    padding-left: 20px;
    margin-top: 38px;
    width: 400px;
    line-height: 50px;
    border: 1px solid #a1afc6;
    font-size: 16px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.xb_list li:nth-child(even) {
    float: right;
}

.xb_list li a {
    display: block;
}

.xb_list li:hover {
    background: url(../images/icon8.png) right 11px center no-repeat #a1afc6;
    background-size: 6%;
}

.xb_list li:hover a {
    color: #fff;
}

/* 氓赂藛猫碌鈥灻┧溑该ぢ悸� */
.szdw_list {}

.szdw_ul {
    margin-top: 45px;
}

.szdw_ul_title {
    margin-bottom: 19px;
    width: 100%;
    border-left: 8px solid #0c4e90;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    color: #141414;
}

.szdw_ul_title a {
    float: right;
    color: #06379d;
    font-size: 14px;
}

.szdw_ul_title span {
    border-left: 3px solid #dfc759;
    display: block;
    height: 100%;
    padding-left: 13px;
}

.szdw_ul li {
    font-size: 15px;
    width: 16.6%;
    float: left;
    line-height: 40px;
}

.szdw_ul li a:hover {
    color: #0c4e90;
}

.ej_szdw_tab {
    margin-top: 20px;
    display: flex;
}

.ej_szdw_tab li {
    cursor: pointer;
    background: #0D3F72;
    height: 45px;
    line-height: 45px;
    width: 20%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.ej_szdw_content {
    margin-top: 20px;
}

.ej_szdw_content li {
    width: 100%;
    display: none;
    font-size: 16px;
    line-height: 300%;
    color: #333333;
}

.ej_szdw_content li:nth-child(1) {
    display: block;
}

.ej_szdw_tabOn {
    background: #dfc759 !important;
    color: #fff !important;
}

.ej_pic_list li {
    width: 281px;
    height: 175px;
    float: left;
    margin-right: 30px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.ej_pic_list li+li+li {
    margin-right: 0;
}

.ej_pic_list li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ej_pic_list li a {
    font-size: 15px;
    display: block;
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 45px;
}

.ej_pic_list li:hover img {
    transform: scale(1.1)
}

.szdw_pic {
    width: 25%;;
    margin: 0 !important;
    margin-right: 20px;
    object-fit: cover;
}

.szdw_text_wrap h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
}

.szdw_text_wrap {

    margin-left: 3%;
    width: 75%;
}

.szdw_text_wrap p {
    font-size: 16px;
    color: #333;
    line-height: 45px;
}

.szdw_text_wrap p span {
    font-weight: bold;
}

.tjjs {
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.tjjs img {
    width: 100%;
    min-height: 350px;
    cursor: pointer;
}

.tjjs .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 28px;
    width: 100%;
    z-index: 9;
}

.tjjs .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 12.5px;
    cursor: pointer;
    background: #fff;
}

.tjjs .swiper-active-switch {
    background: #0c4e90;
    border: 1px solid #0c4e90;
}

.tjjs .cen-w {
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.tjjs .arrow {
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tjjs .arrow-left {
    background: url(../images/jt.png) no-repeat;
    left: 10px;
    background-size: 100% 100%;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.tjjs .arrow-right {
    background: url(../images/jt.png) no-repeat;
    right: 10px;
    background-size: 100% 100%;
}

.tjjs .arrow:hover {
    opacity: 1;
}

/*  澶栭儴閾炬帴css */
.parentBox {
    position: relative;
    z-index: 2001;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.contantsBox_main {
    transition: all 0.7s;
    position: fixed;
    right: -80px;
    width: 130px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
    cursor: pointer;
    background-color: #06379d;
    bottom: 3px;
    border-radius: 20px 0 0 0px;
}

.contantsBox_main div {
    display: flex;
    width: 130px;
    align-items: center;
    background-color: #06379d;

}
.contantsBox_main div:hover{
    color: #FFFC00;
}


.contantsBox_main div span:last-child {
    margin-left: 16px;
}

.contantsBox_main div img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.contantsBox_main:hover {
    right: 0px;
    cursor: auto;
}

.contantsBox_main:hover div span {
    cursor: pointer;
}

.contantsBox_main div:not(:last-child) {
    margin-bottom: 10px;
}

/* 鍚湁渚у鑸〉鐨刢ss */
.listnav{
    width:18%;
    margin-right: 2%;
}
.listnav_title{
    width: 100%;
    font-size: 28px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D3F72;
    color: #fff;
    font-weight: 600;
}
.list_list_ul_li{
    height: 45px;
}
.list_list_ul_li a{
    height: 45px;
    width: 100%;
    height: 100%;
    padding-left: 12%;
    display: flex;
    align-items: center;
    letter-spacing:1px;
    font-size:16px;
    border-left:5px solid #0D3F72;
}
.list_list_ul_li_hover{
    height: 45px;
   
}
.list_list_ul_li_hover a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing:1px;
    font-size:16px;
    padding-left: 12%;
    background: #0D3F72;
    color: #fff;
    border-left:5px solid #0D3F72;
}
.list_list_ul_li_on{
    height: 45px;
}
.list_list_ul_li_on a{
    color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 12%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-size: 16px;
    background: #0D3F72;
    border-left: 5px solid #0D3F72;
}
/* 閫氱煡鍏憡椤� */

.main_content{
    width: 100%;
    /* height: 800px; */
    display: flex;
    padding:2% 5%;
    max-width:1500px;
    margin: auto;
    min-height: 508px;
}
.main_content_main{
   width:80%;
   padding:0% 1%;
   border: 1px solid #c1c1c1;
}
.main_content_title{
   
    padding:1% 0%; 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #CCCCCC; ;
}
.main_content_title_left{
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.main_content_title_left_text{
    color: #0D3F72;
}
.main_content_title img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 0.5%;
}
.main_content_title span{
    font-size:22px;
    font-weight:600;
    display: inline-block;
    
}

.main_content_title_a{
  display: block;
    font-size: 16px;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #0D3F72;
    
}
.main_content_title_p{
    color: #434343;
}

.mian_content_page {
    height: 90px;
    display: flex;
    justify-content: end;
    align-items: center;
}





/* css */
.main_content_content_li_jiyao{
    height: 60px;    
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.main_content_content_li_jiyao:hover .main_content_title_a_jiyao{
   color: #0D3F72;
}
.main_content_content_li_jiyao:hover .main_content_title_p_jiyao{
    color: #0D3F72;
 }
 
.main_content_content_li_title_jiyao{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 100%;

}
.main_content_title_a_jiyao{
  display: block;
    font-size: 16px;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #434343;
    
}
.main_content_title_p_jiyao{
    color: #7d858c;
}


.main_content_content_li_title_jiyao p{
    font-size: 16px;
    
}
.main_content_content_li_left_jiyao{
    display: flex;
    width: 80%;
    align-items: center;
}
.main_content_content_li_left_jiyao .myimg{
    width:20px;
    height: 20px;

}
/* 甯堣祫闃熶紞 */
 .main_content_content_shizi{
    display: grid;
    grid-template-columns: repeat(auto-fill, 22%);
    grid-column-gap: 4%;
    
}
.shizi_content{
    height: auto;
    padding: 2% 2% 0 2%;
}
.shizi_div{
    margin-bottom: 10%;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2); 
}
.shizi_div:hover span{
    color: #0D3F72;
}
.shizi_img{
    display: flex;
    width: 100%;
    height: 70%;
    justify-content: center;
    align-items: center;
}
.shizi_img img{
    width: 90%;
    height: 90%;
    object-fit: cover;
}
.shizi_info{
    width: 100%;
    height: 30%;
}

.shizi_info_main{
    padding: 0 5% 0 5%;
    display: flex;
    justify-content: start;
    margin-bottom:1%;
    width: 100%;
    height: 20%;

}


.shizi_info_main_b {
    padding: 0 5% 0 5%;
    margin-top: 2%;
    display: flex;
    justify-content: start;
    margin-bottom:1%;
    width: 100%;
    /* align-items: center; */
}

.shizi_span{
    width: 100%;
    display: flex;
}

.shizi_span_a{

    font-size: 14px;
    font-weight: 600;
    color: #636363;

    margin-right:1%;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    
}
.shizi_span_b{

    font-size: 14px;
    color: #636363;
    font-weight: normal;  
}

/* xiaoyou */
.main_content_content_xiaoyou{
    display: grid;
    grid-template-columns: repeat(auto-fill, 22%);
    grid-column-gap: 4%;
    grid-row-gap: 5%;
    height: 100%;
}
.xiaoyou_div{
    margin-bottom: 10%;
    box-shadow: 0 0 10px rgba(9, 51, 102, .2); 
}
.xiaoyou_img{
    display: flex;
    width: 100%;
    height: 80%;
    justify-content: center;
    align-items: center;
}
.xiaoyou_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xiaoyou_content{
    height: auto;
    padding: 2% 2% 0 2%;
}
.xiaoyou_info{
    width: 100%;
    height: 20%;
}
.xiaoyou_main{
    padding: 0 5% 0 5%;
    display: flex;
    justify-content: start;
    margin-bottom:1%;
    width: 100%;
    height: 20%;
}
.xiaoyou_span{
    width: 100%;
    display: flex;
    justify-content: center;
}
.xiaoyou_span_a{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #0D3F72;
}
/* 
zhengwen */
.zhengwen_content_main{
    width:100%;
    padding:0% 1%;
 }
 .zhengwen_content_content{
    width: 100%;
    padding:2% 3% 2% 3%;
 }
 .video_box{
    width:100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
 }
 .video_box video{
    object-fit: cover;
 }
 .zhengwen_content_content_title{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0D3F72;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:1% ;
    text-align: center;
 }
 .zhengwen_content_content_info{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #636363;
    font-size: 12px;
    margin-bottom:1% ;
 }
 
 .zhengwen_content_content_main p{
    font-size: 18px;
    line-height: 300%;
    text-indent:1cm;
    width: 100%;
   
 }
.zhengwen_content_content_main li{
    font-size: 18px;
    line-height: 300%;
    text-indent:1cm;
}

 .zhengwen_content_content_main p img{
   margin: 2% 0;
   max-width: 90%;
 }


 @media only screen and (max-width:1280px){
    .cen-w {
        height: 95px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0% 4% 0 3.5%;
    }
    .master{
        top: 143px;
    }
    .footer_left_a{
        font-size: 30px;
        height: 94px;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: bold;
        margin-top: 5px;
    }
}