.container {
    width: 1219px;
    margin: 0 auto;
}
.banner {
    height: 344px;
    padding-top: 83px;
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 100%;
}

.banner_content .search_menu {
    display: flex;
    margin-bottom: 20px;
}

.banner_content .search_menu .menu_li {
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    padding: 11px 13px;
}

.banner_content .search_menu .menu_active {
    border-radius: 3px;
    background: #ae2f21;
}

.banner_ipt {
    display: flex;
}

.banner_ipt .ipt {
    width: 79%;
    height: 66px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 3px;
}

.banner_ipt .ipt .icon {
    width: 5%;
    text-align: right;
}

.banner_ipt .ipt input {
    width: 95%;
    border: 0;
    height: 100%;
    outline: none;
    font-size: 18px;
    padding-left: 12px;
    margin-right: 10px;
}

.banner_ipt .ipt input::placeholder {
    color: #999999;
    letter-spacing: 1px;
}

.banner_ipt .btn {
    width: 165px;
    height: 66px;
    cursor: pointer;
    font-size: 26px;
    color: #ffffff;
    line-height: 66px;
    text-align: center;
    margin-left: 17px;
    border-radius: 5px;
    background: #ae2f21;
}

.banner_ipt .btn:hover {
    opacity: .9;
}

.banner_content p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 22px;
}

.main_notice {
    box-shadow: 0 0 10px #bad3e7;
}

.notice_text {
    height: 68px;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}

.notice_text span {
    color: #0b477c;
}

.notice_text img {
    margin-right: 13px;
}

.main_retrieval_list {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.main_retrieval_list a {
    width: 159px;
    height: 122px;
    display: block;
    text-align: center;
    padding-top: 21px;
    font-size: 18px;
    color: #333333;
    box-shadow: 0 0 10px #bad3e7;
}

.main_retrieval_list a .icon {
    margin-bottom: 10px;
}

.main_retrieval_list a:hover {
    font-weight: bold;
}

.servar_link {
    overflow: hidden;
}

.servar_link img {
    width: 100%;
    margin-top: 30px;
    transition: all 1s;
}

.servar_link img:hover {
    transform: scale(1.05);
    transition: all 1s;
}

.situation_statistics {
    margin-top: 70px;
    padding-bottom: 17px;
}

.situation_statistics h1 {
    text-align: center;
    font-size: 40px;
}

.situation_statistics p {
    font-size: 30px;
    color: #0b477c;
    text-align: center;
    margin-top: 10px;
}

.situation_statistics {
    padding-top: 22px;
    background: #f6faff;
}

.situation_top_ul {
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}

.situation_top_ul .item {
    width: 394px;
    height: 120px;
    display: flex;
    padding-left: 31px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px #bad3e7;
}

.situation_top_ul .item .icon {
    margin-right: 23px;
}

.situation_bottom_ul .item .icon {
    margin-right: 17px !important;
}

.situation_top_ul .item .right_text {
    margin-top: -15px;
}

.situation_top_ul .item .right_text .value {
    font-weight: bold;
    font-size: 30px;
    color: #0b477c;
}

.situation_top_ul .item .right_text .text {
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
}

.situation_bottom_ul .item {
    width: 291px;
}


.work .left-img-wrap {
    width: 100%;
    margin: 0;
}

.swiper-slide {
    padding: 10px;
    position: relative;
}

.swiper-slide .txt {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    width: 100%;
    background: rgba(0, 0, 0, .48);
}

.swiper-slide .txt p {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: #cccccc;
    margin: 0 20px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center;
}

.swiper-pagination-bullet {
    border-radius: 50px;
}

.swiper-pagination-bullet-active {
    width: 44px;
    height: 14px;
    position: relative;
    top: 2px;
    background: #ae2f21;
}

.pagination {
    margin-top: 78px;
}

.information_service {
    margin-top: 38px;
}

.information_service h1 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 21px;
}

.information_list {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.infor_ul a {
    width: 370px;
    height: 97px;
    display: flex;
    font-size: 20px;
    color: #333333;
    background: #fff;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 38px 0 11px;
    box-shadow: 0 0 10px #bad3e7;
    justify-content: space-between;
}

.infor_right a {
    width: 413px;
    color: #ffffff;
    justify-content: center;
}

.infor_right a:nth-child(1) {
    background: url("../images/infor_icon7.png") no-repeat;
    background-size: 100% 100%;
}

.infor_right a:nth-child(2) {
    background: url("../images/infor_icon8.png") no-repeat;
    background-size: 100% 100%;
}

.infor_right a:nth-child(3) {
    background: url("../images/infor_icon9.png") no-repeat;
    background-size: 100% 100%;
}

.information_bg {
    padding-top: 33px;
    padding-bottom: 33px;
    margin-top: 40px;
    background: url("../images/infor_bg.png") no-repeat;
    background-size: 100% 100%;
}

.infor_content {
    display: flex;
    justify-content: space-between;
}

.infor_content h1 {
    font-size: 40px;
    color: #333333;
    margin-bottom: 19px;
}

.infor_content .infor_left {
    width: 48.5%;
}

.infor_content .infor_right {
    width: 48.5%;
}

.infor_menu_ul {
    height: 411px;
    padding: 16px 20px;
    background: #fff;
    box-shadow: 0 0 10px #bad3e7;
}

.infor_menu_ul .menu_top .menu_left {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.menu_top .menu_left .menu_li {
    width: 25%;
    color: #333333;
    line-height: 44px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

.infor_menu_ul .menu_top {
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #4e87b9;
    justify-content: space-between;
}

.menu_top .menu_left .infor_menu_active {
    height: 44px;
    color: #fff;
    background: #0b477c;
}

.menu_top .menu_right a {
    font-size: 16px;
    color: #999999;
    position: relative;
    top: -5px;
}

.link_list .link_item {
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
}

.link_list .link_item .link_left {
    width: 80%;
}

.link_item .link_left a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link_list .link_item .link_right {
    width: 20%;
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.menu_link_list .link_list {
    display: none;
}

.map_img img {
    width: 100%;
    height: 411px;
    box-shadow: 0 0 10px #bad3e7;
}

.online_learning {
    margin-top: 38px;
    margin-bottom: 38px;
}

.online_learning h1 {
    text-align: center;
    font-size: 40px;
    color: #333333;
}

.online_link {
    display: flex;
    margin-top: 23px;
    margin-bottom: 80px;
    justify-content: space-between;
}


.AI_img {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

