* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 258px;
    background: url(../image/top_bg_5jp.png);
}

.header .top_header {
    height: 208px;
}

.header .top_header .top_website {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
}

.header .top_header .top_website .website {
    float: right;
}

.header .top_header .top_website .website a {
    color: #000;
    font-size: 12px;
}

.header .top_header .logo_search {
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: space-between;
}

.header .logo_search .serach_box {
    width: 368px;
    height: 46px;
    background: #fff;
    border-radius: 30px;
    margin: auto 15px auto 0;
    box-shadow: 0 1px 8px 4px #dae0e7;
    padding-right: 16px;
    box-sizing: border-box;
}

.header .logo_search .serach_box input {
    font-size: 14px;
    color: #9c9b9b;
    border: none;
    outline: none;
    width: calc(100% - 26px);
    height: 46px;
    border-radius: 30px;
    padding-left: 22px;
    box-sizing: border-box;
}

.header .logo_search .serach_box button {
    float: right;
    width: 26px;
    height: 46px;
    background: url(../image/search-btn_5jp.png) no-repeat center/25px;
    border: none;
    outline: none;
}

.header .nav {
    height: 50px;
    background: #4078be;
}

.header .nav ul {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}

.header .nav ul li {
    width: 9.5%;
    height: 100%;
    text-align: center;
    border-right: 1px solid #3069b0;
    border-left: 1px solid #5094e9;
}

.header .nav ul li:first-child {
    border-left: none;
}

.header .nav ul li:last-child {
    border-right: none;
}

.header .nav ul li a {
    font-size: 17px;
    color: #fff;
}





.main-content {
    margin-top: 46px;
}

.main-content .home_one {
    height: 458px;
}

.main-content .home_one .roll_box {
    width: 760px;
    height: 446px;
    float: left;
}

.main-content .roll_box .item {
    position: relative;
}

.main-content .roll_box .item span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    padding: 0 152px 0 15px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
}

.main-content .roll_box .item img {
    width: 760px;
    height: 446px;
}

