*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    background-color: skyblue !important;
}

a {
    text-decoration: none !important;
    color: #000000;
}

.w1320 {
    width: 1320px;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

.w1320 .zm_body {
    margin: 17px 22px 25px 20px
}

.w1320 .zm_body .zm_head {
    overflow: hidden
}

.w1320 .zm_body .zm_head a {
    float: left;
    width: 32%;
    height: 94px;
    line-height: 94px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-right: 2%;
    text-decoration: none;
    background: #DEF1FF
}

.w1320 .zm_body .zm_head a:last-child {
    margin-right: 0
}

.w1320 .zm_body .zm_hf {
    padding: 0 26px 0 43px;
    margin-top: 23px;
    margin-bottom: 5px;
    height: 72px;
    background: linear-gradient(270deg, #0BBAFB, #4285EC)
}

.w1320 .zm_body .zm_hf>span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
}

.w1320 .zm_body .zm_hf a {
    width: 166px;
    height: 41px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 41px;
    background: rgb(222, 241, 255, 0.68);
    border-radius: 2px;
    float: right;
    margin-left: 10px;
    margin-top: 15.5px;
    position: relative;
    text-decoration: none;
}

.w1320 .zm_body .zm_hf a span {
    color: #FFFFFF;
    margin-left: 10px
}

.w1320 .zm_body .zm_list {
    padding: 0 44px;
    background: linear-gradient(360deg, rgb(99, 163, 255, 0), rgb(182, 220, 255, 0.5));
    margin-bottom: 30px;
}

.w1320 .zm_body .zm_list table th {
    text-align: center;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.w1320 .zm_body .zm_list table th:nth-child(1) {
    text-align: left;
}

.w1320 .zm_body .zm_list table tr>td {
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
}

.w1320 .zm_body .zm_list table tr>td:nth-child(1) {
    text-align: left;
}

.w1320 .zm_body .ul_list {
    overflow: hidden;
}

.w1320 .zm_body .ul_list>div {

    float: left;
    padding-left: 30px;
    width: 48%;
    margin-right: 4%;
}

.w1320 .zm_body .ul_list>div:last-child {
    margin-right: 0;
}

.w1320 .zm_body .ul_list ul {
    list-style: none;
    padding: 0;
}

.w1320 .zm_body .ul_list ul li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 36px;
}

.ul_left {
    display: inline-block;
    width: 206px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #333;
    text-align: center;
    background: #DEF1FF;
}

.ul_more {
    float: right;
    line-height: 39px;
    text-decoration: none;
    color: #7D7F80;
    cursor: pointer;
}

.ul_head {
    border-bottom: 1px solid #b4cdde;
    margin-bottom: 15px;
}

#bannel {
    position: relative;
}

.swiper .swiper-shadow {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    color: #fff;
}

.swiper .swiper-pagination {
    position: absolute;
    text-align: right;
    padding-right: 10px;
    z-index: 9999;
    right: 0 !important;
    bottom: 2px !important;
}

.swiper .swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin-right: 5px;
}

.swiper .swiper-active-switch {
    background-color: #fe8d37 !important;

}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide .swiper-title {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    bottom: 6px;
    left: 10px;
    z-index: 10000;
}

.swiper-slide .swiper-title a {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    /*超出的部分隐藏起来。*/
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    color: #fff;
}

.zbjs {
    padding: 0 25px;
    overflow: hidden;
}

.zbjs .swipertile {
    font-size: 18px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
    line-height: 52px;
}

.zbjs ul {
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 20px;
}
.zbjs ul li{
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.zbjs ul li>span:first-child {
    width: 9px;
    height: 9px;
    margin-top: 10px;
    float: left;
    border-radius: 50%;
    background-color: #8fc7e9;
}

.zbjs ul li div {
    float: left;
    margin-left: 12px;
    width: calc(100% - 35px);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
    line-height:29px;
}