* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, textarea, td {
    border: 0 none;
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: Optima-Regular, PingFangTC-light;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

em, strong {
    font-style: normal;
}

ul, ol, li {
    list-style: none;
}

body {
    color: #111010;
    background-color: #fff;
}

a {
    text-decoration: none;
}

.swiper1,
.swiper1 .swiper-slide {
    width: 100%;
    height: 300px;
}

.swiper1 img {
    width: 100%;
    height: 300px;
}

.swiper2,
.swiper2 .swiper-slide {
    width: 100%;
    height: 350px;
}

.pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px !important;
    background: #ffffff;
    opacity: 0.8;
}

.pagination1 .swiper-pagination-bullet-active {
    background: #ffd336;
    opacity: 1;
}

.pagination2 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.pagination2 .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 6px;
    border-radius: 2px;
    background: #d8d8d8;
    margin: 0 6px !important;
    opacity: 0.8;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}

.pagination2 .swiper-pagination-bullet-active {
    background: #ffd336;
}

.swiper2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.swiper2 ul li {
    width: 25%;
    font-size: 24px;

}

.swiper2 ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper2 ul li img {
    width: 64px;
    height: 64px;
    margin-top: 44px;
    margin-bottom: 16px;
}

.cont {
    width: 702px;
    margin: 0 auto;
}

.tit {
    display: flex;
    justify-content: space-between;
    font-size: 42px;
    color: #111010;
    line-height: 50px;
    margin-top: 43px;
    /*margin-top: 34px;*/
}

.tit_l {
    font-weight: bold;
}

.more {
    font-size: 28px;
}

.more img {
    width: 12px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.list_item {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 38px;
    width: 340px;
}

.list_item:nth-child(odd) {
    margin-right: 22px;
}

.pic {
    width: 340px;
    height: 188px;
    border-radius: 8px;
}

.name {
    font-size: 32px;
    line-height: 32px;
    color: #101111;
    margin-top: 30px;
}

.read {
    font-size: 24px;
    line-height: 24px;
    color: #949494;
    margin-top: 16px;
}

.footer {
    font-size: 24px;
    color: #949494;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 75px;
}

.top {
    width: 62px;
    height: 62px;
    position: fixed;
    bottom: 60px;
    right: 34px;
}