.swiper-container {
    width: 760px;
    height: 446px;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.swiper-pagination {
    text-align: right !important;
}

.swiper-pagination-bullet-active {
    background: #e23a40 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    right: 25px !important;
    width: calc(100% - 25px) !important;
}



.main-content .home_one .Focus_News {
    width: 616px;
    height: 100%;
    float: right;
    padding-top: 12px;
    box-sizing: border-box;
}

.main-content .home_one .Focus_News .title_more {
    width: 100%;
    height: 52px;
}

.main-content .home_one .Focus_News .title_more .title {
    width: 135px;
    height: 52px;
    background: #4078be;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    float: left;
}

.main-content .home_one .Focus_News .title_more a {
    line-height: 52px;
    float: right;
    color: #666;
    font-size: 16px;
}

.main-content .home_one .Focus_News .first_article {
    margin-top: 12px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.main-content .home_one .Focus_News .first_article p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
}

.main-content .home_one .Focus_News .first_article span {
    font-size: 14px;
    color: #434343;
    line-height: 30px;
    margin-top: 10px;
}

.main-content .home_one .Focus_News ul {
    margin-left: 20px;
}

.main-content .home_one .Focus_News ul li {
    list-style: block;
    list-style-type: square;
    line-height: 35px;
    color: #999;
}

.main-content .home_one .Focus_News ul li a span.title {
    color: #000;
    font-size: 16px;
    float: left;
}

.main-content .home_one .Focus_News ul li a span.time {
    color: #999;
    font-size: 13px;
    float: right;
}

.banner {
    margin-top: 40px;
    height: 115px;
}

.banner img {
    width: 100%;
    height: 100%;
}




.home_two {
    display: flex;
    margin-top: 38px;
    position: relative;
}

.home_two .Schedule {
    width: 133px;
    height: 952px;
    margin-right: 28px;
}

.home_two .normal_list {
    width: calc(100% - 133px - 286px - 56px);
    padding-top: 10px;
    box-sizing: border-box;
}

.home_two .normal_list .list_item {
    width: 450px;
    margin-bottom: 40px;
}

.home_two .normal_list .list_item:nth-child(odd) {
    float: left;
}

.home_two .normal_list .list_item:nth-child(even) {
    float: right;
}

.home_two .normal_list .list_item .list_item_title h4 {
    border-left: 4px solid #4078be;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 22px;
}

.home_two .normal_list .list_item .list_item_title h4 a {
    color: #4078be;
}

.home_two .normal_list .list_item ul {
    background: #f2f5fd;
    padding: 10px 0 22px 0;
    box-sizing: border-box;
    margin-top: 14px;
}

.home_two .normal_list .list_item ul li {
    list-style-type: square;
    line-height: 35px;
    color: #999;
    margin-left: 38px;
}

.home_two .normal_list .list_item ul li a {
    color: #2b2b2b;
}

.home_two .column_list {
    padding-top: 35px;
    box-sizing: border-box;
    float: right;
    margin-left: 28px;
}

.home_two .column_list div {
    margin-top: 18px;
}

.home_two .hover_box {
    padding-left: 86px;
    padding-top: 70px;
    box-sizing: border-box;
    width: 980px;
    height: 964px;
    position: absolute;
    top: -11px;
    left: 122px;
    background: url(/images/hover_bg.png) no-repeat;
}

.home_two .hover_box .text_box{
    height: 100%;
    background: url(/images/year.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
}
.hover_2022,.hover_2023,.hover_2024,.hover_2025{
    width: 384px;
    height: 0;
}
.home_two .hover_box .text_box .alignR{
    padding-right: 56px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-bottom: 32px;
    text-align: right;
    font-size: 20px;
    color: #378cd9;
    font-weight: 600;
    box-sizing: border-box;
}
.home_two .hover_box .text_box .alignL{
    padding-left: 45px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-bottom: 32px;
    text-align: left;
    font-size: 20px;
    color: #378cd9;
    font-weight: 600;
    box-sizing: border-box;
}

.home_two .hover_box .text_box .hover_2023{
    position: absolute;
    top: 210px;
    right: 90px;
}
.home_two .hover_box .text_box .hover_2023 ul li:nth-child(3) span{
    background: #368cd9;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
    box-sizing: border-box;
}
.home_two .hover_box .text_box .hover_2024{
    position: absolute;
    top: 478px;
    left: 86px;
}
.home_two .hover_box .text_box .hover_2025{
    position: absolute;
    right: 90px;
    bottom: 310px;
}

.home_two .hover_box .text_box .hover_2023 ul li span,.home_two .hover_box .text_box .hover_2025 ul li span{
    width: 92%;
}

.home_two .hover_box .text_box ul li{
    box-sizing: border-box;
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
}

.home_two .hover_box .text_box ul li i{
    display: block;
    margin-left: 12px;
    width: 16px;
    background: url(/images/icon.png) no-repeat left 8px;
}

.home_two .hover_box .text_box ul li span{
    display: block;
    width: 86%;
    font-size: 16px;
    color: #2b2b2b;
    box-sizing: border-box;
}
.home_two .hover_box .text_box ul li a:hover{
    line-height: 30px;
    padding: 0 4px;
    background: #368cd9;
    border-radius: 5px;
    color: #fff;
}



.home_three{
    width: 100%;
    height: 136px;
    background: #f3f3f3;
    margin-bottom: 40px;
}
.home_three .all_title{
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 18px;
    height: 41px;
    line-height: 41px;
    background-color: #e5e5e5;
}

.home_three ul{
    display: flex;
    flex-wrap: wrap;
}
.home_three ul li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 6.2%;
}
.home_three ul li a{
    font-size: 15px;
    color: #000;
}
.home_two .Schedule:hover ~.hover_box{
    display: block;
}


.footer{
    width: 100%;
    height: 222px;
    background: #f2f2f2;
    border-top: 1px solid #e8e8e8;
}
.footer .relevant{
    display: flex;
    height: 42px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-around;
    border-bottom: 1px solid #d8d8d8;
}
.footer .relevant .rev_item{
    text-align: center;
    line-height: 42px;
    background: #e5e5e5;
    width: 190px;
    height: 42px;
}
.footer .relevant .rev_item a{
    color: #2b2b2b;
}
.footer p{
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
}